summaryrefslogtreecommitdiffstats
path: root/.cargo/config.toml
blob: 0dc2b8f6d96f96a0aa392630ad291f59ff07019c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[target.thumbv7em-none-eabihf]
runner = "probe-rs run --chip STM32F411CEUx"
linker = "flip-link"
rustflags = [
    "-C", "link-arg=-Tlink.x",
    "-C", "link-arg=-Tdefmt.x",
]

[build]
target = "thumbv7em-none-eabihf"

[env]
DEFMT_LOG = "trace"