diff options
Diffstat (limited to 'examples/boot/bootloader')
| -rw-r--r-- | examples/boot/bootloader/nrf/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/boot/bootloader/stm32/Cargo.toml | 2 |
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 = [ | |||
| 25 | softdevice = [ | 25 | softdevice = [ |
| 26 | "embassy-boot-nrf/softdevice", | 26 | "embassy-boot-nrf/softdevice", |
| 27 | ] | 27 | ] |
| 28 | debug = ["defmt-rtt"] | 28 | debug = ["defmt-rtt", "defmt"] |
| 29 | 29 | ||
| 30 | [profile.dev] | 30 | [profile.dev] |
| 31 | debug = 2 | 31 | debug = 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 | ] |
| 27 | debug = ["defmt-rtt"] | 27 | debug = ["defmt-rtt", "defmt"] |
| 28 | 28 | ||
| 29 | [profile.dev] | 29 | [profile.dev] |
| 30 | debug = 2 | 30 | debug = 2 |
