led_client/embassy/examples/stm32h5/.cargo/config.toml
2024-12-21 00:48:45 -05:00

9 lines
153 B
TOML

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