Home
last modified time | relevance | path

Searched full:updatehub (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/
DKconfig4 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 …]
Dshell.c11 #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);
DCMakeLists.txt9 zephyr_library_sources_ifdef(CONFIG_UPDATEHUB updatehub.c)
16 ${ZEPHYR_BASE}/subsys/mgmt/updatehub/include
Dupdatehub_priv.h10 * 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()
Dupdatehub_timer.c8 LOG_MODULE_DECLARE(updatehub, CONFIG_UPDATEHUB_LOG_LEVEL);
Dupdatehub.c8 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/
DREADME.rst3 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 …]
Dsample.yaml2 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:
Doverlay-prj.conf.example11 #This example, the updatehub will poll on the server
18 #You need set the updatehub-ce ip Address.
Doverlay-ipsp.conf17 CONFIG_BT_DEVICE_NAME="UpdateHub - IPSP"
40 # UpdateHub
DKconfig7 bool "UpdateHub manual mode"
15 bool "UpdateHub polling mode"
Dprj.conf4 # Turn on the updatehub
Doverlay-802154.conf35 # UpdateHub
DCMakeLists.txt11 project(updatehub) project
Doverlay-ot.conf42 # UpdateHub
/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/include/
Dupdatehub.h8 * @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/
Dmain.c8 #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/
DCMakeLists.txt6 add_subdirectory_ifdef(CONFIG_UPDATEHUB updatehub)
DKconfig13 source "subsys/mgmt/updatehub/Kconfig"
/Zephyr-Core-2.7.6/doc/security/
Dvulnerabilities.rst148 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/
Drelease-notes-2.4.rst33 * 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
Drelease-notes-2.5.rst839 * 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
Drelease-notes-2.3.rst33 * 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
Drelease-notes-2.0.rst20 * 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/
DCODEOWNERS586 /samples/subsys/mgmt/updatehub/ @nandojve @otavio
658 /subsys/mgmt/updatehub/ @nandojve @otavio

12