Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Infuse-IoT DFU helpers. More...
#include <stdlib.h>
#include <stdbool.h>
#include <zephyr/storage/flash_map.h>
Go to the source code of this file.
Functions | |
int | infuse_dfu_image_erase (const struct flash_area *fa, size_t image_len, bool mcuboot_trailer) |
Erase a flash area to be ready for a new image. | |
int | infuse_dfu_nrf91_modem_delta_prepare (void) |
Prepare the nRF91 modem for a delta image upgrade. | |
int | infuse_dfu_nrf91_modem_delta_finish (void) |
Finalise a nRF91 modem delta image upgrade. | |
Infuse-IoT DFU helpers.
SPDX-License-Identifier: FSL-1.1-ALv2