pinetime-rs/.cargo/config

9 lines
173 B
Plaintext
Raw Normal View History

2020-06-20 16:53:49 +00:00
[target.thumbv7em-none-eabihf]
2020-06-22 23:27:47 +00:00
runner = "arm-none-eabi-gdb -x openocd.gdb -q"
2020-06-20 16:53:49 +00:00
rustflags = [
"-C", "link-arg=-Tfixed-link.x",
]
[build]
target = "thumbv7em-none-eabihf"