| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Flatten embassy-boot dir tree | Dario Nieuwenhuis | 2024-01-11 | 15 | -2167/+0 |
| | | |||||
| * | Centralize license and MSRV boilerplate into the repo readme. | Dario Nieuwenhuis | 2024-01-11 | 1 | -15/+0 |
| | | |||||
| * | boot: Take maximum of READ_SIZE and WRITE_SIZE when checking sizes, fixes #2382 | Maja Piechotka | 2024-01-06 | 1 | -3/+3 |
| | | |||||
| * | boot: update ed25519-dalek in dev-dependencies. | Dario Nieuwenhuis | 2023-12-19 | 2 | -12/+6 |
| | | |||||
| * | cargo fmt | Ulf Lilleengen | 2023-12-19 | 1 | -1/+1 |
| | | |||||
| * | fix: update ed25519-dalek to new version | Ulf Lilleengen | 2023-12-19 | 4 | -24/+18 |
| | | |||||
| * | fix: build warnings | Ulf Lilleengen | 2023-12-19 | 1 | -0/+1 |
| | | |||||
| * | fix: update salty to released version | Ulf Lilleengen | 2023-12-19 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2284 from Redrield/feature/embassy-usb-dfu | Ulf Lilleengen | 2023-12-14 | 4 | -4/+53 |
| |\ | | | | | | | Add embassy-usb-dfu crate, with related modifications to embassy-boot | ||||
| | * | fmt | Kaitlyn Kenwell | 2023-12-14 | 1 | -2/+2 |
| | | | |||||
| | * | Address reviews | Kaitlyn Kenwell | 2023-12-14 | 3 | -1/+21 |
| | | | |||||
| | * | Last fmt hopefully | Kaitlyn Kenwell | 2023-12-13 | 1 | -1/+1 |
| | | | |||||
| | * | Formatting fixes, add example using stm32wb55 | Kaitlyn Kenwell | 2023-12-13 | 2 | -2/+2 |
| | | | |||||
| | * | Merge branch 'main' into feature/embassy-usb-dfu | Kaitlyn Kenwell | 2023-12-13 | 2 | -0/+21 |
| | |\ | |||||
| | * | | Add embassy-usb-dfu | Kaitlyn Kenwell | 2023-12-13 | 4 | -4/+33 |
| | | | | |||||
| * | | | embassy-boot: Fix formatting for tables | Priit Laes | 2023-12-14 | 1 | -25/+11 |
| | |/ |/| | | | | | | | Tables describing the a-b flashing were all garbled up in the cargo doc output, so fix up the syntax. | ||||
| * | | docs: more docs in embassy-boot crate documentation | Ulf Lilleengen | 2023-12-13 | 1 | -0/+19 |
| | | | |||||
| * | | embassy-boot: Add explanation to dfu vs active size assertion | Priit Laes | 2023-12-13 | 1 | -0/+2 |
| |/ | |||||
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -1/+1 |
| | | |||||
| * | update embedded-storage{,-async}, remove patch. | Dario Nieuwenhuis | 2023-12-04 | 1 | -2/+2 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 6 | -25/+10 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 1 | -0/+1 |
| | | |||||
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 1 | -1/+1 |
| | | |||||
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+1 |
| | | | | | Update changelog in preparation for release | ||||
| * | Sync all fmt.rs files. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+39 |
| | | |||||
| * | Refactor firmware updater | Ulf Lilleengen | 2023-08-06 | 4 | -211/+256 |
| | | | | | | * Allow manipulating state without accessing DFU partition. * Provide aligned buffer when creating updater to reduce potential wrong parameters passed. | ||||
| * | Prevent accidental revert when using firmware updater | Ulf Lilleengen | 2023-06-19 | 4 | -9/+72 |
| | | | | | | This change prevents accidentally overwriting the previous firmware before the new one has been marked as booted. | ||||
| * | Remove unused use's | Rasmus Melchior Jacobsen | 2023-05-30 | 2 | -10/+10 |
| | | |||||
| * | Fix verify test | Rasmus Melchior Jacobsen | 2023-05-30 | 1 | -1/+4 |
| | | |||||
| * | Align tests | Rasmus Melchior Jacobsen | 2023-05-30 | 4 | -122/+167 |
| | | |||||
| * | Remove legacy Partition type and use the one from embedded-hal | Rasmus Melchior Jacobsen | 2023-05-30 | 3 | -149/+4 |
| | | |||||
| * | Add TestFlash helper | Rasmus Melchior Jacobsen | 2023-05-30 | 4 | -0/+135 |
| | | |||||
| * | Cleanup MemFlash | Rasmus Melchior Jacobsen | 2023-05-30 | 1 | -50/+56 |
| | | |||||
| * | Add bootloader helper for creating config from linkerfile symbols | Rasmus Melchior Jacobsen | 2023-05-30 | 2 | -66/+72 |
| | | |||||
| * | Split FirmwareUpdater into async and blocking types | Rasmus Melchior Jacobsen | 2023-05-30 | 4 | -182/+236 |
| | | |||||
| * | Remove the usage of the local Partition type in BootLoader | Rasmus Melchior Jacobsen | 2023-05-29 | 2 | -229/+112 |
| | | |||||
| * | Split the FirmwareUpdater into blocking and async | Rasmus Melchior Jacobsen | 2023-05-29 | 4 | -543/+543 |
| | | |||||
| * | Protect default implementations for FirmwareUpdater and BootLoader | Rasmus Melchior Jacobsen | 2023-05-22 | 1 | -0/+1 |
| | | | | | It seems as if the arm compiler can does not care about whether the bootloader symbols are undefined if the default() function is never used. The x64 compiler does care however, so this change ensures that we can instantiate the types from tests. | ||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 1 | -1/+0 |
| | | |||||
| * | embassy-boot: ensure tests can run on the stable compiler | sander | 2023-04-20 | 2 | -4/+5 |
| | | |||||
| * | embassy-boot: resolve conflicts | sander | 2023-04-20 | 1 | -1/+0 |
| | | |||||
| * | Merge commit '2c1d572cf2e225be5f30435b133e96aa55c9d3af' | sander | 2023-04-20 | 1 | -0/+1 |
| |\ | |||||
| | * | Merge branch 'embassy-rs:master' into embassy-boot-stable | sawi97 | 2023-04-20 | 1 | -0/+1 |
| | |\ | |||||
| * | \ | Merge commit '970a081aab0567a387463610eb204a3b003255f9' | sander | 2023-04-20 | 1 | -0/+1 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | chore: add embassy-boot-rp to README | Lachezar Lechev | 2023-04-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | Signed-off-by: Lachezar Lechev <[email protected]> | ||||
| * | | | embassy-boot: update readme MSRV to stable | sander | 2023-04-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | embassy-boot: add nightly feature to stm32 and rp as well | sander | 2023-04-20 | 1 | -1/+0 |
| | |/ |/| | |||||
| * | | embassy-boot: add nightly feature gate for async usage | sander | 2023-04-14 | 2 | -94/+94 |
| | | | |||||
| * | | Merge commit '82f528927b2fde275c2e9b6fd737baf439cb296a' | sander | 2023-04-14 | 1 | -1/+1 |
| |\| | |||||
| | * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 1 | -1/+1 |
| | | | |||||
