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", }