embassy/examples/boot/.cargo/config.toml
2022-06-18 01:59:12 +02:00

9 lines
146 B
TOML

[unstable]
build-std = ["core"]
build-std-features = ["panic_immediate_abort"]
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"