2019-04-26 00:47:28 +02:00
|
|
|
# Kconfig - CC3220/CC32XX SDK HAL configuration
|
2017-03-30 20:10:17 +02:00
|
|
|
|
|
|
|
config HAS_CC3220SDK
|
|
|
|
bool
|
|
|
|
|
2017-07-14 01:30:31 +02:00
|
|
|
# Notes:
|
|
|
|
# SimpleLink drivers require types (stdint.h) from NEWLIB_LIBC
|
|
|
|
# Selecting ERRNO lets host driver use Zephyr's __errno
|
2019-02-20 01:57:28 +01:00
|
|
|
# Selecting PTHREAD_IPC and POSIX_API are needed to build the host driver
|
2017-07-14 01:30:31 +02:00
|
|
|
config SIMPLELINK_HOST_DRIVER
|
|
|
|
bool "Build the SimpleLink WiFi Host Driver"
|
2017-03-30 20:10:17 +02:00
|
|
|
depends on HAS_CC3220SDK
|
2017-07-14 01:30:31 +02:00
|
|
|
depends on MULTITHREADING
|
2018-03-03 02:30:32 +01:00
|
|
|
select NEWLIB_LIBC
|
2017-07-14 01:30:31 +02:00
|
|
|
select ERRNO
|
2019-09-06 17:05:46 +02:00
|
|
|
select POSIX_API
|
|
|
|
select PTHREAD_IPC
|
2017-03-30 20:10:17 +02:00
|
|
|
help
|
2017-12-13 16:08:21 +01:00
|
|
|
Build the SimpleLink host driver
|
2017-08-15 04:00:22 +02:00
|
|
|
|
|
|
|
# Kconfig - MSP432 SDK HAL configuration
|
|
|
|
|
|
|
|
config HAS_MSP432P4XXSDK
|
2019-09-06 17:05:46 +02:00
|
|
|
bool
|
|
|
|
select HAS_CMSIS
|
2019-04-09 17:20:05 +02:00
|
|
|
|
|
|
|
# Kconfig - CC13X2 / CC26X2 SDK HAL configuration
|
|
|
|
|
|
|
|
config HAS_CC13X2_CC26X2_SDK
|
|
|
|
bool
|