aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/nrf/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove generic const expressions from embassy-bootUlf Lilleengen2022-09-021-4/+2
| | | | | | | | | * 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
* Move bootloader main to examplesUlf Lilleengen2022-06-241-0/+48
This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead.