Skip to content

Commit 0aeaf4b

Browse files
committed
feat(example): add py32f07x use_rust example
1 parent dee5388 commit 0aeaf4b

File tree

14 files changed

+1640
-0
lines changed

14 files changed

+1640
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2+
runner = "probe-rs run --chip PY32F072xB"
3+
4+
[build]
5+
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
6+
7+
[env]
8+
DEFMT_LOG = "debug"

0 commit comments

Comments
 (0)