embassy/examples/stm32h723/.cargo/config.toml

9 lines
184 B
TOML
Raw Normal View History

2024-11-18 19:51:23 +00:00
[target.thumbv7em-none-eabihf]
runner = 'probe-rs run --chip STM32H723ZGTx'
[build]
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
[env]
DEFMT_LOG = "trace"