mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-10 16:25:37 +00:00
172dbc17cd
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.
8 lines
No EOL
141 B
Text
8 lines
No EOL
141 B
Text
[target.thumbv7em-none-eabihf]
|
|
runner = "dongle-flash"
|
|
rustflags = [
|
|
"-C", "link-arg=-Tlink.x",
|
|
]
|
|
|
|
[build]
|
|
target = "thumbv7em-none-eabihf" |