aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
Commit message (Expand)AuthorAgeFilesLines
* Change const asserts to `core::assert` to avoid invoking `defmt::assert`William Yager2024-07-131-4/+4
* make some embassy-boot asserts constUlf Lilleengen2024-07-021-4/+7
* Route sources of panics to the crate's fmt macrosDavid Flemström2024-06-281-1/+1
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
* fix broken links to embassy bookUlf Lilleengen2024-06-031-1/+1
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
* Fix spelling and white space mistakesVega Deftwing2024-04-111-1/+1
* update commentsZhangYong2024-03-241-12/+12
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
* Merge pull request #2543 from badrbouslikhin/usb-dfu-erase-then-writeDario Nieuwenhuis2024-02-142-17/+266
|\
| * refactor(boot): use sector instead of page for consistency Badr Bouslikhin2024-02-122-16/+16
| * refactor(boot): move page erase index out of state Badr Bouslikhin2024-02-122-18/+10
| * test(boot): add various write firmware test configurations Badr Bouslikhin2024-02-112-0/+150
| * feat(boot): enhance firmware write functionalityBadr Bouslikhin2024-02-112-17/+124
| * Revert "feat(boot): introduce non-erase flash write method "Badr Bouslikhin2024-02-111-35/+0
| * Merge branch 'embassy-rs:main' into usb-dfu-erase-then-writeBadr Bouslikhin2024-02-114-21/+90
| |\
| * | feat(boot): introduce non-erase flash write method Badr Bouslikhin2024-02-071-0/+35
* | | Fix unaligned buffer in async updaterHan Cen2024-02-101-5/+14
| |/ |/|
* | docs(boot): ignore partial non-compilable example in rustdoc Badr Bouslikhin2024-02-073-3/+3
* | docs(boot): document from_linkerfile_blocking method Badr Bouslikhin2024-02-072-2/+63
* | refactor(boot): change generics name to match existing convention Badr Bouslikhin2024-02-073-18/+15
* | feat: enhance bootloader for multiple flash support Badr Bouslikhin2024-02-063-18/+29
|/
* boot: bump crates to 0.2Dario Nieuwenhuis2024-01-121-1/+1
* Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-0/+1
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-1129-1299/+4
* Centralize license and MSRV boilerplate into the repo readme.Dario Nieuwenhuis2024-01-114-58/+0
* boot: Take maximum of READ_SIZE and WRITE_SIZE when checking sizes, fixes #2382Maja Piechotka2024-01-061-3/+3
* fix: remove git dependency in embassy-bootUlf Lilleengen2023-12-203-1/+19
* 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-145-7/+59
|\
| * 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-135-7/+39
* | | 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-044-4/+4
* update embedded-storage{,-async}, remove patch.Dario Nieuwenhuis2023-12-044-8/+8
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-2912-63/+21
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-0/+1
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-314-4/+4
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-304-24/+156