Compare commits

...

1 Commits

Author SHA1 Message Date
Luca 079dc8d94f Link with cortex-m-rt linker script 2020-11-07 13:32:32 +01:00
1 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,6 @@
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv6m-none-eabi"