spidump/.cargo/config.toml
2024-01-19 12:55:42 +01:00

8 lines
146 B
TOML

# [target.thumbv7em-none-eabihf]
# runner = "probe-rs run --chip STM32L476RGTx"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"