Add RTIC example.

This commit is contained in:
Dario Nieuwenhuis
2023-06-08 16:40:02 +02:00
parent 5c2f02c735
commit f498c689e7
6 changed files with 116 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace nRF82840_xxAA with your chip as listed in `probe-rs-cli chip list`
runner = "probe-rs-cli run --chip nRF52840_xxAA"
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"