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

9 lines
153 B
TOML
Raw Permalink Normal View History

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