22 Star 127 Fork 67

博流智能科技(南京)有限公司 / bouffalo_sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
sakumisu 提交于 2023-04-28 15:12 . [sync] sync code
cmake_minimum_required(VERSION 3.15)
add_subdirectory(bsp)
add_subdirectory(components)
add_subdirectory(drivers/lhal)
add_subdirectory(drivers/soc/${CHIP}/std)
if("${CHIP}" STREQUAL "bl616")
sdk_add_subdirectory_ifdef(CONFIG_PM drivers/pm)
endif()
sdk_add_subdirectory_ifdef(CONFIG_RF drivers/soc/${CHIP}/rf)
if("${CHIP}" STREQUAL "bl616")
sdk_add_subdirectory_ifdef(CONFIG_RF drivers/rfparam)
endif()
C
1
https://gitee.com/bouffalolab/bouffalo_sdk.git
git@gitee.com:bouffalolab/bouffalo_sdk.git
bouffalolab
bouffalo_sdk
bouffalo_sdk
master

搜索帮助