embassy/examples/stm32h5/.cargo/config.toml
2023-04-06 18:59:37 +02:00

9 lines
157 B
TOML

[target.thumbv8m.main-none-eabihf]
runner = 'probe-rs-cli run --chip STM32H563ZITx'
[build]
target = "thumbv8m.main-none-eabihf"
[env]
DEFMT_LOG = "trace"