embassy/examples/stm32h735/.cargo/config.toml
2024-06-28 18:11:34 +01:00

9 lines
184 B
TOML

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