/Zephyr-Core-2.7.6/share/zephyr-package/cmake/ |
D | ZephyrConfig.cmake | 34 set(ZEPHYR_BASE ${ZEPHYR_BASE} CACHE PATH "Zephyr base") variable 59 set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base") variable 67 set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base") variable 90 set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base") variable 101 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-2.7.6/scripts/ |
D | twister | 184 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable 190 ZEPHYR_BASE = str(Path(__file__).resolve().parents[1]) variable
|
D | list_boards.py | 12 ZEPHYR_BASE = Path(__file__).resolve().parents[1] variable
|
/Zephyr-Core-2.7.6/ |
D | zephyr-env.cmd | 2 set ZEPHYR_BASE=%~dp0 variable
|
/Zephyr-Core-2.7.6/scripts/tests/twister/ |
D | test_twister.py | 13 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|
D | conftest.py | 12 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|
D | test_reporting_testsuite.py | 17 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|
D | test_testinstance.py | 14 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|
D | test_testsuite_class.py | 15 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|
/Zephyr-Core-2.7.6/scripts/west_commands/ |
D | zephyr_ext_common.py | 20 ZEPHYR_BASE = Path(os.environ.get('ZEPHYR_BASE', THIS_ZEPHYR)) variable
|
/Zephyr-Core-2.7.6/subsys/testsuite/ |
D | unittest.cmake | 22 set(ZEPHYR_BASE ${ENV_ZEPHYR_BASE} CACHE PATH "Zephyr base") variable
|
/Zephyr-Core-2.7.6/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-2.7.6/cmake/app/ |
D | boilerplate.cmake | 112 set(ZEPHYR_BASE ${ENV_ZEPHYR_BASE} CACHE PATH "Zephyr base") variable
|
/Zephyr-Core-2.7.6/doc/ |
D | conf.py | 14 ZEPHYR_BASE = Path(__file__).resolve().parents[1] variable
|
/Zephyr-Core-2.7.6/scripts/kconfig/ |
D | kconfigfunctions.py | 10 ZEPHYR_BASE = os.environ["ZEPHYR_BASE"] variable
|
/Zephyr-Core-2.7.6/scripts/ci/ |
D | check_compliance.py | 29 ZEPHYR_BASE = os.environ.get('ZEPHYR_BASE') variable
|
/Zephyr-Core-2.7.6/scripts/pylib/twister/ |
D | twisterlib.py | 61 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
|