2019-11-01 13:45:29 +01:00
|
|
|
# CC3220/CC32XX SDK HAL configuration
|
2017-03-30 11:10:17 -07:00
|
|
|
|
|
|
|
config HAS_CC3220SDK
|
|
|
|
bool
|
|
|
|
|
2017-07-13 16:30:31 -07:00
|
|
|
# Notes:
|
2019-09-27 21:41:39 +02:00
|
|
|
# SimpleLink drivers require types (stdint.h) from c library which is not
|
|
|
|
# provided by minimal lbc
|
2017-07-13 16:30:31 -07:00
|
|
|
# Selecting ERRNO lets host driver use Zephyr's __errno
|
2019-02-19 16:57:28 -08:00
|
|
|
# Selecting PTHREAD_IPC and POSIX_API are needed to build the host driver
|
2017-07-13 16:30:31 -07:00
|
|
|
config SIMPLELINK_HOST_DRIVER
|
|
|
|
bool "Build the SimpleLink WiFi Host Driver"
|
2017-03-30 11:10:17 -07:00
|
|
|
depends on HAS_CC3220SDK
|
2017-07-13 16:30:31 -07:00
|
|
|
depends on MULTITHREADING
|
2019-09-27 21:41:39 +02:00
|
|
|
select REQUIRES_FULL_LIBC
|
2017-07-13 16:30:31 -07:00
|
|
|
select ERRNO
|
2019-09-06 17:05:46 +02:00
|
|
|
select PTHREAD_IPC
|
2019-08-30 13:56:32 -07:00
|
|
|
select POSIX_CLOCK
|
2017-03-30 11:10:17 -07:00
|
|
|
help
|
2017-12-13 10:08:21 -05:00
|
|
|
Build the SimpleLink host driver
|
2017-08-15 07:30:22 +05:30
|
|
|
|
2019-11-01 13:45:29 +01:00
|
|
|
# MSP432 SDK HAL configuration
|
2017-08-15 07:30:22 +05:30
|
|
|
|
|
|
|
config HAS_MSP432P4XXSDK
|
2019-09-06 17:05:46 +02:00
|
|
|
bool
|
2019-10-17 09:42:35 +09:00
|
|
|
select HAS_CMSIS_CORE
|
2019-04-09 10:20:05 -05:00
|
|
|
|
2019-11-01 13:45:29 +01:00
|
|
|
# CC13X2 / CC26X2 SDK HAL configuration
|
2019-04-09 10:20:05 -05:00
|
|
|
|
|
|
|
config HAS_CC13X2_CC26X2_SDK
|
|
|
|
bool
|