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>
7 lines
255 B
Makefile
7 lines
255 B
Makefile
obj-$(CONFIG_HAS_MCUX) += nxp/mcux/
|
|
obj-$(CONFIG_QMSI_BUILTIN) += qmsi/
|
|
obj-$(CONFIG_HAS_STM32CUBE) += st/stm32cube/
|
|
obj-$(CONFIG_HAS_CC3220SDK) += ti/simplelink/
|
|
obj-$(CONFIG_HAS_NORDIC_HAL) += nordic/
|
|
obj-$(CONFIG_HAS_NORDIC_DRIVERS) += nordic/drivers/
|