| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Flatten embassy-boot dir tree | Dario Nieuwenhuis | 2024-01-11 | 1 | -11/+0 |
| | | |||||
| * | Centralize license and MSRV boilerplate into the repo readme. | Dario Nieuwenhuis | 2024-01-11 | 1 | -15/+0 |
| | | |||||
| * | embassy-boot/nrf/README.md: typo fix | Kaspar Schleiser | 2023-06-29 | 1 | -1/+1 |
| | | |||||
| * | embassy-boot: update readme MSRV to stable | sander | 2023-04-20 | 1 | -1/+1 |
| | | |||||
| * | fix: add required metadata for embassy-boot | Ulf Lilleengen | 2022-11-25 | 1 | -0/+26 |
| | | |||||
| * | Move bootloader main to examples | Ulf Lilleengen | 2022-06-24 | 1 | -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-boot | Ulf Lilleengen | 2022-02-09 | 1 | -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. | |||||
