embassy-nucleo_l476rg-blinky/.cargo/config.toml
2023-10-05 17:52:38 +02:00

8 lines
145 B
TOML

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