1 Star 2 Fork 0

GTT/freertos_smp_port

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 525 Bytes
一键复制 编辑 原始数据 按行查看 历史
GTT 提交于 2022-11-26 11:41 . move spinlock to c
cmake_minimum_required (VERSION 3.5)
project(freertos_smp C ASM)
include (cmake/freertos.cmake)
MESSAGE( STATUS "rtos files is= ${rtos_files}.")
MESSAGE( STATUS "port c is= ${port_files_c}.")
MESSAGE( STATUS "port s is= ${port_files_s}.")
include (cmake/utils.cmake)
MESSAGE( STATUS "utils c is = ${utils_files}.")
include (cmake/app.cmake)
MESSAGE( STATUS "app c is= ${app_files}.")
add_executable(${PROJECT_NAME}.elf ${rtos_files} ${port_files_c} ${port_files_s} ${utils_files} ${app_files})
# Add sub directories
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/matrix_python/freertos_smp_portf.git
[email protected]:matrix_python/freertos_smp_portf.git
matrix_python
freertos_smp_portf
freertos_smp_port
master

搜索帮助