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