jeol-t330a/beamer/fw/.cargo/config.toml

9 lines
137 B
TOML
Raw Normal View History

2024-12-14 18:08:35 +00:00
[target.thumbv6m-none-eabi]
runner = 'probe-rs run --chip STM32F746ZG'
[build]
target = "thumbv7m-none-eabi"
[env]
DEFMT_LOG = "trace"