embassy/examples/boot-usb-dfu/.cargo/config.toml
2023-12-13 16:08:20 -05:00

10 lines
146 B
TOML

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