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 5 additions and 0 deletions

View File

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