Files
microrust/.cargo/config
Michael Droogleever c5de62831e Development progress
- many small fixes
- add hello-world
- fix source code
2018-07-21 22:22:56 +02:00

10 lines
179 B
Plaintext

[target.thumbv6m-none-eabi]
runner = "arm-none-eabi-gdb"
rustflags = [
"-C", "link-arg=-Wl,-Tlink.x",
"-C", "link-arg=-nostartfiles",
]
[build]
target = "thumbv6m-none-eabi"