aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/boot
Commit message (Expand)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
|\
| * 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
| |/ |/|
* | 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
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-6/+39
* Refactor firmware updaterUlf Lilleengen2023-08-064-211/+256
* Prevent accidental revert when using firmware updaterUlf Lilleengen2023-06-194-9/+72
* 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
* 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
* | | 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