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>
14 lines
276 B
Makefile
14 lines
276 B
Makefile
|
|
|
|
include $(srctree)/ext/hal/cmsis/Makefile
|
|
|
|
include $(srctree)/ext/hal/ksdk/Makefile
|
|
|
|
include $(srctree)/ext/hal/nordic/mdk/Makefile
|
|
|
|
include $(srctree)/ext/hal/qmsi/Makefile
|
|
|
|
include $(srctree)/ext/hal/st/stm32cube/Makefile
|
|
|
|
include $(srctree)/ext/hal/ti/cc3200sdk/Makefile
|