Skip to content

Commit 971b8a8

Browse files
committed
panic_immediate_abort
1 parent 52d0353 commit 971b8a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/stm32f4/.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@ runner = "probe-rs run --chip STM32F429ZITx"
55
[build]
66
target = "thumbv7em-none-eabi"
77

8+
89
[env]
910
DEFMT_LOG = "trace"
11+
12+
[unstable]
13+
build-std = ["core", "panic_abort"]
14+
build-std-features = ["panic_immediate_abort"]

0 commit comments

Comments
 (0)