Expand description
Structs§
- AlignedBuffer 
- Buffer aligned to 32 byte boundary, largest known alignment requirement for embassy-boot.
- BlockingFirmware State 
- Manages the state partition of the firmware update.
- BlockingFirmware Updater 
- Blocking FirmwareUpdater is an application API for interacting with the BootLoader without the ability to ‘mess up’ the internal bootloader state
- BootLoader 
- A bootloader for RP2040 devices.
- BootLoader Config 
- Bootloader flash configuration holding the three flashes used by the bootloader
- FirmwareState 
- Manages the state partition of the firmware update.
- FirmwareUpdater 
- FirmwareUpdater is an application API for interacting with the BootLoader without the ability to ‘mess up’ the internal bootloader state
- FirmwareUpdater Config 
- Firmware updater flash configuration holding the two flashes used by the updater
- WatchdogFlash 
- A flash implementation that will feed a watchdog when touching flash.