pinetime-rs/.cargo/config

9 lines
173 B
Plaintext

[target.thumbv7em-none-eabihf]
runner = "arm-none-eabi-gdb -x openocd.gdb -q"
rustflags = [
"-C", "link-arg=-Tfixed-link.x",
]
[build]
target = "thumbv7em-none-eabihf"