aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/README.md
Commit message (Collapse)AuthorAgeFilesLines
* 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