1 Star 0 Fork 1

流水源/StratifyOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
StratifyOS.cmake 792 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tyler Gilbert 提交于 2022-08-04 09:10 +08:00 . port to CMakeSDK v2.0
if(SOS_IS_LINK)
set(STRATIFYOS_CMAKE_CONFIG_LIST release debug)
cmsdk_include_target(StratifyOS "${STRATIFYOS_CMAKE_CONFIG_LIST}")
else()
set(STRATIFYOS_CMAKE_CONFIG_LIST release debug)
cmsdk_include_target(StratifyOS_mcu "${STRATIFYOS_CMAKE_CONFIG_LIST}")
cmsdk_include_target(StratifyOS_linktransport "${STRATIFYOS_CMAKE_CONFIG_LIST}")
cmsdk_include_target(StratifyOS_cortexm "${STRATIFYOS_CMAKE_CONFIG_LIST}")
cmsdk_include_target(StratifyOS_usbd "${STRATIFYOS_CMAKE_CONFIG_LIST}")
cmsdk_include_target(StratifyOS_device "${STRATIFYOS_CMAKE_CONFIG_LIST}")
cmsdk_include_target(StratifyOS_sys "${STRATIFYOS_CMAKE_CONFIG_LIST}")
cmsdk_include_target(StratifyOS_crt "${STRATIFYOS_CMAKE_CONFIG_LIST}")
cmsdk_include_target(StratifyOS_boot "${STRATIFYOS_CMAKE_CONFIG_LIST}")
endif()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/water_source/StratifyOS.git
git@gitee.com:water_source/StratifyOS.git
water_source
StratifyOS
StratifyOS
main

搜索帮助