12 lines
183 B
Text
12 lines
183 B
Text
|
[target.thumbv7m-none-eabi]
|
||
|
runner = 'arm-none-eabi-gdb'
|
||
|
rustflags = [
|
||
|
"-C", "link-arg=-Tlink.x",
|
||
|
]
|
||
|
|
||
|
[build]
|
||
|
target = "thumbv7m-none-eabi"
|
||
|
|
||
|
[unstable]
|
||
|
build-std = ["core", "alloc"]
|