summaryrefslogtreecommitdiffstats
path: root/.cargo/config.toml
blob: 7634ede5dbc5b7e4ef7f4cac825cf8b49cceacd3 (plain)
1
2
3
4
5
6
7
8
9
[target.thumbv6m-none-eabi]
runner = "arm-none-eabi-gdb"
rustflags = [
    "-C", "link-arg=-Tlink.x",
    # "-C", "linker=arm-none-eabi-ld",
]

[build]
target = "thumbv6m-none-eabi"