2019-11-01 13:45:29 +01:00
|
|
|
# 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:
|
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-14 01:30:31 +02:00
|
|
|
# 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
|
2019-09-27 21:41:39 +02:00
|
|
|
select REQUIRES_FULL_LIBC
|
2017-07-14 01:30:31 +02:00
|
|
|
select ERRNO
|
2019-09-06 17:05:46 +02:00
|
|
|
select PTHREAD_IPC
|
2019-08-30 22:56:32 +02:00
|
|
|
select POSIX_CLOCK
|
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
|
|
|
|
2019-11-01 13:45:29 +01:00
|
|
|
# MSP432 SDK HAL configuration
|
2017-08-15 04:00:22 +02:00
|
|
|
|
|
|
|
config HAS_MSP432P4XXSDK
|
2019-09-06 17:05:46 +02:00
|
|
|
bool
|
2019-10-17 02:42:35 +02:00
|
|
|
select HAS_CMSIS_CORE
|
2019-04-09 17:20:05 +02:00
|
|
|
|
2019-11-01 13:45:29 +01:00
|
|
|
# CC13X2 / CC26X2 SDK HAL configuration
|
2019-04-09 17:20:05 +02:00
|
|
|
|
|
|
|
config HAS_CC13X2_CC26X2_SDK
|
|
|
|
bool
|
2022-10-18 18:05:51 +02:00
|
|
|
|
|
|
|
config HAS_CC13X2X7_CC26X2X7_SDK
|
|
|
|
bool
|