7 Star 21 Fork 3

百年孤独 / MaixPy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Kconfig 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
Neucrack 提交于 2020-07-28 11:43 . update ci
mainmenu "C/CPP CMake project framework Kconfig configuration"
menu "Toolchain configuration"
config TOOLCHAIN_PATH
string "toolchain path"
default "/opt/kendryte-toolchain/bin"
config TOOLCHAIN_PREFIX
string "toolchain prefix"
default "riscv64-unknown-elf-"
endmenu
menu "Components configuration"
osource "${SDK_PATH}/components/*/Kconfig"
osource "${PROJECT_PATH}/*/Kconfig"
endmenu
menu "Others"
config LIB_NNCASE_SOURCE_CODE_ENABLE
bool "compile nncase source code"
default n
endmenu
Python
1
https://gitee.com/QTDesign/MaixPy.git
git@gitee.com:QTDesign/MaixPy.git
QTDesign
MaixPy
MaixPy
master

搜索帮助