aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/src/firmware_updater/blocking.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* [embassy-usb-dfu] support ed25519 verificationGerhard de Clercq2025-05-231-0/+11
| | | | | 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.
* Ensure bootloader state is parsed correctlyUlf Lilleengen2024-09-191-8/+1
|
* Add revert state in embassy-bootUlf Lilleengen2024-09-191-1/+2
| | | | | | The revert state signals that a firmware revert has taken place, allowing the application to know if a firmware update attempt was reverted.
* fix(boot): return signature error when no featuresOlivier Hériveaux2024-09-161-4/+8
| | | | | Always return signature error in verify_and_mark_updated when no signature features are enabled.
* refactor(boot): use sector instead of page for consistency Badr Bouslikhin2024-02-121-8/+8
|
* refactor(boot): move page erase index out of state Badr Bouslikhin2024-02-121-9/+5
|
* test(boot): add various write firmware test configurations Badr Bouslikhin2024-02-111-0/+78
|
* feat(boot): enhance firmware write functionalityBadr Bouslikhin2024-02-111-8/+62
|
* Revert "feat(boot): introduce non-erase flash write method "Badr Bouslikhin2024-02-111-35/+0
| | | | This reverts commit 2e8b7d259057a0cf345396b250cacfc04a0e64a0.
* Merge branch 'embassy-rs:main' into usb-dfu-erase-then-writeBadr Bouslikhin2024-02-111-6/+37
|\
| * docs(boot): ignore partial non-compilable example in rustdoc Badr Bouslikhin2024-02-071-1/+1
| |
| * docs(boot): document from_linkerfile_blocking method Badr Bouslikhin2024-02-071-1/+31
| |
| * refactor(boot): change generics name to match existing convention Badr Bouslikhin2024-02-071-7/+4
| |
| * feat: enhance bootloader for multiple flash support Badr Bouslikhin2024-02-061-5/+9
| |
* | feat(boot): introduce non-erase flash write method Badr Bouslikhin2024-02-071-0/+35
|/
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-111-0/+340