The CC3220 SDK provides a peripheral driver library and hardware register access header files for the Texas Instruments SimpleLink CC3220S and CC3220SF SoCs. The current version supported in Zephyr is CC3220 SDK 1.30.01.03, downloaded from: http://www.ti.com/tool/download/SIMPLELINK-CC3220-SDK Jira: ZEP-1958 Change-Id: Ib278a6e067a621c589d6efd17cda6f75dc2a9cdb Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
30 lines
511 B
Plaintext
30 lines
511 B
Plaintext
# Kconfig - external HAL source code configuration options
|
|
|
|
#
|
|
# Copyright (c) 2016-2017 Linaro Ltd.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
|
|
menu "HALs"
|
|
|
|
source "ext/hal/atmel/asf/Kconfig"
|
|
|
|
source "ext/hal/cmsis/Kconfig"
|
|
|
|
source "ext/hal/nordic/Kconfig"
|
|
|
|
source "ext/hal/nxp/mcux/Kconfig"
|
|
|
|
source "ext/hal/qmsi/Kconfig"
|
|
|
|
source "ext/hal/st/stm32cube/Kconfig"
|
|
|
|
source "ext/hal/ti/cc3200sdk/Kconfig"
|
|
|
|
source "ext/hal/ti/cc3220sdk/Kconfig"
|
|
|
|
endmenu
|