cur_stim/.cargo/config.toml
2024-04-21 23:19:51 -04:00

13 lines
284 B
TOML

[build]
target = "thumbv8m.main-none-eabihf"
#rustflags = ["-C", "link-arg=-Tlink.x"]
[target.thumbv8m.main-none-eabihf]
runner = "probe-rs run --chip STM32U5A5ZJTx"
# runner = "probe-rs run --chip STM32U575ZITx"
# rustflags = ["-C", "link-arg=-Tlink.x"]
[env]
DEFMT_LOG = "trace"