embassy/examples/stm32u0/.cargo/config.toml
2024-04-14 22:29:07 +02:00

10 lines
245 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace stm32u083rctx with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --chip stm32u083rctx"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"