Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
refs/heads/upstream/v1.13-branch
/
.
/
zephyr-env.cmd
blob: 89e6e44bf675135f548b78bda9724e6ce43cd69a [
file
] [
log
] [
blame
] [
edit
]
@echo
off
set
ZEPHYR_BASE
=%~
dp0
if
exist
"%userprofile%\zephyrrc.cmd"
(
call
"%userprofile%\zephyrrc.cmd"
)
rem
Zephyr
meta
-
tool
(
west
)
launcher
alias
doskey west
=
py
-
3
%
ZEPHYR_BASE
%
\scripts\west
-
win
.
py $
*