Move rtos-trace example to a separate project to simplify Cargo.toml

This commit is contained in:
Quentin Smith
2022-08-18 01:38:58 -04:00
parent 7dfe119fe0
commit 2edf532f8d
7 changed files with 115 additions and 56 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-run --list-chips`
runner = "probe-run --chip nRF52840_xxAA"
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"