This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree 2 files changed +10
-11
lines changed
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Downloaded installers
2
2
installers /
3
+ layout /
3
4
4
5
# Generated NSIS scripts
5
6
* .nsi
Original file line number Diff line number Diff line change @@ -35,19 +35,17 @@ for %%i in (sdk examples extras playground) do (
35
35
36
36
call :AddToPath " %~dp0 tools"
37
37
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% "
42
42
)
43
43
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"
51
49
52
50
call :VerifyExe " GNU Arm Embedded Toolchain" " arm-none-eabi-gcc --version"
53
51
call :VerifyExe " CMake" " cmake --version"
You can’t perform that action at this time.
0 commit comments