aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/stm32wb-dfu/src
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-3/+3
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-3/+3
|
* [embassy-usb-dfu] support ed25519 verificationGerhard de Clercq2025-05-231-0/+12
| | | | | This commit adds the ability to verify that USB DFU updates are correctly signed using ed25519. This required adding support to embassy-boot for reading from the DFU partition.
* [usb-dfu examples] Alert users to customise their WinUSB GUIDsGerhard de Clercq2025-05-141-1/+3
|
* [embassy-usb-dfu] accept closure to customise DFU functionGerhard de Clercq2025-05-141-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 devicesGerhard de Clercq2025-05-131-6/+4
|
* [embassy-usb-dfu] support function level WinUSB GUIDsGerhard de Clercq2025-05-121-4/+11
| | | | 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 Tran2025-05-081-2/+2
| | | | | Also adds &self to the Reset trait, which makes it easier to implement cleanup/delays before actually resetting.
* stm32wb-dfu: add MSOS headersGerhard de Clercq2024-12-101-1/+16
| | | | The USB DFU example now shows how to automatically get the WinUSB driver assigned.
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
|
* feat: enhance bootloader for multiple flash support Badr Bouslikhin2024-02-061-2/+2
|
* Abstract chip reset logic, add Reset impls for cortex-m and esp32c3Kaitlyn Kenwell2023-12-141-2/+2
|
* fmtKaitlyn Kenwell2023-12-141-1/+0
|
* Address reviewsKaitlyn Kenwell2023-12-141-0/+94