spidump/.cargo/config.toml

9 lines
146 B
TOML
Raw Normal View History

2024-01-19 11:55:42 +00:00
# [target.thumbv7em-none-eabihf]
# runner = "probe-rs run --chip STM32L476RGTx"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"