A320-homecockpit/Pedestal/PedestalConnectBox/firmware/.cargo/config
fly f45380aa3c Move Pedestal Box firmware into the Pedestal Box directory
Signed-off-by: fly <merspieler@alwaysdata.net>
2024-09-09 17:31:56 +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"]