Home
last modified time | relevance | path

Searched refs:ZEPHYR_BASE (Results 1 – 25 of 1911) sorted by relevance

12345678910>>...77

/Zephyr-Core-3.7.0/doc/
Dconf.py13 ZEPHYR_BASE = Path(__file__).resolve().parents[1] variable
18 sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_extensions"))
22 sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_scripts"))
26 sys.path.insert(0, str(ZEPHYR_BASE / "scripts" / "west_commands"))
29 sys.path.insert(0, str(ZEPHYR_BASE / "scripts" / "pylib" / "pytest-twister-harness" / "src"))
45 with open(ZEPHYR_BASE / "VERSION") as f:
70 with open(ZEPHYR_BASE / "SDK_VERSION") as f:
171 html_logo = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "logo.svg")
172 html_favicon = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "favicon.png")
173 html_static_path = [str(ZEPHYR_BASE / "doc" / "_static")]
[all …]
/Zephyr-Core-3.7.0/tests/bluetooth/controller/uut/
DCMakeLists.txt10 ${ZEPHYR_BASE}/subsys/bluetooth/controller/util/mem.c
11 ${ZEPHYR_BASE}/subsys/bluetooth/controller/util/memq.c
12 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_tx_queue.c
13 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_conn.c
14 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ll_feat.c
15 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_conn_upd.c
16 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_cc.c
17 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_pdu.c
18 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_remote.c
19 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_local.c
[all …]
/Zephyr-Core-3.7.0/tests/bluetooth/audio/ascs/uut/
DCMakeLists.txt10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/ascs.c
11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c
12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c
13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c
14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_unicast_server.c
15 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
16 ${ZEPHYR_BASE}/subsys/bluetooth/host/data.c
17 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
18 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
19 ${ZEPHYR_BASE}/subsys/net/buf_simple.c
[all …]
/Zephyr-Core-3.7.0/tests/bluetooth/audio/cap_initiator/uut/
DCMakeLists.txt10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c
11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c
12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c
13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_initiator.c
14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_common.c
15 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_stream.c
16 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
17 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
18 ${ZEPHYR_BASE}/subsys/net/buf_simple.c
24 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
[all …]
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/
Dcompile.sh11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
18 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio/compile.sh
19 ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio_samples/compile.sh
20 ${ZEPHYR_BASE}/tests/bsim/bluetooth/host/compile.sh
21 ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh
22 ${ZEPHYR_BASE}/tests/bsim/bluetooth/mesh/compile.sh
23 ${ZEPHYR_BASE}/tests/bsim/bluetooth/samples/compile.sh
25 ${ZEPHYR_BASE}/tests/bsim/bluetooth/hci_uart/compile.sh
/Zephyr-Core-3.7.0/tests/bluetooth/host/crypto/
DCMakeLists.txt15 ${ZEPHYR_BASE}/subsys/bluetooth/host/crypto_tc.c
16 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
17 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
18 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
23 ${ZEPHYR_BASE}/subsys/bluetooth
24 ${ZEPHYR_BASE}/subsys/bluetooth/host
25 ${ZEPHYR_BASE}/tests/bluetooth/host
26 ${ZEPHYR_BASE}/tests/bluetooth/host/crypto/mocks
27 ${ZEPHYR_BASE}/../modules/crypto/tinycrypt/lib/include
/Zephyr-Core-3.7.0/tests/bluetooth/ctrl_isoal/
DCMakeLists.txt5 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
9 ${ZEPHYR_BASE}/subsys/bluetooth
10 ${ZEPHYR_BASE}/subsys/bluetooth/controller
11 ${ZEPHYR_BASE}/subsys/bluetooth/controller/include
12 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw
13 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic
14 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic/lll
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_id_get/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
27 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
28 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
29 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
30 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_id_scan_random_addr_check/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/audio/cap_commander/uut/
DCMakeLists.txt10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c
11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c
12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c
13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_commander.c
14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_common.c
15 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
16 ${ZEPHYR_BASE}/subsys/net/buf_simple.c
26 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
29 target_include_directories(uut PRIVATE ${ZEPHYR_BASE}/tests/bluetooth/audio/cap_commander/include)
/Zephyr-Core-3.7.0/tests/bluetooth/host/data/bt_data_parse/
DCMakeLists.txt7 find_package(Zephyr COMPONENTS unittest HINTS $ENV{ZEPHYR_BASE})
9 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
17 ${ZEPHYR_BASE}/subsys/bluetooth/host/data.c
18 ${ZEPHYR_BASE}/subsys/net/buf_simple.c
19 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
20 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
21 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/audio/bap_broadcast_source/uut/
DCMakeLists.txt10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c
11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c
12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c
13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_broadcast_source.c
14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/codec.c
15 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
16 ${ZEPHYR_BASE}/subsys/net/buf_simple.c
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_id_add/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_id_del/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_id_delete/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
29 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
30 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
31 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
33 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_id_init/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
29 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
30 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
31 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
33 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_id_read_public_addr/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_id_adv_random_addr_check/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_id_create/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
29 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
30 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
31 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
33 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_id_reset/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_id_set_adv_own_addr/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_id_set_adv_random_addr/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_id_set_private_addr/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_le_oob_set_sc_data/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_le_ext_adv_oob_get_local/
DCMakeLists.txt12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c

12345678910>>...77