CH579M_Small_Rust_Hello/.cargo/config.toml

8 lines
190 B
TOML

rustflags = [
# LLD (shipped with the Rust toolchain) is used as the default linker
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+