10ae7bf917
Signed-off-by: fly <merspieler@alwaysdata.com>
11 lines
183 B
Text
11 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"]
|