Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
CMakeLists.txt 270 Bytes
Copy Edit Raw Blame History
bean authored 2020-06-22 00:22 . 1.delete bos_config and bos_hal
PROJECT(BABYOS)
ADD_SUBDIRECTORY(bos/algorithm)
ADD_SUBDIRECTORY(bos/core)
ADD_SUBDIRECTORY(bos/utils/)
ADD_SUBDIRECTORY(bos/drivers)
ADD_SUBDIRECTORY(bos/modules)
ADD_SUBDIRECTORY(bos/thirdparty)
ADD_SUBDIRECTORY(Examples/Test/bos_hal)
ADD_SUBDIRECTORY(Examples/Test/)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化