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 3 additions and 4 deletions

View File

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