embassy-nucleo_l476rg-blinky/.cargo/config.toml

9 lines
145 B
TOML
Raw Permalink Normal View History

2023-10-05 15:52:21 +00:00
[target.thumbv7em-none-eabihf]
runner = "probe-rs run --chip STM32L476RGTx"
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"