Skip to content

Commit c22913f

Browse files
committed
Route the new no-panic-msgs feature through affected crates
1 parent a9bfddc commit c22913f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

embassy-boot-nrf/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ defmt = [
4141
"embassy-boot/defmt",
4242
"embassy-nrf/defmt",
4343
]
44+
no-panic-msgs = [
45+
"embassy-boot/no-panic-msgs",
46+
"embassy-nrf/no-panic-msgs",
47+
]
4448
softdevice = [
4549
"nrf-softdevice-mbr",
4650
]

embassy-boot-rp/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ log = [
4545
"embassy-boot/log",
4646
"embassy-rp/log",
4747
]
48+
no-panic-msgs = [
49+
"embassy-boot/no-panic-msgs",
50+
"embassy-rp/no-panic-msgs",
51+
]
4852

4953
[profile.dev]
5054
debug = 2

embassy-boot-stm32/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ cfg-if = "1.0.0"
3636
[features]
3737
defmt = ["dep:defmt", "embassy-boot/defmt", "embassy-stm32/defmt"]
3838
log = ["dep:log", "embassy-boot/log", "embassy-stm32/log"]
39+
no-panic-msgs = ["embassy-boot/no-panic-msgs", "embassy-stm32/no-panic-msgs"]
3940

4041
[profile.dev]
4142
debug = 2

0 commit comments

Comments
 (0)