aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32f7/.cargo/config.toml
blob: 9088eea6eaa25e7eb5df01200ce1ac3d91803f32 (plain)
1
2
3
4
5
6
7
8
9
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32F429ZITx with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --chip STM32F767ZITx"

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

[env]
DEFMT_LOG = "trace"