| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | [usb-dfu examples] Alert users to customise their WinUSB GUIDs | Gerhard de Clercq | 2025-05-14 | 1 | -1/+3 |
| | | |||||
| * | [embassy-usb-dfu] accept closure to customise DFU function | Gerhard de Clercq | 2025-05-14 | 1 | -5/+9 |
| | | | | | 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 | -6/+4 |
| | | |||||
| * | [embassy-usb-dfu] support function level WinUSB GUIDs | Gerhard de Clercq | 2025-05-12 | 1 | -2/+24 |
| | | | | | 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: Change return of reset to () | Matthew Tran | 2025-05-08 | 1 | -2/+2 |
| | | | | | | Also adds &self to the Reset trait, which makes it easier to implement cleanup/delays before actually resetting. | ||||
| * | Fix all check-cfg errors in the entire repo. | Dario Nieuwenhuis | 2024-05-31 | 1 | -1/+1 |
| | | | | | the main ci.sh now passes if running with nightly. | ||||
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -2/+0 |
| | | |||||
| * | fix(boot): update examples | Badr Bouslikhin | 2024-02-07 | 1 | -1/+1 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| | | |||||
| * | Abstract chip reset logic, add Reset impls for cortex-m and esp32c3 | Kaitlyn Kenwell | 2023-12-14 | 1 | -2/+2 |
| | | |||||
| * | Adjust toml files, fix application example | Kaitlyn Kenwell | 2023-12-14 | 1 | -5/+5 |
| | | |||||
| * | Address reviews | Kaitlyn Kenwell | 2023-12-14 | 1 | -0/+64 |
