| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update bitflags | xoviat | 2025-12-15 | 1 | -1/+1 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -4/+4 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | Update manifests to satisfy new checks. | Dario Nieuwenhuis | 2025-09-22 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'main' into usb_dfu_reset | Ulf Lilleengen | 2025-09-17 | 4 | -10/+7 |
| |\ | |||||
| | * | embassy-dfu-usb: Allow `application` and `dfu` feature at the same time | Patrick Gansterer | 2025-09-01 | 4 | -10/+8 |
| | | | | | | | | | | | | | 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: fix: do not reset in GetStatus request | Patrick Gansterer | 2025-09-01 | 2 | -1/+9 |
| |/ | | | | | | Only reset the device after a USB reset request. This avoids error messages with update tools, which expect a response to a GetStatus request (like dfu-util). | ||||
| * | fix: update more minor versions | Ulf Lilleengen | 2025-08-27 | 2 | -2/+2 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 2 | -6/+8 |
| | | |||||
| * | Add build command. | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+6 |
| | | |||||
| * | feat: add semver checks and releasing to releaser | Ulf Lilleengen | 2025-08-25 | 1 | -0/+11 |
| | | | | | | | | | | * List dependencies of a crate * List dependents of a crate * Perform semver-checks of a crate * Prepare a release for a crate and all dependents * Use a single release.toml for cargo-release * Add changelogs where missing | ||||
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | | | | * Add newtype for moved type to preserve API compat | ||||
| * | chore: bump versions | Ulf Lilleengen | 2025-08-04 | 1 | -1/+1 |
| | | |||||
| * | chore: Bump `embassy-boot` version also for `embassy-usb-dfu` | Timo Kröger | 2025-07-21 | 1 | -1/+1 |
| | | |||||
| * | 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 | 3 | -3/+41 |
| | | | | | | 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 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #4188 from Gerharddc/dfu-msos | Ulf Lilleengen | 2025-05-19 | 2 | -2/+14 |
| |\ | | | | | [embassy-usb-dfu] support function level WinUSB GUIDs | ||||
| | * | [embassy-usb-dfu] accept closure to customise DFU function | Gerhard de Clercq | 2025-05-14 | 2 | -30/+12 |
| | | | | | | | | | 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 | 2 | -4/+6 |
| | | | |||||
| | * | [embassy-usb-dfu] support function level WinUSB GUIDs | Gerhard de Clercq | 2025-05-12 | 2 | -2/+30 |
| | | | | | | | | | 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 | 1 | -1/+1 |
| |/ | |||||
| * | 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 | 3 | -18/+14 |
| | | | | | | 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. | ||||
| * | doc: add docu strings for dfu | Krzysztof Królczyk | 2025-02-11 | 1 | -1/+45 |
| | | | | | Signed-off-by: Krzysztof Królczyk <[email protected]> | ||||
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| | | | | | 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 |
| | | |||||
| * | Prepare embassy-boot 0.4 | Dániel Buga | 2025-01-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -1/+1 |
| | | |||||
| * | embassy-usb-dfu: use correct function descriptors | Gerhard de Clercq | 2024-12-10 | 1 | -1/+1 |
| | | | | | This should allow things to work properly even when IADs are used. | ||||
| * | embassy-dfu-usb: Improve debuggability | Gerhard de Clercq | 2024-12-02 | 3 | -51/+70 |
| | | | | | This commit adds logging to embassy-dfu-usb which helps with debugging issues such as https://github.com/embassy-rs/embassy/issues/3536. It also cleans up a few repeated code blocks and avoid re-initialising the local buffer for every iteration. | ||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | ||||
| * | Prepare to release embassy-boot | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare to release embassy-usb | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Reduced define for 'unreachable!' to a single macro rule | Tarun Singh | 2024-07-17 | 1 | -10/+6 |
| | | |||||
| * | Add collapse_debuginfo to fmt.rs macros. | Dario Nieuwenhuis | 2024-06-17 | 1 | -0/+17 |
| | | | | | | | This makes location info in defmt logs point to the code calling the macro, instead of always to fmt.rs as before. Fix works with nightlies starting with today's, and stable 1.81+. | ||||
| * | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 1 | -1/+1 |
| | | |||||
| * | Fix all check-cfg errors in the entire repo. | Dario Nieuwenhuis | 2024-05-31 | 1 | -1/+3 |
| | | | | | the main ci.sh now passes if running with nightly. | ||||
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 |
| | | |||||
| * | Update dependent versions | James Munns | 2024-04-23 | 1 | -1/+1 |
| | | |||||
| * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 |
| | | |||||
| * | usb-dfu: add docs metadata. | Dario Nieuwenhuis | 2024-01-26 | 1 | -2/+12 |
| | | |||||
| * | boot: bump crates to 0.2 | Dario Nieuwenhuis | 2024-01-12 | 1 | -1/+1 |
| | | |||||
| * | Complete cargo.tomls more. | Dario Nieuwenhuis | 2024-01-12 | 1 | -0/+1 |
| | | |||||
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -1/+1 |
| | | |||||
| * | Flatten embassy-boot dir tree | Dario Nieuwenhuis | 2024-01-11 | 1 | -1/+1 |
| | | |||||
| * | Centralize license and MSRV boilerplate into the repo readme. | Dario Nieuwenhuis | 2024-01-11 | 1 | -14/+0 |
| | | |||||
| * | docs: document usb-logger and usb-dfu | Ulf Lilleengen | 2023-12-19 | 5 | -6/+39 |
| | | |||||
