zephyr/ext/hal/ti/cc3200sdk
Gil Pitney 88101bceb2 ext: cc3200sdk: Enable build of CC3200 HAL
Enable building CC3200 SDK driver peripheral library files in Zephyr.

The SDK provides convenience functions to access CC3200 hardware
peripherals, and header files with register definitions.

Jira: ZEP-1109
Change-Id: I89f1485b9f35320a253ae211a27168bb2288c8b7
Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
2016-11-04 09:38:50 +00:00
..
driverlib
inc
Kbuild ext: cc3200sdk: Enable build of CC3200 HAL 2016-11-04 09:38:50 +00:00
Kconfig ext: cc3200sdk: Enable build of CC3200 HAL 2016-11-04 09:38:50 +00:00
Makefile ext: cc3200sdk: Enable build of CC3200 HAL 2016-11-04 09:38:50 +00:00
README ext: cc3200sdk: Enable build of CC3200 HAL 2016-11-04 09:38:50 +00:00

README

The CC3200 SDK provides a peripheral driver library and hardware
register access header files for the Texas Instruments SimpleLink
CC3200 SoC.

The current version supported in Zephyr is CC3200 SDK V1.2.0, downloaded
from:

	http://www.ti.com/tool/cc3200sdk

Files in driverlib/ and inc/ are copied from an SDK installation
(without modification).

Setting CONFIG_CC3200SDK_BUILTIN allows building those files within
the Zephyr ext/hal/ subdirectory.

Setting CONFIG_CC3200SDK_INSTALL_PATH and CONFIG_CC3200SDK_LIBRARY enables
linking with the library provided by the CC3200 SDK, installed separately.