embassy/examples/stm32h755cm4/.cargo/config.toml
2024-07-08 13:32:23 +02:00

9 lines
184 B
TOML

[target.thumbv7em-none-eabihf]
runner = 'probe-rs run --chip STM32H755ZITx'
[build]
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
[env]
DEFMT_LOG = "trace"