modules: make openisa TI a zephyr module

Split ext/ content and create a module that can be used with west.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-08-20 06:33:13 -07:00
parent 9fb1719f28
commit 7a82e93e14
3 changed files with 3 additions and 30 deletions

View File

@ -5,6 +5,7 @@ if(CONFIG_SIMPLELINK_HOST_DRIVER)
.
source
kernel/zephyr/dpl
source/ti/drivers/net/wifi/porting
)
zephyr_compile_definitions(
SL_SUPPORT_IPV6

View File

@ -1,30 +0,0 @@
# Kconfig - CC3220 SDK HAL configuration
config HAS_CC3220SDK
bool
# Notes:
# SimpleLink drivers require types (stdint.h) from NEWLIB_LIBC
# Selecting ERRNO lets host driver use Zephyr's __errno
# Selecting PTHREAD_IPC and POSIX_API are needed to build the host driver
config SIMPLELINK_HOST_DRIVER
bool "Build the SimpleLink WiFi Host Driver"
depends on HAS_CC3220SDK
depends on MULTITHREADING
select NEWLIB_LIBC
select ERRNO
select POSIX_API
select PTHREAD_IPC
help
Build the SimpleLink host driver
# Kconfig - MSP432 SDK HAL configuration
config HAS_MSP432P4XXSDK
bool
select HAS_CMSIS
# Kconfig - CC13X2 / CC26X2 SDK HAL configuration
config HAS_CC13X2_CC26X2_SDK
bool

2
zephyr/module.yml Normal file
View File

@ -0,0 +1,2 @@
build:
cmake: .