移植FreeRTOS

This commit is contained in:
2026-07-23 19:55:06 +08:00
parent d07f065b1c
commit b803acc521
66 changed files with 48667 additions and 18 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ set(CMAKE_CXX_COMPILER_ID GNU)
# Some default GCC settings
# arm-none-eabi- must be part of path environment
set(TOOLCHAIN_PREFIX arm-none-eabi-)
set(TOOLCHAIN_PREFIX E:/sofeWare/GCC/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-)
set(CMAKE_C_COMPILER ${TOOLCHAIN_PREFIX}gcc.exe)
set(CMAKE_ASM_COMPILER ${CMAKE_C_COMPILER})