19 Star 56 Fork 43

Zephyr RTOS/zephyr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Kconfig 868 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Copyright (c) 2021 Yonatan Schachter
# SPDX-License-Identifier: Apache-2.0
config HAS_RPI_PICO
bool
config PICOSDK_USE_UART
bool
help
Use the UART driver from pico-sdk
config PICOSDK_USE_GPIO
bool
help
Use the GPIO driver from pico-sdk
config PICOSDK_USE_FLASH
bool
help
Use the flash driver from pico-sdk
config PICOSDK_USE_PWM
bool
help
Use the PWM driver from pico-sdk
config PICOSDK_USE_ADC
bool
help
Use the ADC driver from pico-sdk
config PICOSDK_USE_DMA
bool
help
Use the DMA driver from pico-sdk
config PICOSDK_USE_PIO
bool
select PICOSDK_USE_CLAIM
help
Use the PIO driver from pico-sdk
config PICOSDK_USE_CLAIM
bool
help
Use the "claim" driver from pico-sdk
config PICOSDK_USE_TIMER
bool
help
Use the TIMER driver from pico-sdk
config PICOSDK_USE_RTC
bool
help
Use the RTC driver from pico-sdk
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zephyr-rtos/zephyr.git
git@gitee.com:zephyr-rtos/zephyr.git
zephyr-rtos
zephyr
zephyr
main

搜索帮助