4 Star 4 Fork 0

广东匠芯创科技有限公司/d215

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Kconfig 975 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘可亮 提交于 2024-07-25 14:40 . init
mainmenu "ArtInChip Luban-Lite SDK Configuration"
menu "Project options"
config PRJ_DEFCONFIG_FILENAME
string "Project defconfig file name"
comment "-- Important: If following options have been changed, you need save & rerun menuconfig before changing any other options."
config PRJ_CHIP
string "Chip name"
#option env="PRJ_CHIP"
default "d21x"
config PRJ_BOARD
string "Board name"
#option env="PRJ_BOARD"
default "fpga"
config PRJ_KERNEL
string "Kernel name"
#option env="PRJ_KERNEL"
default "rt-thread"
config PRJ_APP
string "Application name"
#option env="PRJ_APP"
default "helloworld"
endmenu
config PLATFORM_LUBANLITE
bool
default y
config PKGS_DIR
string
option env="PKGS_ROOT"
default "packages"
if ! AIC_BOOTLOADER
source "application/Kconfig"
endif
#source "kernel/$PRJ_KERNEL/Kconfig"
#source "$PKGS_DIR/Kconfig"
source ".Kconfig.prj"
source "packages/Kconfig"
source "bsp/Kconfig"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/artinchip/d215.git
git@gitee.com:artinchip/d215.git
artinchip
d215
d215
master

搜索帮助