aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader
diff options
context:
space:
mode:
authorTyler <[email protected]>2023-09-29 20:03:31 -0600
committerGitHub <[email protected]>2023-09-29 20:03:31 -0600
commitc52320f467c64a4944ed7df72fe7cca6a2b77564 (patch)
treecb14d9f1a3f222542db0e1e0764c23cf01b098a3 /examples/boot/bootloader
parentf033089625b4883f9b8811f5c291292529f66767 (diff)
parent95b3d9eb3b3657de3d7bc9c04f8fb83eae901640 (diff)
Merge pull request #4 from embassy-rs/main
Pull latest from embassy main
Diffstat (limited to 'examples/boot/bootloader')
-rw-r--r--examples/boot/bootloader/nrf/Cargo.toml2
-rw-r--r--examples/boot/bootloader/stm32/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/boot/bootloader/nrf/Cargo.toml b/examples/boot/bootloader/nrf/Cargo.toml
index 40656f359..42391778d 100644
--- a/examples/boot/bootloader/nrf/Cargo.toml
+++ b/examples/boot/bootloader/nrf/Cargo.toml
@@ -25,7 +25,7 @@ defmt = [
25softdevice = [ 25softdevice = [
26 "embassy-boot-nrf/softdevice", 26 "embassy-boot-nrf/softdevice",
27] 27]
28debug = ["defmt-rtt"] 28debug = ["defmt-rtt", "defmt"]
29 29
30[profile.dev] 30[profile.dev]
31debug = 2 31debug = 2
diff --git a/examples/boot/bootloader/stm32/Cargo.toml b/examples/boot/bootloader/stm32/Cargo.toml
index 6436f2fee..9175768d6 100644
--- a/examples/boot/bootloader/stm32/Cargo.toml
+++ b/examples/boot/bootloader/stm32/Cargo.toml
@@ -24,7 +24,7 @@ defmt = [
24 "embassy-boot-stm32/defmt", 24 "embassy-boot-stm32/defmt",
25 "embassy-stm32/defmt", 25 "embassy-stm32/defmt",
26] 26]
27debug = ["defmt-rtt"] 27debug = ["defmt-rtt", "defmt"]
28 28
29[profile.dev] 29[profile.dev]
30debug = 2 30debug = 2