aboutsummaryrefslogtreecommitdiff
path: root/examples/lpc55s69/.cargo/config.toml
blob: 9556de72f251c0df25e5c720df06a63f0950a61d (plain)
1
2
3
4
5
6
7
8
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip LPC55S69JBD100"

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

[env]
DEFMT_LOG = "debug"