diff options
| author | Gerhard de Clercq <[email protected]> | 2024-12-02 11:04:17 +0100 |
|---|---|---|
| committer | Gerhard de Clercq <[email protected]> | 2024-12-02 11:04:17 +0100 |
| commit | ed1f44e58bb38fa1c490f0094400b673bd4bccc3 (patch) | |
| tree | 16f32c6169aa3940a194f07d01c853d49e2f383d /embassy-usb-dfu/Cargo.toml | |
| parent | c73a4d397d69541e5f0a3dde005afe60ba16fe05 (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.toml | 2 |
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] |
| 43 | dfu = [] | 43 | dfu = [] |
| 44 | application = [] | 44 | application = [] |
| 45 | defmt = ["dep:defmt"] | 45 | defmt = ["dep:defmt", "embassy-boot/defmt", "embassy-usb/defmt"] |
