cmsis-svd replacement files

(cherry picked from commit 3bd5def671)
This commit is contained in:
Matthew Kennedy 2023-03-02 01:26:33 -08:00 committed by Andrey
parent efac17b1d2
commit ff0198c6bb
6 changed files with 313375 additions and 4 deletions

8
.vscode/launch.json vendored
View File

@ -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",

4
firmware/ext/README.md Normal file
View File

@ -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