parent
9218820cda
commit
46f5fbf11f
|
@ -61,6 +61,7 @@
|
|||
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32F405.svd",
|
||||
"servertype": "openocd",
|
||||
"configFiles": ["interface/stlink.cfg", "target/stm32f4x.cfg"],
|
||||
"rtos": "auto",
|
||||
"runToMain": true
|
||||
},
|
||||
{
|
||||
|
@ -74,6 +75,7 @@
|
|||
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32F427.svd",
|
||||
"servertype": "openocd",
|
||||
"configFiles": ["interface/stlink.cfg", "target/stm32f4x.cfg"],
|
||||
"rtos": "auto",
|
||||
"runToMain": true
|
||||
},
|
||||
{
|
||||
|
@ -87,6 +89,7 @@
|
|||
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32F7x7.svd",
|
||||
"servertype": "openocd",
|
||||
"configFiles": ["interface/stlink.cfg", "target/stm32f7x.cfg"],
|
||||
"rtos": "auto",
|
||||
"runToMain": true
|
||||
},
|
||||
{
|
||||
|
@ -100,6 +103,7 @@
|
|||
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32H743x.svd",
|
||||
"servertype": "openocd",
|
||||
"configFiles": ["interface/stlink.cfg", "target/stm32h7x.cfg"],
|
||||
"rtos": "auto",
|
||||
"runToMain": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue