| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update changelog | Steven Schulteis | 2025-11-18 | 1 | -0/+3 |
| | | |||||
| * | Fix docs for embassy-boot state partition size | Steven Schulteis | 2025-11-18 | 1 | -5/+7 |
| | | |||||
| * | Add missing feature documentation for embassy-boot | Steven Schulteis | 2025-11-18 | 2 | -1/+17 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 5 | -12/+14 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 5 | -4/+5 |
| | | |||||
| * | Update manifests to satisfy new checks. | Dario Nieuwenhuis | 2025-09-22 | 1 | -0/+2 |
| | | |||||
| * | fix: update more minor versions | Ulf Lilleengen | 2025-08-27 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 2 | -3/+5 |
| | | |||||
| * | 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: Release embassy-boot version 0.6.0 | Ulf Lilleengen | 2025-08-04 | 1 | -1/+1 |
| | | |||||
| * | Release embassy-embedded-hal v0.4 | Dario Nieuwenhuis | 2025-08-03 | 1 | -1/+1 |
| | | |||||
| * | chore: Prepare release for `embassy-boot-*` crates | Timo Kröger | 2025-07-21 | 1 | -1/+1 |
| | | | | | | | | | Prepare the bootloader crates for a release with `[email protected]` as dependency for compatiblity with other released crates. `embassy-sync` is used in the public api of `embassy-boot` which is reexported by the `embassy-boot-*` crates. That is why a minor version bump of all crates is required. | ||||
| * | chore: Release embassy-embedded-hal version 0.3.1 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | [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. | ||||
| * | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 |
| | | |||||
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -1/+1 |
| | | |||||
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| | | | | | Prepare version 0.6.2 for release | ||||
| * | Prepare embassy-boot 0.4 | Dániel Buga | 2025-01-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare embassy-embedded-hal 0.3 | Dániel Buga | 2025-01-05 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | 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 | 3 | -14/+20 |
| | | |||||
| * | Add revert state in embassy-boot | Ulf Lilleengen | 2024-09-19 | 4 | -4/+14 |
| | | | | | | | The revert state signals that a firmware revert has taken place, allowing the application to know if a firmware update attempt was reverted. | ||||
| * | boot: flash-erase-zero (#3344) | kingofpayne | 2024-09-16 | 2 | -0/+5 |
| | | | | | | Allow compatibility with devices whose flash erase set bytes to 0x00 instead of 0xFF, using a new flash-erase-zero feature. See issue #3342. | ||||
| * | 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. | ||||
| * | chore: fix using default_features instead of default-features in embassy ↵ | Lucas Martins Mendes | 2024-09-03 | 1 | -2/+2 |
| | | | | | boot dependency (#3306) | ||||
| * | Prepare to release embassy-boot | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare release of embassy-embedded-hal 0.2.0 | 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 |
| | | |||||
| * | Change const asserts to `core::assert` to avoid invoking `defmt::assert` | William Yager | 2024-07-13 | 1 | -4/+4 |
| | | |||||
| * | make some embassy-boot asserts const | Ulf Lilleengen | 2024-07-02 | 1 | -4/+7 |
| | | |||||
| * | Route sources of panics to the crate's fmt macros | David Flemström | 2024-06-28 | 1 | -1/+1 |
| | | |||||
| * | 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+. | ||||
| * | fix broken links to embassy book | Ulf Lilleengen | 2024-06-03 | 1 | -1/+1 |
| | | |||||
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 |
| | | |||||
| * | Fix spelling and white space mistakes | Vega Deftwing | 2024-04-11 | 1 | -1/+1 |
| | | |||||
| * | update comments | ZhangYong | 2024-03-24 | 1 | -12/+12 |
| | | | | | use 4/5/6 as new firmware for better understanding | ||||
| * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 |
| | | |||||
| * | 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 | 4 | -21/+90 |
| | |\ | |||||
| | * | | 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 | 3 | -3/+3 |
| | | | |||||
