aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/README.md
Commit message (Collapse)AuthorAgeFilesLines
* fix broken links to embassy bookUlf Lilleengen2024-06-031-1/+1
|
* Fix spelling and white space mistakesVega Deftwing2024-04-111-1/+1
|
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-111-0/+35
|
* fix: add required metadata for embassy-bootUlf Lilleengen2022-11-251-30/+0
|
* Remove generic const expressions from embassy-bootUlf Lilleengen2022-09-021-0/+30
* Remove the need for generic const expressions and use buffers provided in the flash config. * Extend embedded-storage traits to simplify generics. * Document all public APIs * Add toplevel README * Expose AlignedBuffer type for convenience. * Update examples