| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | embassy-dfu-usb: Allow `application` and `dfu` feature at the same time | Patrick Gansterer | 2025-09-01 | 1 | -10/+4 |
| | | | | | | | Since there is no technical reason to disallow the use of both features at the same time, remove the artifical contraint to give developers more freedom with their implementations. | ||||
| * | embassy-usb-dfu: Change return of reset to () | Matthew Tran | 2025-05-08 | 1 | -4/+4 |
| | | | | | | Also adds &self to the Reset trait, which makes it easier to implement cleanup/delays before actually resetting. | ||||
| * | docs: document usb-logger and usb-dfu | Ulf Lilleengen | 2023-12-19 | 1 | -3/+8 |
| | | |||||
| * | Rename bootloader feature to dfu | Kaitlyn Kenwell | 2023-12-14 | 1 | -4/+4 |
| | | |||||
| * | Abstract chip reset logic, add Reset impls for cortex-m and esp32c3 | Kaitlyn Kenwell | 2023-12-14 | 1 | -0/+31 |
| | | |||||
| * | Address reviews | Kaitlyn Kenwell | 2023-12-14 | 1 | -0/+1 |
| | | |||||
| * | fmt | Kaitlyn Kenwell | 2023-12-13 | 1 | -1/+4 |
| | | |||||
| * | Add embassy-usb-dfu | Kaitlyn Kenwell | 2023-12-13 | 1 | -0/+16 |
