embassy/examples/stm32h5/.cargo/config.toml

9 lines
153 B
TOML
Raw Normal View History

2023-04-06 18:53:51 +02:00
[target.thumbv8m.main-none-eabihf]
2023-06-29 02:39:28 +02:00
runner = 'probe-rs run --chip STM32H563ZITx'
2023-04-06 18:53:51 +02:00
[build]
target = "thumbv8m.main-none-eabihf"
[env]
DEFMT_LOG = "trace"