embassy/examples/stm32h7/.cargo/config.toml

9 lines
185 B
TOML

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