cmsis-svd replacement files

This commit is contained in:
Matthew Kennedy 2023-03-02 01:26:33 -08:00
parent a9add52d35
commit 3bd5def671
6 changed files with 313375 additions and 4 deletions

8
.vscode/launch.json vendored
View File

@ -58,7 +58,7 @@
"executable": "${workspaceRoot}/firmware/build/fome.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"
@ -71,7 +71,7 @@
"executable": "${workspaceRoot}/firmware/build/fome.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"
@ -84,7 +84,7 @@
"executable": "${workspaceRoot}/firmware/build/fome.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"
@ -97,7 +97,7 @@
"executable": "${workspaceRoot}/firmware/build/fome.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