980c0cf4ac
Add a new zephyr-env.cmd that mirrors the functionality of zephyr-env.sh but on Windows platforms. It sets ZEPHYR_BASE to the location of the script. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
3 lines
32 B
Batchfile
3 lines
32 B
Batchfile
@echo off
|
|
set ZEPHYR_BASE=%~dp0
|