File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
STMicroelectronics/B-L4S5I-IOT01A Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
"configurations" : [
4
4
{
5
5
"project" : " CMakeLists.txt" ,
6
- "projectTarget" : " stm32l4S5_azure_iot .elf (app\\ stm32l4S5_azure_iot .elf)" ,
6
+ "projectTarget" : " stm32l4s5_azure_iot .elf (app\\ stm32l4s5_azure_iot .elf)" ,
7
7
"name" : " Launch" ,
8
8
"type" : " cppdbg" ,
9
9
"request" : " launch" ,
Original file line number Diff line number Diff line change 20
20
"type" : " cppdbg" ,
21
21
"request" : " launch" ,
22
22
"cwd" : " ${workspaceFolder}" ,
23
- "program" : " ${workspaceFolder}/build/app/stm32l4S5_azure_iot .elf" ,
23
+ "program" : " ${workspaceFolder}/build/app/stm32l4s5_azure_iot .elf" ,
24
24
"MIMode" : " gdb" ,
25
25
"miDebuggerPath" : " arm-none-eabi-gdb" ,
26
26
"miDebuggerServerAddress" : " localhost:3333" ,
Original file line number Diff line number Diff line change 4
4
{
5
5
"label" : " Flash" ,
6
6
"type" : " shell" ,
7
- "command" : " openocd -f board/stm32l4discovery.cfg -c \" program build/app/stm32l4S5_azure_iot .elf verify\" -c \" reset halt\" -c shutdown" ,
7
+ "command" : " openocd -f board/stm32l4discovery.cfg -c \" program build/app/stm32l4s5_azure_iot .elf verify\" -c \" reset halt\" -c shutdown" ,
8
8
"windows" : {
9
9
"options" : {
10
10
"shell" : {
You can’t perform that action at this time.
0 commit comments