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>
19 lines
395 B
Makefile
19 lines
395 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/cc3200sdk/Makefile
|
|
|
|
include $(srctree)/ext/hal/ti/cc3220sdk/Makefile
|