Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Doutput_helpers.py28 ZEPHYR_BASE = Path(os.environ.get('ZEPHYR_BASE', THIS_ZEPHYR)) variable
30 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts", "west_commands"))
/hal_espressif-latest/west/
Dtools.py24 ZEPHYR_BASE = Path(os.environ.get('ZEPHYR_BASE', THIS_ZEPHYR)) variable
26 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts", "west_commands"))
/hal_espressif-latest/zephyr/scripts/pinctrl/
DREADME.md53 From `zephyr`'s root folder, make sure the variable ZEPHYR_BASE is set
56 echo $ZEPHYR_BASE
62 export ZEPHYR_BASE=$(pwd)