* Switched to stable Rust instead of nightly.
* Updated to latest published version of Embassy. * Updated to stable release of embedded-hal. * Version bump other dependencies. * Changed examples to use stm32 blackpill.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||||
# replace STM32F429ZITx with your chip as listed in `probe-run --list-chips`
|
||||
runner = "probe-rs run --chip STM32F429ZITx"
|
||||
# replace STM32F429ZITx with your chip as listed in `probe-rs chip list`
|
||||
runner = "probe-rs run --chip STM32F411CEUx"
|
||||
|
||||
[build]
|
||||
target = "thumbv7em-none-eabi"
|
||||
|
Reference in New Issue
Block a user