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 STM32L053R8Tx"
# replace your chip as listed in `probe-rs-cli chip list`
runner = "probe-rs-cli run --chip STM32L053R8Tx"
[build]
target = "thumbv6m-none-eabi"