stm32f469ni/.cargo/config.toml

10 lines
195 B
TOML

[build]
target = "thumbv7em-none-eabihf"
[target.thumbv7em-none-eabihf]
# Using probe-rs for flashing
runner = "probe-rs run --chip STM32F469NIx"
rustflags = [
"-C", "link-arg=-Tlink.x",
]