Merge branch 'embassy-rs:master' into master

This commit is contained in:
Chuck Davis
2023-04-26 12:26:19 -05:00
committed by GitHub
34 changed files with 62 additions and 62 deletions

View File

@ -1,6 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace your chip as listed in `probe-run --list-chips`
runner = "probe-run --chip STM32WLE5JCIx"
# replace your chip as listed in `probe-rs-cli chip list`
runner = "probe-rs-cli run --chip STM32WLE5JCIx"
[build]
target = "thumbv7em-none-eabihf"