led_client/embassy/examples/stm32h7b0/.cargo/config.toml
2024-12-21 00:48:45 -05:00

9 lines
184 B
TOML

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