Files
physical/examples/ads1256/.cargo/config.toml
2024-11-14 12:39:06 -08:00

9 lines
245 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32F411CEUx 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"