embassy-boot-nrf

Crates

0.2.0

Versions

default

Flavors

Crate embassy_boot_nrf

Source
Expand description

§embassy-boot-nrf

An Embassy project.

An adaptation of embassy-boot for nRF.

§Features

  • Load applications with or without the softdevice.
  • Configure bootloader partitions based on linker script.
  • Using watchdog timer to detect application failure.

Structs§

AlignedBuffer
Buffer aligned to 32 byte boundary, largest known alignment requirement for embassy-boot.
BlockingFirmwareState
Manages the state partition of the firmware update.
BlockingFirmwareUpdater
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 nRF devices.
BootLoaderConfig
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
FirmwareUpdaterConfig
Firmware updater flash configuration holding the two flashes used by the updater
WatchdogFlash
A flash implementation that wraps any flash and will pet a watchdog when touching flash.