Skip to content

Commit

Permalink
feat(example): add rp2350 example
Browse files Browse the repository at this point in the history
Signed-off-by: Haobo Gu <haobogu@outlook.com>
  • Loading branch information
HaoboGu committed Jan 7, 2025
1 parent f8e9e79 commit 0cb97e9
Show file tree
Hide file tree
Showing 11 changed files with 2,562 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/use_rust/rp2350/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip RP2350"
#runner = "elf2uf2-rs -d"
# runner = "picotool load -u -v -x -t elf"


[build]
target = "thumbv8m.main-none-eabihf"

[env]
DEFMT_LOG = "debug"
Loading

0 comments on commit 0cb97e9

Please sign in to comment.