aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-dfu/src/application.rs
Commit message (Expand)AuthorAgeFilesLines
* docs: document usb-logger and usb-dfuUlf Lilleengen2023-12-191-0/+1
* Abstract chip reset logic, add Reset impls for cortex-m and esp32c3Kaitlyn Kenwell2023-12-141-6/+11
* SCB::sys_reset has a DSB internally, no need to replicateKaitlyn Kenwell2023-12-141-1/+0
* Address reviewsKaitlyn Kenwell2023-12-141-20/+16
* fmtKaitlyn Kenwell2023-12-131-27/+48
* Add embassy-usb-dfuKaitlyn Kenwell2023-12-131-0/+114