aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32n6/.cargo/config.toml
blob: 2fdd70649f281c03f9bdecd0886fe89212e955f1 (plain)
1
2
3
4
5
6
7
8
[target.thumbv8m.main-none-eabihf]
runner = 'probe-rs run --chip STM32N657'

[build]
target = "thumbv8m.main-none-eabihf"

[env]
DEFMT_LOG = "trace"