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:
parent
d8e92755d4
commit
797f4a568d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue