Searched refs:ZEPHYR_BASE (Results 1 – 25 of 1911) sorted by relevance
12345678910>>...77
13 ZEPHYR_BASE = Path(__file__).resolve().parents[1] variable18 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 …]
10 ${ZEPHYR_BASE}/subsys/bluetooth/controller/util/mem.c11 ${ZEPHYR_BASE}/subsys/bluetooth/controller/util/memq.c12 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_tx_queue.c13 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_conn.c14 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ll_feat.c15 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_conn_upd.c16 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_cc.c17 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_pdu.c18 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_remote.c19 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_local.c[all …]
10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/ascs.c11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_unicast_server.c15 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c16 ${ZEPHYR_BASE}/subsys/bluetooth/host/data.c17 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c18 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c19 ${ZEPHYR_BASE}/subsys/net/buf_simple.c[all …]
10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_initiator.c14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_common.c15 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_stream.c16 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c17 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c18 ${ZEPHYR_BASE}/subsys/net/buf_simple.c24 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)[all …]
11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source18 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio/compile.sh19 ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio_samples/compile.sh20 ${ZEPHYR_BASE}/tests/bsim/bluetooth/host/compile.sh21 ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh22 ${ZEPHYR_BASE}/tests/bsim/bluetooth/mesh/compile.sh23 ${ZEPHYR_BASE}/tests/bsim/bluetooth/samples/compile.sh25 ${ZEPHYR_BASE}/tests/bsim/bluetooth/hci_uart/compile.sh
15 ${ZEPHYR_BASE}/subsys/bluetooth/host/crypto_tc.c16 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c17 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c18 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c23 ${ZEPHYR_BASE}/subsys/bluetooth24 ${ZEPHYR_BASE}/subsys/bluetooth/host25 ${ZEPHYR_BASE}/tests/bluetooth/host26 ${ZEPHYR_BASE}/tests/bluetooth/host/crypto/mocks27 ${ZEPHYR_BASE}/../modules/crypto/tinycrypt/lib/include
5 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})9 ${ZEPHYR_BASE}/subsys/bluetooth10 ${ZEPHYR_BASE}/subsys/bluetooth/controller11 ${ZEPHYR_BASE}/subsys/bluetooth/controller/include12 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw13 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic14 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic/lll
12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks18 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.c28 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c29 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c30 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c31 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks18 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.c29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_commander.c14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_common.c15 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c16 ${ZEPHYR_BASE}/subsys/net/buf_simple.c26 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)29 target_include_directories(uut PRIVATE ${ZEPHYR_BASE}/tests/bluetooth/audio/cap_commander/include)
7 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.c18 ${ZEPHYR_BASE}/subsys/net/buf_simple.c19 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c20 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c21 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_broadcast_source.c14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/codec.c15 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c16 ${ZEPHYR_BASE}/subsys/net/buf_simple.c19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
12 find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks18 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.c30 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c31 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c32 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c33 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c