A320-homecockpit/Pedestal/MCDU/firmware/config.toml
fly ad45a7e742 Updated rust wants config in new place
Signed-off-by: fly <merspieler@alwaysdata.net>
2024-12-19 00:07:08 +01:00

11 lines
183 B
TOML

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