Add flashing instructions and IDE integration for Pico W

This commit is contained in:
2026-06-04 14:14:43 -05:00
parent 5019a9add7
commit 688e5b404b
3 changed files with 44 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[target.thumbv6m-none-eabi]
runner = "probe-rs run --chip RP2040"
[build]
target = "thumbv6m-none-eabi"
[unstable]
build-std = ["core", "alloc"]