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