Link with cortex-m-rt linker script
This commit is contained in:
parent
800e73e59c
commit
878a8032af
|
@ -1,2 +1,7 @@
|
|||
[build]
|
||||
target = "thumbv6m-none-eabi"
|
||||
|
||||
[target.thumbv6m-none-eabi]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Tlink.x",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue