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+