| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add support for nrf54 to embassy-boot examples | Ulf Lilleengen | 2025-12-08 | 2 | -1/+6 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 4 | -9/+9 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 12 | -24/+24 |
| | | |||||
| * | fix: update more minor versions | Ulf Lilleengen | 2025-08-27 | 2 | -2/+2 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 6 | -12/+12 |
| | | |||||
| * | Load all crates in the graph, honor the "publish" flag to prevent publishing ↵ | Dario Nieuwenhuis | 2025-08-25 | 6 | -0/+41 |
| | | | | | examples/tests. | ||||
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 6 | -6/+6 |
| | | | | | * Add newtype for moved type to preserve API compat | ||||
| * | STM32WBA usb-dfu example | Gerzain Mata | 2025-07-29 | 7 | -0/+339 |
| | | | | | | | | - Added sample application - Added sample bootloader Removed trace import | ||||
| * | chore: Release embassy-usb version 0.5.0 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | [embassy-usb-dfu] support ed25519 verification | Gerhard de Clercq | 2025-05-23 | 5 | -4/+44 |
| | | | | | | 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. | ||||
| * | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 5 | -5/+5 |
| | | |||||
| * | Merge pull request #4188 from Gerharddc/dfu-msos | Ulf Lilleengen | 2025-05-19 | 1 | -3/+14 |
| |\ | | | | | [embassy-usb-dfu] support function level WinUSB GUIDs | ||||
| | * | [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 | -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. | ||||
| * | | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 5 | -10/+10 |
| |/ | |||||
| * | 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. | ||||
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 5 | -5/+5 |
| | | | | | Prepare version 0.6.2 for release | ||||
| * | Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0. | Dario Nieuwenhuis | 2025-01-15 | 1 | -1/+1 |
| | | |||||
| * | stm32wb-dfu: add MSOS headers | Gerhard de Clercq | 2024-12-10 | 1 | -1/+16 |
| | | | | | The USB DFU example now shows how to automatically get the WinUSB driver assigned. | ||||
| * | docs: improve stm32 embassy-usb-dfu example | Badr Bouslikhin | 2024-12-05 | 1 | -3/+29 |
| | | |||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 5 | -5/+5 |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | ||||
| * | nrf: port to chiptool-based `nrf-pac`. | Dario Nieuwenhuis | 2024-11-04 | 1 | -3/+3 |
| | | |||||
| * | rp: update PAC, fix CI. | Dario Nieuwenhuis | 2024-08-12 | 1 | -1/+1 |
| | | |||||
| * | Prepare to release embassy-usb | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Fix bootloader-rp's bootloader memory region overflow | Rob Pilling | 2024-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | | The bootloader region (`FLASH`) mentioned below overflows into the `BOOTLOADER_STATE` region by `0x100` bytes ``` 0x10000100 + 24K = 0x10006100 ``` https://github.com/embassy-rs/embassy/blob/32adddff9c7fc223853ada7e9ab5b7e06014a47c/examples/boot/bootloader/rp/memory.x#L3-L8 | ||||
| * | stm32/boot: update linker file in example | Krzysztof Królczyk | 2024-06-10 | 1 | -1/+1 |
| | | | | | Signed-off-by: Krzysztof Królczyk <[email protected]> | ||||
| * | Fix all check-cfg errors in the entire repo. | Dario Nieuwenhuis | 2024-05-31 | 5 | -6/+5 |
| | | | | | the main ci.sh now passes if running with nightly. | ||||
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 5 | -5/+5 |
| | | |||||
| * | Update dependent versions | James Munns | 2024-04-23 | 1 | -1/+1 |
| | | |||||
| * | Fix spelling and white space mistakes | Vega Deftwing | 2024-04-11 | 1 | -4/+4 |
| | | |||||
| * | 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 | 2 | -2/+2 |
| | | |||||
| * | fix(boot): update stm32wb-dfu example readme | Badr Bouslikhin | 2024-02-07 | 2 | -2/+2 |
| | | |||||
| * | feat: enhance bootloader for multiple flash support | Badr Bouslikhin | 2024-02-06 | 7 | -3/+202 |
| | | |||||
| * | Remove nightly-only flags from cargo configs. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+3 |
| | | |||||
| * | Flatten embassy-boot dir tree | Dario Nieuwenhuis | 2024-01-11 | 4 | -4/+4 |
| | | |||||
| * | Rename bootloader feature to dfu | Kaitlyn Kenwell | 2023-12-14 | 1 | -1/+1 |
| | | |||||
| * | Abstract chip reset logic, add Reset impls for cortex-m and esp32c3 | Kaitlyn Kenwell | 2023-12-14 | 2 | -3/+3 |
| | | |||||
| * | Adjust stm32wb-dfu example memory maps to fix linker errors | Kaitlyn Kenwell | 2023-12-14 | 1 | -2/+2 |
| | | |||||
| * | Adjust toml files, fix application example | Kaitlyn Kenwell | 2023-12-14 | 1 | -2/+2 |
| | | |||||
| * | fmt | Kaitlyn Kenwell | 2023-12-14 | 1 | -1/+0 |
| | | |||||
| * | Address reviews | Kaitlyn Kenwell | 2023-12-14 | 5 | -0/+213 |
| | | |||||
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 3 | -3/+3 |
| | | |||||
| * | update embedded-storage{,-async}, remove patch. | Dario Nieuwenhuis | 2023-12-04 | 2 | -2/+2 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 3 | -4/+4 |
| | | |||||
| * | Add docs, touch all linker fragments | James Munns | 2023-11-19 | 1 | -1/+13 |
| | | |||||
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 3 | -3/+3 |
| | | |||||
| * | Fix bootloader application examples | Dániel Buga | 2023-09-02 | 2 | -2/+2 |
| | | |||||
