|
Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
Go to the source code of this file.
Macros | |
| #define | HAWKBIT_JSON_URL "/default/controller/v1" |
Enumerations | |
| enum | hawkbit_response { HAWKBIT_NETWORKING_ERROR , HAWKBIT_UNCONFIRMED_IMAGE , HAWKBIT_METADATA_ERROR , HAWKBIT_DOWNLOAD_ERROR , HAWKBIT_OK , HAWKBIT_UPDATE_INSTALLED , HAWKBIT_NO_UPDATE , HAWKBIT_CANCEL_UPDATE , HAWKBIT_PROBE_IN_PROGRESS } |
| Response message from hawkBit. More... | |
Functions | |
| int | hawkbit_init (void) |
| Init the flash partition. More... | |
| void | hawkbit_autohandler (void) |
| Runs hawkBit probe and hawkBit update automatically. More... | |
| enum hawkbit_response | hawkbit_probe (void) |
| The hawkBit probe verify if there is some update to be performed. More... | |