File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
STMicroelectronics/B-L4S5I-IOT01A Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
"miDebuggerPath" : " arm-none-eabi-gdb" ,
14
14
"miDebuggerServerAddress" : " localhost:3333" ,
15
15
"debugServerPath" : " openocd" ,
16
- "debugServerArgs" : " -f board/stm32f4discovery.cfg" ,
16
+ "debugServerArgs" : " -f board/stm32f4discovery.cfg -c \" $_TARGETNAME configure -rtos auto \" " ,
17
17
"serverStarted" : " Listening on port .* for gdb connections" ,
18
18
"filterStderr" : true ,
19
19
"stopAtConnect" : true ,
Original file line number Diff line number Diff line change 35
35
"miDebuggerPath" : " arm-none-eabi-gdb" ,
36
36
"miDebuggerServerAddress" : " localhost:3333" ,
37
37
"debugServerPath" : " openocd" ,
38
- "debugServerArgs" : " -f board/stm32f4discovery.cfg" ,
38
+ "debugServerArgs" : " -f board/stm32f4discovery.cfg -c \" $_TARGETNAME configure -rtos auto \" " ,
39
39
"serverStarted" : " Listening on port .* for gdb connections" ,
40
40
"filterStderr" : true ,
41
41
"stopAtConnect" : true ,
Original file line number Diff line number Diff line change 9
9
"requires" : {
10
10
"microsoft:compilers/arm/gcc" : " * 2020.10.0" ,
11
11
"microsoft:tools/compuphase/termite" : " * 3.4.0" ,
12
- "microsoft:tools/microsoft/openocd" : " 0.11.0-ms1 " ,
12
+ "microsoft:tools/microsoft/openocd" : " 0.11.0-ms2 " ,
13
13
"microsoft:tools/kitware/cmake" : " * 3.20.1" ,
14
14
"microsoft:tools/ninja-build/ninja" : " * 1.10.2"
15
15
}
Original file line number Diff line number Diff line change 13
13
"miDebuggerPath" : " arm-none-eabi-gdb" ,
14
14
"miDebuggerServerAddress" : " localhost:3333" ,
15
15
"debugServerPath" : " openocd" ,
16
- "debugServerArgs" : " -f board/stm32l4discovery.cfg" ,
16
+ "debugServerArgs" : " -f board/stm32l4discovery.cfg -c \" $_TARGETNAME configure -rtos auto \" " ,
17
17
"serverStarted" : " Listening on port .* for gdb connections" ,
18
18
"filterStderr" : true ,
19
19
"stopAtConnect" : true ,
Original file line number Diff line number Diff line change 25
25
"miDebuggerPath" : " arm-none-eabi-gdb" ,
26
26
"miDebuggerServerAddress" : " localhost:3333" ,
27
27
"debugServerPath" : " openocd" ,
28
- "debugServerArgs" : " -f board/stm32l4discovery.cfg" ,
28
+ "debugServerArgs" : " -f board/stm32l4discovery.cfg -c \" $_TARGETNAME configure -rtos auto \" " ,
29
29
"serverStarted" : " Listening on port .* for gdb connections" ,
30
30
"filterStderr" : true ,
31
31
"stopAtConnect" : true ,
Original file line number Diff line number Diff line change 9
9
"requires" : {
10
10
"microsoft:compilers/arm/gcc" : " * 2020.10.0" ,
11
11
"microsoft:tools/compuphase/termite" : " * 3.4.0" ,
12
- "microsoft:tools/microsoft/openocd" : " 0.11.0-ms1 " ,
12
+ "microsoft:tools/microsoft/openocd" : " 0.11.0-ms2 " ,
13
13
"microsoft:tools/kitware/cmake" : " * 3.20.1" ,
14
14
"microsoft:tools/ninja-build/ninja" : " * 1.10.2"
15
15
}
You can’t perform that action at this time.
0 commit comments