aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/.cargo/config.toml
blob: be1b73e454984e00bee53e6deab6942b6a56daec (plain)
1
2
3
4
5
6
7
8
9
[unstable]
#build-std = ["core"]
#build-std-features = ["panic_immediate_abort"]

[build]
target = "thumbv7em-none-eabi"

[env]
DEFMT_LOG = "trace"