This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 11# Downloaded installers
22installers /
3+ layout /
34
45# Generated NSIS scripts
56* .nsi
Original file line number Diff line number Diff line change @@ -35,19 +35,17 @@ for %%i in (sdk examples extras playground) do (
3535
3636call :AddToPath " %~dp0 tools"
3737
38- if exist " %~dp0 tools\openocd " (
39- echo OPENOCD_SCRIPTS=%~dp0 tools\openocd \scripts
40- set " OPENOCD_SCRIPTS = %~dp0 tools\openocd \scripts"
41- set " PATH = %~dp0 tools\openocd ;%PATH% "
38+ if exist " %~dp0 openocd " (
39+ echo OPENOCD_SCRIPTS=%~dp0 openocd \scripts
40+ set " OPENOCD_SCRIPTS = %~dp0 openocd \scripts"
41+ set " PATH = %~dp0 openocd ;%PATH% "
4242)
4343
44- call :AddToPath " %ProgramFiles(x86)% \doxygen\bin"
45- call :AddToPath " %ProgramFiles% \doxygen\bin"
46- call :AddToPath " %ProgramW6432% \doxygen\bin"
47-
48- call :AddToPath " %ProgramFiles(x86)% \Graphviz\bin"
49- call :AddToPath " %ProgramFiles% \Graphviz\bin"
50- call :AddToPath " %ProgramW6432% \Graphviz\bin"
44+ call :AddToPath " %~dp0 cmake\bin"
45+ call :AddToPath " %~dp0 gcc-arm\bin"
46+ call :AddToPath " %~dp0 ninja"
47+ call :AddToPath " %~dp0 python"
48+ call :AddToPath " %~dp0 git\cmd"
5149
5250call :VerifyExe " GNU Arm Embedded Toolchain" " arm-none-eabi-gcc --version"
5351call :VerifyExe " CMake" " cmake --version"
You can’t perform that action at this time.
0 commit comments