Files
tts-test/.cargo/config.toml
T
2026-06-16 02:33:49 +02:00

14 lines
238 B
TOML

[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"
[target.thumbv6m-none-eabi]
runner = 'probe-rs run --chip STM32G0B1RE'
rustflags = [
"-C", "link-arg=--nmagic",
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=-Tdefmt.x",
]