switch to rp2350

This commit is contained in:
2025-06-24 19:02:30 -06:00
parent 3392dec944
commit f8325a7750
9 changed files with 207 additions and 1213 deletions

View File

@@ -1,9 +1,10 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip RP2040"
runner = "probe-rs run --chip RP2350"
# runner = "elf2uf2-rs -d"
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
# target = "thumbv6m-none-eabi" # rp2040: Cortex-M0 and Cortex-M0+
target = "thumbv8m.main-none-eabihf" # rp235x: Cortex-M33
[env]
DEFMT_LOG = "info"