Searched full:updatehub (Results 1 – 25 of 28) sorted by relevance
12
/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/ |
D | Kconfig | 4 menuconfig UPDATEHUB config 5 bool"UpdateHub Firmware Over-the-Air support" 24 UpdateHub is an enterprise-grade solution which makes simple to 30 if UPDATEHUB 36 Set the interval that the UpdateHub update server will be polled. 43 with the UpdateHub server. 54 bool "Use UpdateHub Community Edition Sever" 56 Allow the use of UpdateHub Community 57 Server (updatehub-ce) as alternative to the 58 updatehub.io enterprise server. [all …]
|
D | shell.c | 11 #include "include/updatehub.h" 18 #define UPDATEHUB_SERVER "coap.updatehub.io" 26 shell_fprintf(shell, SHELL_INFO, "Starting UpdateHub run...\n"); in cmd_run() 70 shell_fprintf(shell, SHELL_NORMAL, "UpdateHub Server: %s\n", in cmd_info() 78 SHELL_STATIC_SUBCMD_SET_CREATE(sub_updatehub, SHELL_CMD(info, NULL, "Dump UpdateHub information", 80 SHELL_CMD(run, NULL, "Trigger an UpdateHub update run", cmd_run), 83 SHELL_CMD_REGISTER(updatehub, &sub_updatehub, "UpdateHub commands", NULL);
|
D | CMakeLists.txt | 9 zephyr_library_sources_ifdef(CONFIG_UPDATEHUB updatehub.c) 16 ${ZEPHYR_BASE}/subsys/mgmt/updatehub/include
|
D | updatehub_priv.h | 10 * exchanged with a UpdateHub 17 "Api-Content-Type: application/vnd.updatehub-v1+json" 38 return "Fail to connect to the UpdateHub server"; in updatehub_response()
|
D | updatehub_timer.c | 8 LOG_MODULE_DECLARE(updatehub, CONFIG_UPDATEHUB_LOG_LEVEL);
|
D | updatehub.c | 8 LOG_MODULE_REGISTER(updatehub, CONFIG_UPDATEHUB_LOG_LEVEL); 25 #include "include/updatehub.h" 53 #define UPDATEHUB_SERVER "coap.updatehub.io" 301 LOG_ERR("Unable add option to add updatehub header"); in send_request() 328 LOG_ERR("Unable add option to add updatehub header"); in send_request()
|
/Zephyr-Core-2.7.6/samples/subsys/mgmt/updatehub/ |
D | README.rst | 3 UpdateHub embedded Firmware Over-The-Air (FOTA) sample 9 UpdateHub is an enterprise-grade solution which makes it simple to remotely 13 about at `docs.updatehub.io`_. 15 This sample shows how to use UpdateHub in both a polling and manual update 26 :zephyr_file:`samples/subsys/mgmt/updatehub/src/main.c`. 31 * The Zephyr port of ``UpdateHub`` was initialy developed to run on a 44 * The MCUboot bootloader is required for ``UpdateHub`` function properly. 46 to it. UpdateHub currently uses two slots to perform the upgrade. More 50 * ``UpdateHub`` acts like a service on Zephyr. It is heavily dependent on 57 The below steps describe how to build and run the ``UpdateHub`` sample in [all …]
|
D | sample.yaml | 2 description: UpdateHub enterprise-grade Firmware Over-the-Air (FOTA) 3 name: UpdateHub 6 tags: net wifi updatehub 11 sample.net.updatehub: 17 sample.net.updatehub.dtls:
|
D | overlay-prj.conf.example | 11 #This example, the updatehub will poll on the server 18 #You need set the updatehub-ce ip Address.
|
D | overlay-ipsp.conf | 17 CONFIG_BT_DEVICE_NAME="UpdateHub - IPSP" 40 # UpdateHub
|
D | Kconfig | 7 bool "UpdateHub manual mode" 15 bool "UpdateHub polling mode"
|
D | prj.conf | 4 # Turn on the updatehub
|
D | overlay-802154.conf | 35 # UpdateHub
|
D | CMakeLists.txt | 11 project(updatehub) project
|
D | overlay-ot.conf | 42 # UpdateHub
|
/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/include/ |
D | updatehub.h | 8 * @brief UpdateHub Firmware Over-the-Air for Zephyr Project. 9 * @defgroup updatehub UpdateHub Firmware Over-the-Air 18 * @brief Responses messages from UpdateHub. 21 * user about the process status of the UpdateHub and also 39 * @brief Runs UpdateHub probe and UpdateHub update automatically. 47 * @brief The UpdateHub probe verify if there is some update to be performed. 51 * @return UPDATEHUB_NETWORKING_ERROR fail to connect to the UpdateHub server. 60 * @details Must be used after the UpdateHub probe, if you have updates to
|
/Zephyr-Core-2.7.6/samples/subsys/mgmt/updatehub/src/ |
D | main.c | 8 #include <updatehub.h> 31 LOG_INF("Starting UpdateHub polling mode"); in start_updatehub() 36 LOG_INF("Starting UpdateHub manual mode"); in start_updatehub() 86 LOG_INF("UpdateHub sample app started"); in main()
|
/Zephyr-Core-2.7.6/subsys/mgmt/ |
D | CMakeLists.txt | 6 add_subdirectory_ifdef(CONFIG_UPDATEHUB updatehub)
|
D | Kconfig | 13 source "subsys/mgmt/updatehub/Kconfig"
|
/Zephyr-Core-2.7.6/doc/security/ |
D | vulnerabilities.rst | 148 UpdateHub Module Copies a Variable-Size Hash String Into a Fixed-Size Array 150 A malformed JSON payload that is received from an UpdateHub server may 315 UpdateHub Module Explicitly Disables TLS Verification 317 The UpdateHub module disables DTLS peer checking, which allows for a 343 UpdateHub Might Dereference An Uninitialized Pointer 351 Recommend disabling updatehub until such a time as a fix can be made
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-2.4.rst | 33 * CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer 783 * updatehub 787 * Moved updatehub from lib to subsys/mgmt directory. 1107 * :github:`27718` - Updatehub might dereference an uninitialized pointer 1265 * :github:`26994` - [Coverity CID :210616] Resource leak in lib/updatehub/updatehub.c 1266 * :github:`26993` - [Coverity CID :210593] Out-of-bounds access in lib/updatehub/updatehub.c 1267 * :github:`26992` - [Coverity CID :210547] Unchecked return value in lib/updatehub/updatehub.c 1336 * :github:`26651` - Updatehub: frdm_k64f resets in a loop 1545 * :github:`25704` - lib: updatehub: Corrupted updated when receiving CoAP duplicate packages
|
D | release-notes-2.5.rst | 839 * updatehub 841 * Added support to Network Manager and interface overlays at UpdateHub 1190 * :github:`30999` - updatehub with openthread build update pkg failed 1264 * :github:`30486` - updatehub demo for nrf52840dk 1302 * :github:`30316` - updatehub with openthread 1717 * :github:`27892` - [v2.1.x] lib: updatehub: Improve download on slow networks and security fix 1718 * :github:`27890` - [v2.2.x] lib: updatehub: Improve download on slow networks and security fix 1756 * :github:`27332` - [v2.3.x] lib: updatehub: Improve download on slow networks and security fix 1844 * :github:`24211` - [v2.2.x] lib: updatehub: Not working on Zephyr 2.x
|
D | release-notes-2.3.rst | 33 * CVE-2020-10022: UpdateHub Module Copies a Variable-Sized Hash String 35 * CVE-2020-10059: UpdateHub Module Explicitly Disables TLS 849 * :github:`25332` - lib: updatehub: Don't build after conversion from DT_FLASH_AREA to FLASH_AREA m… 869 * :github:`25230` - Lib: UpdateHub: Missing new timeout API conversion 925 * :github:`24853` - os: Precise data bus error with updatehub 1025 * :github:`24212` - lib: updatehub: Improve memory footprint
|
D | release-notes-2.0.rst | 20 * We added support for UpdateHub, an end-to-end solution for large scale 349 * Added support for UpdateHub, an end-to-end solution for large scale 351 See `UpdateHub.io <https://updatehub.io/>`__ for details.
|
/Zephyr-Core-2.7.6/ |
D | CODEOWNERS | 586 /samples/subsys/mgmt/updatehub/ @nandojve @otavio 658 /subsys/mgmt/updatehub/ @nandojve @otavio
|
12