embassy/examples/lpc55s69/.cargo/config.toml
2024-10-07 09:34:10 +03:00

9 lines
180 B
TOML

[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"