nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
Software Updates for Internet of Things

Files

file  suit_dfu_fetch_source.h
 The fetch source manager allows for registration of multiple fetch sources to be used by the SUIT processor during manifest processing.
 
file  suit_service.h
 The SUIT SSF service allows to start the SUIT DFU, read information about the currently installed manifests and provides services necessary for processing manifests by the local domain.
 

Functions

int suit_dfu_initialize (void)
 Initialize the SUIT DFU before it can be used.
 
int suit_dfu_cleanup (void)
 Purge all the SUIT DFU partitions and perform cleanup.
 
int suit_dfu_candidate_envelope_stored (void)
 Inform the SUIT module that the candidate envelope upload has ended.
 
int suit_dfu_candidate_preprocess (void)
 Process all the information stored in the envelope, but do not start the update yet.
 
int suit_dfu_update_start (void)
 Start the update.
 

Detailed Description