| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | embassy-dfu-usb: Allow `application` and `dfu` feature at the same time | Patrick Gansterer | 2025-09-01 | 1 | -0/+1 |
| | | | | | | | 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] accept closure to customise DFU function | Gerhard de Clercq | 2025-05-14 | 1 | -15/+6 |
| | | | | | This provides a more generic interface for users to customise the DFU function instead of restricting customisation to DFU headers. | ||||
| * | [embassy-usb-dfu] correct comment about composite devices | Gerhard de Clercq | 2025-05-13 | 1 | -2/+3 |
| | | |||||
| * | [embassy-usb-dfu] support function level WinUSB GUIDs | Gerhard de Clercq | 2025-05-12 | 1 | -1/+15 |
| | | | | | This commit makes it possible to provide function level msos GUIDs to usb_dfu. This helps to ensure that composite DFU devices automatically get assigned the WinUSB driver on Windows. | ||||
| * | embassy-usb-dfu: Reset immediately if WILL_DETACH is set | Matthew Tran | 2025-05-08 | 1 | -1/+6 |
| | | | | | | This is necessary to support the windows WinUSB driver which is not capable of generating the USB reset. | ||||
| * | embassy-usb-dfu: Change return of reset to () | Matthew Tran | 2025-05-08 | 1 | -6/+4 |
| | | | | | | Also adds &self to the Reset trait, which makes it easier to implement cleanup/delays before actually resetting. | ||||
| * | [embassy-usb-dfu] Add generic DFU marking interface | Gerhard de Clercq | 2025-04-22 | 1 | -11/+25 |
| | | | | | This commit adds an interface that allows users to customise how the bootloader is informed that DFU mode is needed on the next boot. | ||||
| * | docs: document usb-logger and usb-dfu | Ulf Lilleengen | 2023-12-19 | 1 | -0/+1 |
| | | |||||
| * | Abstract chip reset logic, add Reset impls for cortex-m and esp32c3 | Kaitlyn Kenwell | 2023-12-14 | 1 | -6/+11 |
| | | |||||
| * | SCB::sys_reset has a DSB internally, no need to replicate | Kaitlyn Kenwell | 2023-12-14 | 1 | -1/+0 |
| | | |||||
| * | Address reviews | Kaitlyn Kenwell | 2023-12-14 | 1 | -20/+16 |
| | | |||||
| * | fmt | Kaitlyn Kenwell | 2023-12-13 | 1 | -27/+48 |
| | | |||||
| * | Add embassy-usb-dfu | Kaitlyn Kenwell | 2023-12-13 | 1 | -0/+114 |
