blob: 4506a916bbb1804afecd9a37098760887c818897 [file] [log] [blame]
Ulf Magnussonbd6e0442019-11-01 13:45:29 +01001# CC3220/CC32XX SDK HAL configuration
Gil Pitneyb4ec6622017-03-30 11:10:17 -07002
3config HAS_CC3220SDK
4 bool
5
Gil Pitneye1f0abd2017-07-13 16:30:31 -07006# Notes:
Jan Van Winkel9555f822019-09-27 21:41:39 +02007# SimpleLink drivers require types (stdint.h) from c library which is not
8# provided by minimal lbc
Gil Pitneye1f0abd2017-07-13 16:30:31 -07009# Selecting ERRNO lets host driver use Zephyr's __errno
Vincent Wan5bce9cb2019-02-19 16:57:28 -080010# Selecting PTHREAD_IPC and POSIX_API are needed to build the host driver
Gil Pitneye1f0abd2017-07-13 16:30:31 -070011config SIMPLELINK_HOST_DRIVER
12 bool "Build the SimpleLink WiFi Host Driver"
Gil Pitneyb4ec6622017-03-30 11:10:17 -070013 depends on HAS_CC3220SDK
Gil Pitneye1f0abd2017-07-13 16:30:31 -070014 depends on MULTITHREADING
Jan Van Winkel9555f822019-09-27 21:41:39 +020015 select REQUIRES_FULL_LIBC
Gil Pitneye1f0abd2017-07-13 16:30:31 -070016 select ERRNO
Ulf Magnusson270d5352019-09-06 17:05:46 +020017 select PTHREAD_IPC
Vincent Wan17d0d8e2019-08-30 13:56:32 -070018 select POSIX_CLOCK
Gil Pitneyb4ec6622017-03-30 11:10:17 -070019 help
Anas Nashif429c2a42017-12-13 10:08:21 -050020 Build the SimpleLink host driver
Manivannan Sadhasivam49fd0362017-08-15 07:30:22 +053021
Ulf Magnussonbd6e0442019-11-01 13:45:29 +010022# MSP432 SDK HAL configuration
Manivannan Sadhasivam49fd0362017-08-15 07:30:22 +053023
24config HAS_MSP432P4XXSDK
Ulf Magnusson270d5352019-09-06 17:05:46 +020025 bool
Stephanos Ioannidisbb14d8c2019-10-17 09:42:35 +090026 select HAS_CMSIS_CORE
Brett Witherspoonfaa941e2019-04-09 10:20:05 -050027
Ulf Magnussonbd6e0442019-11-01 13:45:29 +010028# CC13X2 / CC26X2 SDK HAL configuration
Brett Witherspoonfaa941e2019-04-09 10:20:05 -050029
30config HAS_CC13X2_CC26X2_SDK
31 bool