:orphan: .. title:: UPDATEHUB .. option:: CONFIG_UPDATEHUB *UpdateHub Firmware Over-the-Air support* Type: ``bool`` Help ==== UpdateHub is an enterprise-grade solution which makes simple to remotely update all your embedded devices in the field. It handles all aspects related to sending Firmware Over-the-Air (FOTA) updates with maximum security and efficiency, while you focus in adding value to your product. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`FLASH ` - \ :option:`REBOOT ` - \ :option:`IMG_MANAGER ` - \ :option:`IMG_ENABLE_IMAGE_CHECK ` - \ :option:`BOOTLOADER_MCUBOOT ` - \ :option:`MPU_ALLOW_FLASH_WRITE ` - \ :option:`NETWORKING ` - \ :option:`REQUIRES_FULL_LIBC ` - \ :option:`NET_UDP ` - \ :option:`NET_SOCKETS ` - \ :option:`NET_SOCKETS_POSIX_NAMES ` - \ :option:`COAP ` - \ :option:`DNS_RESOLVER ` - \ :option:`JSON_LIBRARY ` - \ :option:`TINYCRYPT ` - \ :option:`TINYCRYPT_SHA256 ` - \ :option:`HWINFO ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/updatehub/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Device Management .. parsed-literal:: menuconfig UPDATEHUB bool "UpdateHub Firmware Over-the-Air support" select \ :option:`FLASH ` select \ :option:`REBOOT ` select \ :option:`IMG_MANAGER ` select \ :option:`IMG_ENABLE_IMAGE_CHECK ` select \ :option:`BOOTLOADER_MCUBOOT ` select \ :option:`MPU_ALLOW_FLASH_WRITE ` select \ :option:`NETWORKING ` select \ :option:`REQUIRES_FULL_LIBC ` select \ :option:`NET_UDP ` select \ :option:`NET_SOCKETS ` select \ :option:`NET_SOCKETS_POSIX_NAMES ` select \ :option:`COAP ` select \ :option:`DNS_RESOLVER ` select \ :option:`JSON_LIBRARY ` select \ :option:`TINYCRYPT ` select \ :option:`TINYCRYPT_SHA256 ` select \ :option:`HWINFO ` help UpdateHub is an enterprise-grade solution which makes simple to remotely update all your embedded devices in the field. It handles all aspects related to sending Firmware Over-the-Air (FOTA) updates with maximum security and efficiency, while you focus in adding value to your product. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*