embassy/examples/stm32h735/.cargo/config.toml

9 lines
184 B
TOML
Raw Normal View History

2024-06-28 17:11:34 +00:00
[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"