25 Star 132 Fork 44

hanxiaohu / W600-RT-Thread智能指纹门锁

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Kconfig 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
hanxiaohu 提交于 2020-11-28 04:01 . first commit
mainmenu "RT-Thread Configuration"
config $BSP_DIR
string
option env="BSP_ROOT"
default "."
config $RTT_DIR
string
option env="RTT_ROOT"
default "../../rt-thread"
# you can change the RTT_ROOT default "../.." to your rtthread_root,
# example : default "F:/git_repositories/rt-thread"
config $PKGS_DIR
string
option env="PKGS_ROOT"
default "packages"
config $ENV_DIR
string
option env="ENV_ROOT"
default "/"
source "$RTT_DIR/Kconfig"
source "$PKGS_DIR/Kconfig"
source "$BSP_DIR/../../drivers/Kconfig"
source "$BSP_DIR/../../libraries/Kconfig"
C
1
https://gitee.com/hanxiaohu/W600-RT-Thread-door-lock.git
git@gitee.com:hanxiaohu/W600-RT-Thread-door-lock.git
hanxiaohu
W600-RT-Thread-door-lock
W600-RT-Thread智能指纹门锁
master

搜索帮助