Files
physical/examples/ads1256/.cargo/config.toml
2025-03-09 12:13:14 -07: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"