Ai
1 Star 1 Fork 5

zephyrproject-rtos/zephyr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Kconfig.simplelink 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
# CC3220/CC32XX SDK HAL configuration
config HAS_CC3220SDK
bool
# Notes:
# SimpleLink drivers require types (stdint.h) from c library which is not
# provided by minimal lbc
# Selecting ERRNO lets host driver use Zephyr's __errno
# Selecting PTHREAD_IPC and POSIX_API are needed to build the host driver
config SIMPLELINK_HOST_DRIVER
bool "Build the SimpleLink WiFi Host Driver"
depends on HAS_CC3220SDK
depends on MULTITHREADING
select REQUIRES_FULL_LIBC
select ERRNO
select PTHREAD_IPC
select POSIX_CLOCK
help
Build the SimpleLink host driver
# MSP432 SDK HAL configuration
config HAS_MSP432P4XXSDK
bool
select HAS_CMSIS_CORE
# CC13X2 / CC26X2 SDK HAL configuration
config HAS_CC13X2_CC26X2_SDK
bool
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zephyrproject-rtos/zephyr.git
git@gitee.com:zephyrproject-rtos/zephyr.git
zephyrproject-rtos
zephyr
zephyr
master

搜索帮助