From 797f4a568d0fd7a14f62a4d4eb336fb1e639f1cc Mon Sep 17 00:00:00 2001 From: true Date: Sat, 21 Oct 2023 07:12:48 -0700 Subject: [PATCH] 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 --- boards/generic_py32f030x6.json | 2 +- {boards/svd => misc/svd/original}/py32f002axx.svd | 0 {boards/svd => misc/svd/original}/py32f002xx.svd | 0 {boards/svd => misc/svd/original}/py32f003xx.svd | 0 {boards/svd => misc/svd/original}/py32f030xx.svd | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename {boards/svd => misc/svd/original}/py32f002axx.svd (100%) rename {boards/svd => misc/svd/original}/py32f002xx.svd (100%) rename {boards/svd => misc/svd/original}/py32f003xx.svd (100%) rename {boards/svd => misc/svd/original}/py32f030xx.svd (100%) diff --git a/boards/generic_py32f030x6.json b/boards/generic_py32f030x6.json index 4a0141b..99479e8 100644 --- a/boards/generic_py32f030x6.json +++ b/boards/generic_py32f030x6.json @@ -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" diff --git a/boards/svd/py32f002axx.svd b/misc/svd/original/py32f002axx.svd similarity index 100% rename from boards/svd/py32f002axx.svd rename to misc/svd/original/py32f002axx.svd diff --git a/boards/svd/py32f002xx.svd b/misc/svd/original/py32f002xx.svd similarity index 100% rename from boards/svd/py32f002xx.svd rename to misc/svd/original/py32f002xx.svd diff --git a/boards/svd/py32f003xx.svd b/misc/svd/original/py32f003xx.svd similarity index 100% rename from boards/svd/py32f003xx.svd rename to misc/svd/original/py32f003xx.svd diff --git a/boards/svd/py32f030xx.svd b/misc/svd/original/py32f030xx.svd similarity index 100% rename from boards/svd/py32f030xx.svd rename to misc/svd/original/py32f030xx.svd