297ac3765f
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. Signed-off-by: Christian Tavares <christian.tavares@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
24 lines
331 B
Plaintext
24 lines
331 B
Plaintext
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
source "lib/libc/Kconfig"
|
|
|
|
menu "Additional libraries"
|
|
|
|
source "lib/cmsis_rtos_v1/Kconfig"
|
|
|
|
source "lib/cmsis_rtos_v2/Kconfig"
|
|
|
|
source "lib/gui/Kconfig"
|
|
|
|
source "lib/os/Kconfig"
|
|
|
|
source "lib/posix/Kconfig"
|
|
|
|
source "lib/updatehub/Kconfig"
|
|
|
|
endmenu
|