Lines Matching +full:- +full:- +full:update
2 * Copyright (c) 2018-2023 O.S.Systems
4 * SPDX-License-Identifier: Apache-2.0
8 * @brief UpdateHub Firmware Over-the-Air for Zephyr Project.
9 * @defgroup updatehub UpdateHub Firmware Over-the-Air
43 * @brief Runs UpdateHub probe and UpdateHub update automatically.
46 * in pre-determined time intervals.
51 * @brief The UpdateHub probe verify if there is some update to be performed.
53 * @return UPDATEHUB_HAS_UPDATE has an update available.
54 * @return UPDATEHUB_NO_UPDATE no update available.
62 * @brief Apply the update package.
70 * @return UPDATEHUB_DOWNLOAD_ERROR fail while downloading the update package.
71 * @return UPDATEHUB_INSTALL_ERROR fail while installing the update package.