aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f411_rtc_interrupt/.cargo/config.toml
blob: 806f2ee95b86d2c4a44db7007eec0a7e57bf5ec6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[target.thumbv7em-none-eabihf]

runner = "probe-rs run --chip STM32F411CEUx"

rustflags = [
  "-C", "link-arg=-Tlink.x",
  "-C", "link-arg=-Tdefmt.x",
]

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

[env]
DEFMT_LOG = "debug"