parent
efac17b1d2
commit
ff0198c6bb
|
@ -58,7 +58,7 @@
|
|||
"executable": "${workspaceRoot}/firmware/build/rusefi.elf",
|
||||
"device": "STM32F407V",
|
||||
"v1": false,
|
||||
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32F405.svd",
|
||||
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/STM32F405.svd",
|
||||
"servertype": "openocd",
|
||||
"configFiles": ["interface/stlink.cfg", "target/stm32f4x.cfg"],
|
||||
"rtos": "auto",
|
||||
|
@ -72,7 +72,7 @@
|
|||
"executable": "${workspaceRoot}/firmware/build/rusefi.elf",
|
||||
"device": "STM32F429Z",
|
||||
"v1": false,
|
||||
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32F427.svd",
|
||||
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/STM32F427.svd",
|
||||
"servertype": "openocd",
|
||||
"configFiles": ["interface/stlink.cfg", "target/stm32f4x.cfg"],
|
||||
"rtos": "auto",
|
||||
|
@ -86,7 +86,7 @@
|
|||
"executable": "${workspaceRoot}/firmware/build/rusefi.elf",
|
||||
"device": "STM32F767V",
|
||||
"v1": false,
|
||||
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32F7x7.svd",
|
||||
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/STM32F7x7.svd",
|
||||
"servertype": "openocd",
|
||||
"configFiles": ["interface/stlink.cfg", "target/stm32f7x.cfg"],
|
||||
"rtos": "auto",
|
||||
|
@ -100,7 +100,7 @@
|
|||
"executable": "${workspaceRoot}/firmware/build/rusefi.elf",
|
||||
"device": "STM32H743V",
|
||||
"v1": false,
|
||||
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32H743x.svd",
|
||||
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/STM32H743x.svd",
|
||||
"servertype": "openocd",
|
||||
"configFiles": ["interface/stlink.cfg", "target/stm32h7x.cfg"],
|
||||
"rtos": "auto",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
These files are copied from:
|
||||
https://github.com/posborne/cmsis-svd
|
||||
|
||||
That repo is very big, so these select files are copied to avoid repo bloat or cloning a huge submodule to use a few files.
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue