Files
physical/examples/ads1256/.cargo/config.toml
Zachary Sunforge 8a7e32b8ca * 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.
2024-02-13 21:32:09 -08:00

9 lines
245 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32F429ZITx with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --chip STM32F411CEUx"
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"