Skip to content

Commit e313e29

Browse files
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 raspberrypi/pico-sdk#2599 which includes changes to src/rp2350/hardware_regs/RP2350.svd
1 parent efd5182 commit e313e29

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"programBinary": "target/thumbv8m.main-none-eabihf/debug/rp235x-project-template",
2727
"rttEnabled": true
2828
// Uncomment this if you've downloaded the SVD from
29-
// https://github.com/raspberrypi/pico-sdk/raw/2.1.1/src/rp2350/hardware_regs/RP2350.svd
29+
// https://github.com/raspberrypi/pico-sdk/raw/2.2.0/src/rp2350/hardware_regs/RP2350.svd
3030
// and placed it in the .vscode directory
3131
// "svdFile": "./.vscode/rp235x.svd",
3232
}
@@ -35,4 +35,4 @@
3535
"wireProtocol": "Swd"
3636
}
3737
]
38-
}
38+
}

cargo-generate/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"programBinary": "target/thumbv8m.main-none-eabihf/debug/{{project-name}}",
2727
"rttEnabled": true
2828
// Uncomment this if you've downloaded the SVD from
29-
// https://github.com/raspberrypi/pico-sdk/raw/2.1.1/src/rp2350/hardware_regs/RP2350.svd
29+
// https://github.com/raspberrypi/pico-sdk/raw/2.2.0/src/rp2350/hardware_regs/RP2350.svd
3030
// and placed it in the .vscode directory
3131
// "svdFile": "./.vscode/rp235x.svd",
3232
}

0 commit comments

Comments
 (0)