| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -3/+3 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -2/+2 |
| | | |||||
| * | [embassy-usb-dfu] support ed25519 verification | Gerhard de Clercq | 2025-05-23 | 2 | -0/+22 |
| | | | | | | 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. | ||||
| * | Fix get_state in cases where WRITE_SIZE != 1 | Mathias | 2024-11-06 | 1 | -1/+1 |
| | | |||||
| * | fix: change duplicate reference to ↵ | Dinu Blanovschi | 2024-09-27 | 1 | -1/+1 |
| | | | | | `FirmwareUpdaterConfig::from_linkerfile_blocking` in rustdoc | ||||
| * | Ensure bootloader state is parsed correctly | Ulf Lilleengen | 2024-09-19 | 2 | -14/+2 |
| | | |||||
| * | Add revert state in embassy-boot | Ulf Lilleengen | 2024-09-19 | 2 | -2/+4 |
| | | | | | | | 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 features | Olivier Hériveaux | 2024-09-16 | 2 | -8/+16 |
| | | | | | | Always return signature error in verify_and_mark_updated when no signature features are enabled. | ||||
| * | Merge pull request #2543 from badrbouslikhin/usb-dfu-erase-then-write | Dario Nieuwenhuis | 2024-02-14 | 2 | -17/+266 |
| |\ | | | | | feat(boot): enhance firmware write functionality | ||||
| | * | refactor(boot): use sector instead of page for consistency | Badr Bouslikhin | 2024-02-12 | 2 | -16/+16 |
| | | | |||||
| | * | refactor(boot): move page erase index out of state | Badr Bouslikhin | 2024-02-12 | 2 | -18/+10 |
| | | | |||||
| | * | test(boot): add various write firmware test configurations | Badr Bouslikhin | 2024-02-11 | 2 | -0/+150 |
| | | | |||||
| | * | feat(boot): enhance firmware write functionality | Badr Bouslikhin | 2024-02-11 | 2 | -17/+124 |
| | | | |||||
| | * | Revert "feat(boot): introduce non-erase flash write method " | Badr Bouslikhin | 2024-02-11 | 1 | -35/+0 |
| | | | | | | | | | This reverts commit 2e8b7d259057a0cf345396b250cacfc04a0e64a0. | ||||
| | * | Merge branch 'embassy-rs:main' into usb-dfu-erase-then-write | Badr Bouslikhin | 2024-02-11 | 3 | -12/+46 |
| | |\ | |||||
| | * | | feat(boot): introduce non-erase flash write method | Badr Bouslikhin | 2024-02-07 | 1 | -0/+35 |
| | | | | |||||
| * | | | Fix unaligned buffer in async updater | Han Cen | 2024-02-10 | 1 | -5/+14 |
| | |/ |/| | |||||
| * | | docs(boot): ignore partial non-compilable example in rustdoc | Badr Bouslikhin | 2024-02-07 | 2 | -2/+2 |
| | | | |||||
| * | | docs(boot): document from_linkerfile_blocking method | Badr Bouslikhin | 2024-02-07 | 1 | -1/+31 |
| | | | |||||
| * | | refactor(boot): change generics name to match existing convention | Badr Bouslikhin | 2024-02-07 | 2 | -11/+8 |
| | | | |||||
| * | | feat: enhance bootloader for multiple flash support | Badr Bouslikhin | 2024-02-06 | 2 | -10/+17 |
| |/ | |||||
| * | Flatten embassy-boot dir tree | Dario Nieuwenhuis | 2024-01-11 | 3 | -0/+718 |
