Compare commits

..

1 Commits

Author SHA1 Message Date
Luca 878a8032af Link with cortex-m-rt linker script 2020-11-09 18:26:27 +01:00
1 changed files with 4 additions and 3 deletions

View File

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