10 lines
176 B
TOML
10 lines
176 B
TOML
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
runner = "gdb -x openocd.gdb"
|
|
|
|
rustflags = [
|
|
"-C", "link-arg=-Tlink.x",
|
|
]
|
|
|
|
[build]
|
|
target = "thumbv6m-none-eabi"
|