Searched full:zephyr_base (Results 1 – 7 of 7) sorted by relevance
122 zephyr_base = args.zephyr_base123 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"))
14 if [ -z "$ZEPHYR_BASE" ]; then
99 -z $(ZEPHYR_BASE) \294 @if [ -z "$$ZEPHYR_BASE" ]; then echo "Zephyr environment not set up"; false; fi
16 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
90 export ZEPHYR_BASE=${PWD}
12 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})33 set(NRFXLIB_DIR ${ZEPHYR_BASE}/../nrfxlib)