Skip to content

Commit

Permalink
mgmt: hawkbit: change returns of hawkbit_probe
Browse files Browse the repository at this point in the history
change returns of hawkbit_probe().

Signed-off-by: Fin Maaß <[email protected]>
  • Loading branch information
maass-hamburg committed Apr 19, 2024
1 parent 9dd1bbe commit 469e9d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/zephyr/mgmt/hawkbit.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,13 @@ enum hawkbit_response hawkbit_autohandler_wait(uint32_t events, k_timeout_t time
/**
* @brief The hawkBit probe verify if there is some update to be performed.
*
* @return HAWKBIT_UPDATE_INSTALLED has an update available.
* @return HAWKBIT_NO_UPDATE no update available.
* @return HAWKBIT_NETWORKING_ERROR fail to connect to the hawkBit server.
* @return HAWKBIT_UNCONFIRMED_IMAGE image is unconfirmed.
* @return HAWKBIT_PERMISSION_ERROR fail to get the permission to access the hawkBit server.
* @return HAWKBIT_METADATA_ERROR fail to parse or to encode the metadata.
* @return HAWKBIT_DOWNLOAD_ERROR fail while downloading the update package.
* @return HAWKBIT_UPDATE_INSTALLED has an update available.
* @return HAWKBIT_NO_UPDATE no update available.
*/
enum hawkbit_response hawkbit_probe(void);

Expand Down

0 comments on commit 469e9d5

Please sign in to comment.