embassy/examples/stm32h7rs/.cargo/config.toml

9 lines
184 B
TOML

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