aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32wb-dfu
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* fix: update more minor versionsUlf Lilleengen2025-08-271-2/+2
|
* fix: remaining versionsUlf Lilleengen2025-08-261-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-8/+8
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+6
| | | | examples/tests.
* chore: prepare embassy-boot-stm32 releaseUlf Lilleengen2025-08-121-1/+1
|
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: update metapac and prepare embassy-stm32 0.3.0Ulf Lilleengen2025-08-121-1/+1
|
* Release embassy-embedded-hal v0.4Dario Nieuwenhuis2025-08-031-1/+1
|
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|
* chore: Update examples to new `nrf-boot-*` versionTimo Kröger2025-07-211-1/+1
|
* chore: Release embassy-usb version 0.5.0Ulf Lilleengen2025-07-161-1/+1
|
* chore: Release embassy-embedded-hal version 0.3.1Ulf Lilleengen2025-07-161-1/+1
|
* Merge branch 'embassy-rs:main' into dfu-verifyGerhard de Clercq2025-05-261-1/+1
|\
| * chore: bump version of embassy-boot-stm32Ulf Lilleengen2025-05-261-1/+1
| |
* | [embassy-usb-dfu] support ed25519 verificationGerhard de Clercq2025-05-232-4/+6
|/ | | | | 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.0Matt Johnston2025-05-221-1/+1
|
* Merge pull request #4188 from Gerharddc/dfu-msosUlf Lilleengen2025-05-191-2/+28
|\ | | | | [embassy-usb-dfu] support function level WinUSB GUIDs
| * [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-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.
* | Update defmt dependenciesYuri Astrakhan2025-05-181-2/+2
|/
* 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.
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-1/+1
| | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]>
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.Dario Nieuwenhuis2025-01-151-1/+1
|
* Release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-101-1/+1
|
* Prepare embassy-embedded-hal 0.3Dániel Buga2025-01-051-1/+1
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
|
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
|
* Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
|
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
|
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
|
* Prepare to release embassy-usbUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* Prepare release of embassy-embedded-hal 0.2.0Ulf Lilleengen2024-08-051-1/+1
|
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
|
* Fix all check-cfg errors in the entire repo.Dario Nieuwenhuis2024-05-311-1/+1
| | | | the main ci.sh now passes if running with nightly.
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
|
* Update dependent versionsJames Munns2024-04-231-1/+1
|
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
|
* fix(boot): update examples Badr Bouslikhin2024-02-072-23/+3
|
* boot: bump crates to 0.2Dario Nieuwenhuis2024-01-121-1/+1
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-2/+2
|
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-111-1/+1
|
* examples: configure executor task arena sizes.Dario Nieuwenhuis2024-01-021-1/+1
|