Link with cortex-m-rt linker script

This commit is contained in:
Luca 2020-11-07 13:32:32 +01:00
parent 800e73e59c
commit 878a8032af
1 changed files with 5 additions and 0 deletions

View File

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