aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-dfu/Cargo.toml
diff options
context:
space:
mode:
authorGerhard de Clercq <[email protected]>2024-12-02 11:04:17 +0100
committerGerhard de Clercq <[email protected]>2024-12-02 11:04:17 +0100
commited1f44e58bb38fa1c490f0094400b673bd4bccc3 (patch)
tree16f32c6169aa3940a194f07d01c853d49e2f383d /embassy-usb-dfu/Cargo.toml
parentc73a4d397d69541e5f0a3dde005afe60ba16fe05 (diff)
embassy-dfu-usb: Improve debuggability
This commit adds logging to embassy-dfu-usb which helps with debugging issues such as https://github.com/embassy-rs/embassy/issues/3536. It also cleans up a few repeated code blocks and avoid re-initialising the local buffer for every iteration.
Diffstat (limited to 'embassy-usb-dfu/Cargo.toml')
-rw-r--r--embassy-usb-dfu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb-dfu/Cargo.toml b/embassy-usb-dfu/Cargo.toml
index 16da468bd..763c9600d 100644
--- a/embassy-usb-dfu/Cargo.toml
+++ b/embassy-usb-dfu/Cargo.toml
@@ -42,4 +42,4 @@ esp32c3-hal = { version = "0.13.0", optional = true, default-features = false }
42[features] 42[features]
43dfu = [] 43dfu = []
44application = [] 44application = []
45defmt = ["dep:defmt"] 45defmt = ["dep:defmt", "embassy-boot/defmt", "embassy-usb/defmt"]