embedded-trainings-2020/boards/dongle/.cargo/config
Dave Hylands 172dbc17cd Update cross compilation target
Use the target actually mentioned in the .cargo/config file.

Updated the output in the troubleshooting page and
also updated the target for the board/dongle.
2020-09-16 17:45:40 -07:00

8 lines
141 B
Plaintext

[target.thumbv7em-none-eabihf]
runner = "dongle-flash"
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv7em-none-eabihf"