zephyr/ext/hal/Makefile
Gil Pitney 4f67a6c76d cc3200: Remove TI cc3200 SOC and LaunchXL board support
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>
2017-08-15 11:02:48 -05:00

17 lines
352 B
Makefile

ifdef CONFIG_ASF
include $(srctree)/ext/hal/atmel/asf/Makefile
endif
-include $(srctree)/ext/hal/cmsis/Makefile
-include $(srctree)/ext/hal/nordic/Makefile
-include $(srctree)/ext/hal/nxp/mcux/Makefile
-include $(srctree)/ext/hal/qmsi/Makefile
-include $(srctree)/ext/hal/st/stm32cube/Makefile
-include $(srctree)/ext/hal/ti/simplelink/Makefile