A320-homecockpit/Pedestal/firmware/.cargo/config
fly 10ae7bf917 Initial commit
Signed-off-by: fly <merspieler@alwaysdata.com>
2024-04-15 01:15:09 +02:00

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"]