1 Star 0 Fork 21

KeNengBu/BearPi-Pico_H3863

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.in 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Laowang-BearPi 提交于 2024-08-06 14:45 . first commit
#===============================================================================
# @brief Kconfig file.
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
#===============================================================================
mainmenu "Configuration"
comment "Main menu description, show how to use this configuration system."
menu "Targets"
comment "Select the target."
endmenu
menu "Application"
comment "Config the application."
osource "application/Kconfig"
endmenu
menu "Bootloader"
comment "Config the bootloader."
osource "bootloader/Kconfig"
endmenu
menu "Drivers"
comment "Config the drivers."
osource "drivers/Kconfig"
endmenu
menu "Kernel"
comment "Config the kernel."
osource "kernel/Kconfig"
endmenu
menu "Middleware"
comment "Config the middleware."
osource "middleware/Kconfig"
endmenu
menu "Protocol"
comment "Config the protocol."
osource "protocol/Kconfig"
endmenu
menu "Test"
comment "Config the test."
osource "test/Kconfig"
endmenu
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/keNengbu/bearpi-pico_h3863.git
[email protected]:keNengbu/bearpi-pico_h3863.git
keNengbu
bearpi-pico_h3863
BearPi-Pico_H3863
master

搜索帮助