Home
last modified time | relevance | path

Searched full:zephyr_base (Results 1 – 7 of 7) sorted by relevance

/mcuboot-latest/scripts/
Dassemble.py122 zephyr_base = args.zephyr_base
123 if zephyr_base is None:
125 zephyr_base = os.environ['ZEPHYR_BASE']
127 print('Need to either have ZEPHYR_BASE in environment or pass in -z')
130 sys.path.insert(0, os.path.join(zephyr_base, "scripts", "dts", "python-devicetree", "src"))
/mcuboot-latest/samples/zephyr/
Dbuild-boot.sh14 if [ -z "$ZEPHYR_BASE" ]; then
Dbuild-hello.sh14 if [ -z "$ZEPHYR_BASE" ]; then
DMakefile99 -z $(ZEPHYR_BASE) \
294 @if [ -z "$$ZEPHYR_BASE" ]; then echo "Zephyr environment not set up"; false; fi
/mcuboot-latest/samples/zephyr/hello-world/
DCMakeLists.txt16 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/mcuboot-latest/.github/workflows/
Dzephyr_build.yaml90 export ZEPHYR_BASE=${PWD}
/mcuboot-latest/boot/zephyr/
DCMakeLists.txt12 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
33 set(NRFXLIB_DIR ${ZEPHYR_BASE}/../nrfxlib)