Per ZEP-1958, Phase 2 of adding CC3220sf LaunchXL support, was to "deprecate the CC3200 launchxl support in Zephyr (redundant to the CC3220)." Effectively, the CC3220 SOC replaces the CC3200. This patch removes the following: * the imported CC3200 SDK * CC3200 SOC, board, DTS files. * adjusts other files where cc3200 was mentioned. Also, it fixes explicit references to CC3200 in generic CC32xx driver files. Jira: ZEP-1958 Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
28 lines
473 B
Plaintext
28 lines
473 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/simplelink/Kconfig"
|
|
|
|
endmenu
|