2017-03-31 02:10:17 +08:00
|
|
|
# Kconfig - CC3220 SDK HAL configuration
|
|
|
|
|
|
|
|
config HAS_CC3220SDK
|
|
|
|
bool
|
|
|
|
|
2017-07-14 07:30:31 +08:00
|
|
|
# Notes:
|
|
|
|
# SimpleLink drivers require types (stdint.h) from NEWLIB_LIBC
|
|
|
|
# Selecting ERRNO lets host driver use Zephyr's __errno
|
|
|
|
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
|
2018-03-03 09:30:32 +08:00
|
|
|
select NEWLIB_LIBC
|
2017-07-14 07:30:31 +08:00
|
|
|
select ERRNO
|
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
|
|
|
|
|
|
|
# Kconfig - MSP432 SDK HAL configuration
|
|
|
|
|
|
|
|
config HAS_MSP432P4XXSDK
|
|
|
|
bool
|
|
|
|
select HAS_CMSIS
|