Skip to content

Commit

Permalink
feat(example): add py32f07x use_rust example
Browse files Browse the repository at this point in the history
  • Loading branch information
decaday committed Dec 10, 2024
1 parent dee5388 commit 0aeaf4b
Show file tree
Hide file tree
Showing 14 changed files with 1,640 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/use_rust/py32f07x/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip PY32F072xB"

[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+

[env]
DEFMT_LOG = "debug"
Loading

0 comments on commit 0aeaf4b

Please sign in to comment.