ionpak-thermostat/firmware/.cargo/config

9 lines
147 B
Plaintext
Raw Normal View History

2017-05-04 17:35:26 +08:00
[target.thumbv7em-none-eabihf]
2018-08-29 03:57:17 +08:00
runner = "arm-none-eabi-gdb"
2017-05-04 17:35:26 +08:00
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv7em-none-eabihf"