cur_stim/.cargo/config.toml
2024-05-06 09:27:39 -04:00

7 lines
151 B
TOML

[target.thumbv8m.main-none-eabihf]
runner = "probe-rs run --chip STM32U575CIUxQ"
[build]
target = "thumbv8m.main-none-eabihf"
[env]
DEFMT_LOG = "info"