Skip to content

Commit

Permalink
Merge pull request #173 from decaday/feat/py32-example
Browse files Browse the repository at this point in the history
Add py32f07x use_rust example
  • Loading branch information
HaoboGu authored Dec 10, 2024
2 parents 2db0066 + 0aeaf4b commit 10f3398
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 10f3398

Please sign in to comment.