/Zephyr-Core-3.4.0/share/zephyr-package/cmake/ |
D | ZephyrConfig.cmake | 91 set(ZEPHYR_BASE ${ZEPHYR_BASE} CACHE PATH "Zephyr base") variable 116 set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base") variable 124 set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base") variable 147 set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base") variable 158 set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base") variable
|
D | ZephyrConfigVersion.cmake | 91 set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR}) variable 99 set(ZEPHYR_BASE) variable
|
/Zephyr-Core-3.4.0/scripts/ |
D | twister | 177 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable 183 ZEPHYR_BASE = str(Path(__file__).resolve().parents[1]) variable
|
/Zephyr-Core-3.4.0/ |
D | zephyr-env.cmd | 2 set ZEPHYR_BASE=%~dp0 variable
|
/Zephyr-Core-3.4.0/cmake/ |
D | verify-toolchain.cmake | 28 set(ZEPHYR_BASE ${CMAKE_CURRENT_LIST_DIR}/../) variable
|
/Zephyr-Core-3.4.0/scripts/utils/ |
D | migrate_mcumgr_kconfigs.py | 22 ZEPHYR_BASE = Path(__file__).parents[2] variable
|
/Zephyr-Core-3.4.0/scripts/west_commands/ |
D | zephyr_ext_common.py | 20 ZEPHYR_BASE = Path(os.environ.get('ZEPHYR_BASE', THIS_ZEPHYR)) variable
|
/Zephyr-Core-3.4.0/scripts/tests/twister/ |
D | test_twister.py | 15 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|
D | test_testsuite.py | 13 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|
D | conftest.py | 12 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|
D | test_runner.py | 17 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|
D | test_harness.py | 14 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|
D | test_testinstance.py | 14 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|
D | test_testplan_class.py | 13 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|
/Zephyr-Core-3.4.0/cmake/modules/ |
D | unittest.cmake | 37 set(ZEPHYR_BASE ${ENV_ZEPHYR_BASE} CACHE PATH "Zephyr base") variable
|
/Zephyr-Core-3.4.0/scripts/pylib/twister/twisterlib/ |
D | environment.py | 26 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|
D | testplan.py | 38 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|
/Zephyr-Core-3.4.0/doc/_scripts/ |
D | gen_devicetree_rest.py | 25 ZEPHYR_BASE = Path(__file__).parents[2] variable 30 ZEPHYR_BASE = Path(__file__).parents[2] variable
|
/Zephyr-Core-3.4.0/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 59 ZEPHYR_BASE = Path(__file__).parents[4] variable
|
/Zephyr-Core-3.4.0/doc/ |
D | conf.py | 14 ZEPHYR_BASE = Path(__file__).resolve().parents[1] variable
|
/Zephyr-Core-3.4.0/scripts/release/ |
D | list_devicetree_bindings_changes.py | 21 ZEPHYR_BASE = HERE.parent.parent variable
|
/Zephyr-Core-3.4.0/scripts/kconfig/ |
D | kconfigfunctions.py | 12 ZEPHYR_BASE = str(Path(__file__).resolve().parents[2]) variable
|