6#define UPDATE_TASK_NOERR 0
7#define UPDATE_TASK_FAILED -1
16 updateProgressCb status_change_cb;
17 void* status_change_cb_state;
21void update_task_set_progress(
UpdateTask* update_task, UpdateTaskStage stage, uint8_t progress);
22bool update_task_parse_manifest(
UpdateTask* update_task);
25int32_t update_task_worker_flash_writer(
void* context);
26int32_t update_task_worker_backup_restore(
void* context);
28#define CHECK_RESULT(x) \
FuriHalRtcBootMode
Definition furi_hal_rtc.h:29
APIs for working with storages, directories and files.
Structure that hold file index and returned api errors.
Definition filesystem_api_internal.h:17
Definition storage_i.h:23
Definition update_manifest.h:29
Definition update_task_i.h:9
Definition update_task.h:60