kirdy/.cargo/config.toml

9 lines
190 B
TOML
Raw Normal View History

2022-10-20 15:17:43 +08:00
[target.thumbv7em-none-eabihf]
runner = "gdb -q -x openocd.gdb"
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)