aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/nrf/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-111-11/+0
|
* Centralize license and MSRV boilerplate into the repo readme.Dario Nieuwenhuis2024-01-111-15/+0
|
* embassy-boot/nrf/README.md: typo fixKaspar Schleiser2023-06-291-1/+1
|
* embassy-boot: update readme MSRV to stablesander2023-04-201-1/+1
|
* fix: add required metadata for embassy-bootUlf Lilleengen2022-11-251-0/+26
|
* Move bootloader main to examplesUlf Lilleengen2022-06-241-11/+0
| | | | | This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead.
* Add embassy-bootUlf Lilleengen2022-02-091-0/+11
Embassy-boot is a simple bootloader that works together with an application to provide firmware update capabilities with a minimal risk. The bootloader consists of a platform-independent part, which implements the swap algorithm, and a platform-dependent part (currently only for nRF) that provides addition functionality such as watchdog timers softdevice support.