Skip to content

Commit 76331ed

Browse files
authored
Merge pull request #13 from tnishinaga/add_rpi_pico
Add Raspberry Pi Pico
2 parents 63a88c7 + 8b68461 commit 76331ed

File tree

10 files changed

+1508
-40
lines changed

10 files changed

+1508
-40
lines changed

boards/rpi_pico/.cargo/config.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[build]
2+
target = "thumbv6m-none-eabi"
3+
4+
[target.thumbv6m-none-eabi]
5+
runner = "elf2uf2-rs -d"
6+
#runner = "picotool load -x -t elf"
7+
rustflags = [
8+
"-C", "link-arg=-Tlink.x", "-C", "link-arg=--nmagic",
9+
]

boards/rpi_pico/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

0 commit comments

Comments
 (0)