aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-dfu/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* embassy-dfu-usb: Allow `application` and `dfu` feature at the same timePatrick Gansterer2025-09-011-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 Tran2025-05-081-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-dfuUlf Lilleengen2023-12-191-3/+8
|
* Rename bootloader feature to dfuKaitlyn Kenwell2023-12-141-4/+4
|
* Abstract chip reset logic, add Reset impls for cortex-m and esp32c3Kaitlyn Kenwell2023-12-141-0/+31
|
* Address reviewsKaitlyn Kenwell2023-12-141-0/+1
|
* fmtKaitlyn Kenwell2023-12-131-1/+4
|
* Add embassy-usb-dfuKaitlyn Kenwell2023-12-131-0/+16