A320-homecockpit/Pedestal/MCDU/firmware/.cargo/config
fly 8f45bd142a WIP MCDU Firmware
Signed-off-by: fly <merspieler@alwaysdata.net>
2024-09-09 01:43:04 +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"]