led_client/embassy/examples/lpc55s69/.cargo/config.toml
2024-12-21 00:48:45 -05: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"