From e313e29a5b19fd08f061cc3b9891f6b5ea63ee78 Mon Sep 17 00:00:00 2001 From: Christopher Evans Date: Sun, 31 Aug 2025 10:15:43 -0700 Subject: [PATCH] Update references to use 2.2.0 for pico-sdk's RP2350.svd https://github.com/raspberrypi/pico-sdk/releases/tag/2.2.0 includes https://github.com/raspberrypi/pico-sdk/pull/2599 which includes changes to src/rp2350/hardware_regs/RP2350.svd --- .vscode/launch.json | 4 ++-- cargo-generate/launch.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 571722c..5964913 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -26,7 +26,7 @@ "programBinary": "target/thumbv8m.main-none-eabihf/debug/rp235x-project-template", "rttEnabled": true // Uncomment this if you've downloaded the SVD from - // https://github.com/raspberrypi/pico-sdk/raw/2.1.1/src/rp2350/hardware_regs/RP2350.svd + // https://github.com/raspberrypi/pico-sdk/raw/2.2.0/src/rp2350/hardware_regs/RP2350.svd // and placed it in the .vscode directory // "svdFile": "./.vscode/rp235x.svd", } @@ -35,4 +35,4 @@ "wireProtocol": "Swd" } ] -} +} \ No newline at end of file diff --git a/cargo-generate/launch.json b/cargo-generate/launch.json index fc9b805..ff8fc9d 100644 --- a/cargo-generate/launch.json +++ b/cargo-generate/launch.json @@ -26,7 +26,7 @@ "programBinary": "target/thumbv8m.main-none-eabihf/debug/{{project-name}}", "rttEnabled": true // Uncomment this if you've downloaded the SVD from - // https://github.com/raspberrypi/pico-sdk/raw/2.1.1/src/rp2350/hardware_regs/RP2350.svd + // https://github.com/raspberrypi/pico-sdk/raw/2.2.0/src/rp2350/hardware_regs/RP2350.svd // and placed it in the .vscode directory // "svdFile": "./.vscode/rp235x.svd", }