aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/boot
Commit message (Collapse)AuthorAgeFilesLines
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-1115-2167/+0
|
* Centralize license and MSRV boilerplate into the repo readme.Dario Nieuwenhuis2024-01-111-15/+0
|
* boot: Take maximum of READ_SIZE and WRITE_SIZE when checking sizes, fixes #2382Maja Piechotka2024-01-061-3/+3
|
* boot: update ed25519-dalek in dev-dependencies.Dario Nieuwenhuis2023-12-192-12/+6
|
* cargo fmtUlf Lilleengen2023-12-191-1/+1
|
* fix: update ed25519-dalek to new versionUlf Lilleengen2023-12-194-24/+18
|
* fix: build warningsUlf Lilleengen2023-12-191-0/+1
|
* fix: update salty to released versionUlf Lilleengen2023-12-191-1/+1
|
* Merge pull request #2284 from Redrield/feature/embassy-usb-dfuUlf Lilleengen2023-12-144-4/+53
|\ | | | | | | Add embassy-usb-dfu crate, with related modifications to embassy-boot
| * fmtKaitlyn Kenwell2023-12-141-2/+2
| |
| * Address reviewsKaitlyn Kenwell2023-12-143-1/+21
| |
| * Last fmt hopefullyKaitlyn Kenwell2023-12-131-1/+1
| |
| * Formatting fixes, add example using stm32wb55Kaitlyn Kenwell2023-12-132-2/+2
| |
| * Merge branch 'main' into feature/embassy-usb-dfuKaitlyn Kenwell2023-12-132-0/+21
| |\
| * | Add embassy-usb-dfuKaitlyn Kenwell2023-12-134-4/+33
| | |
* | | embassy-boot: Fix formatting for tablesPriit Laes2023-12-141-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 documentationUlf Lilleengen2023-12-131-0/+19
| |
* | embassy-boot: Add explanation to dfu vs active size assertionPriit Laes2023-12-131-0/+2
|/
* update release version in examples and other cratesScott Mabin2023-12-041-1/+1
|
* update embedded-storage{,-async}, remove patch.Dario Nieuwenhuis2023-12-041-2/+2
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-296-25/+10
|
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-0/+1
|
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
|
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
| | | | Update changelog in preparation for release
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-6/+39
|
* Refactor firmware updaterUlf Lilleengen2023-08-064-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 updaterUlf Lilleengen2023-06-194-9/+72
| | | | | This change prevents accidentally overwriting the previous firmware before the new one has been marked as booted.
* Remove unused use'sRasmus Melchior Jacobsen2023-05-302-10/+10
|
* Fix verify testRasmus Melchior Jacobsen2023-05-301-1/+4
|
* Align testsRasmus Melchior Jacobsen2023-05-304-122/+167
|
* Remove legacy Partition type and use the one from embedded-halRasmus Melchior Jacobsen2023-05-303-149/+4
|
* Add TestFlash helperRasmus Melchior Jacobsen2023-05-304-0/+135
|
* Cleanup MemFlashRasmus Melchior Jacobsen2023-05-301-50/+56
|
* Add bootloader helper for creating config from linkerfile symbolsRasmus Melchior Jacobsen2023-05-302-66/+72
|
* Split FirmwareUpdater into async and blocking typesRasmus Melchior Jacobsen2023-05-304-182/+236
|
* Remove the usage of the local Partition type in BootLoaderRasmus Melchior Jacobsen2023-05-292-229/+112
|
* Split the FirmwareUpdater into blocking and asyncRasmus Melchior Jacobsen2023-05-294-543/+543
|
* Protect default implementations for FirmwareUpdater and BootLoaderRasmus Melchior Jacobsen2023-05-221-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 Nieuwenhuis2023-05-191-1/+0
|
* embassy-boot: ensure tests can run on the stable compilersander2023-04-202-4/+5
|
* embassy-boot: resolve conflictssander2023-04-201-1/+0
|
* Merge commit '2c1d572cf2e225be5f30435b133e96aa55c9d3af'sander2023-04-201-0/+1
|\
| * Merge branch 'embassy-rs:master' into embassy-boot-stablesawi972023-04-201-0/+1
| |\
* | \ Merge commit '970a081aab0567a387463610eb204a3b003255f9'sander2023-04-201-0/+1
|\ \ \ | | |/ | |/|
| * | chore: add embassy-boot-rp to READMELachezar Lechev2023-04-201-0/+1
| | | | | | | | | | | | Signed-off-by: Lachezar Lechev <[email protected]>
* | | embassy-boot: update readme MSRV to stablesander2023-04-201-1/+1
| | |
* | | embassy-boot: add nightly feature to stm32 and rp as wellsander2023-04-201-1/+0
| |/ |/|
* | embassy-boot: add nightly feature gate for async usagesander2023-04-142-94/+94
| |
* | Merge commit '82f528927b2fde275c2e9b6fd737baf439cb296a'sander2023-04-141-1/+1
|\|
| * Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-131-1/+1
| |