Home
last modified time | relevance | path

Searched defs:ZEPHYR_BASE (Results 1 – 18 of 18) sorted by relevance

/Zephyr-Core-2.7.6/share/zephyr-package/cmake/
DZephyrConfig.cmake34 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
DZephyrConfigVersion.cmake91 set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR}) variable
99 set(ZEPHYR_BASE) variable
/Zephyr-Core-2.7.6/scripts/
Dtwister184 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
190 ZEPHYR_BASE = str(Path(__file__).resolve().parents[1]) variable
Dlist_boards.py12 ZEPHYR_BASE = Path(__file__).resolve().parents[1] variable
/Zephyr-Core-2.7.6/
Dzephyr-env.cmd2 set ZEPHYR_BASE=%~dp0 variable
/Zephyr-Core-2.7.6/scripts/tests/twister/
Dtest_twister.py13 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
Dconftest.py12 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
Dtest_reporting_testsuite.py17 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
Dtest_testinstance.py14 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
Dtest_testsuite_class.py15 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable
/Zephyr-Core-2.7.6/scripts/west_commands/
Dzephyr_ext_common.py20 ZEPHYR_BASE = Path(os.environ.get('ZEPHYR_BASE', THIS_ZEPHYR)) variable
/Zephyr-Core-2.7.6/subsys/testsuite/
Dunittest.cmake22 set(ZEPHYR_BASE ${ENV_ZEPHYR_BASE} CACHE PATH "Zephyr base") variable
/Zephyr-Core-2.7.6/doc/_scripts/
Dgen_devicetree_rest.py25 ZEPHYR_BASE = Path(__file__).parents[2] variable
30 ZEPHYR_BASE = Path(__file__).parents[2] variable
/Zephyr-Core-2.7.6/cmake/app/
Dboilerplate.cmake112 set(ZEPHYR_BASE ${ENV_ZEPHYR_BASE} CACHE PATH "Zephyr base") variable
/Zephyr-Core-2.7.6/doc/
Dconf.py14 ZEPHYR_BASE = Path(__file__).resolve().parents[1] variable
/Zephyr-Core-2.7.6/scripts/kconfig/
Dkconfigfunctions.py10 ZEPHYR_BASE = os.environ["ZEPHYR_BASE"] variable
/Zephyr-Core-2.7.6/scripts/ci/
Dcheck_compliance.py29 ZEPHYR_BASE = os.environ.get('ZEPHYR_BASE') variable
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dtwisterlib.py61 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") variable