Initial commit

This commit is contained in:
2026-07-27 18:42:39 +08:00
commit 83d61b12b3
97 changed files with 55082 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
project(CMSIS LANGUAGES C CXX ASM)
add_library(CMSIS INTERFACE)
target_include_directories(CMSIS INTERFACE
${CMAKE_SOURCE_DIR}/SDK/CMSIS
${CMAKE_SOURCE_DIR}/SDK/CMSIS/GD/GD32E23x/Include
# Added directory of "gd32e23x_libopt.h".
${CMAKE_SOURCE_DIR}/Inc
# 如有其它需要的头文件目录,可继续添加
)