Move original .svd files to misc/svd/original

These SVD files do not work correctly with platformio. xperipherals pane will load them but does not work with the debugger. peripheral pane needs a fixed up version
This commit is contained in:
true 2023-10-21 07:12:48 -07:00
parent d8e92755d4
commit 797f4a568d
5 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"product_line": "PY32F030x6"
},
"debug": {
"svd_path": "boards/svd/py32f030xx.svd",
"svd_path": "misc/svd/py32f030xx.svd",
"pyocd_target": "py32f0xx",
"default_tools": [
"cmsis-dap"