Skip to content

Commit c87a3f1

Browse files
authored
RP2350 Template (#20)
* rp 2350 template * elf2uf2rs removed * Added the comment back since it looks like support is close?
1 parent 65874f4 commit c87a3f1

File tree

8 files changed

+2282
-0
lines changed

8 files changed

+2282
-0
lines changed

templates/rp2350/.cargo/config.toml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2+
# If you have an SWD debugfer, you can uncomment this line:
3+
# runner = "probe-rs run --chip RP235x --speed 12000 --protocol swd"
4+
5+
# If you don't, you can put the pico into the USB loader, and use this
6+
# line instead:
7+
runner = "picotool load -x -t elf"
8+
9+
[build]
10+
target = "thumbv8m.main-none-eabihf"
11+
12+
[env]
13+
DEFMT_LOG = "debug"
14+
15+
[unstable]
16+
build-std = ["core"]
17+
build-std-features = ["panic_immediate_abort"]

0 commit comments

Comments
 (0)