cur_stim/.cargo/config.toml
2024-05-01 16:44:51 -04:00

7 lines
151 B
TOML

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