初始化版本

This commit is contained in:
冯佳
2026-01-22 15:12:23 +08:00
commit 2c3d7889cf
1624 changed files with 1076314 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# Additional clean files
cmake_minimum_required(VERSION 3.16)
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug")
file(REMOVE_RECURSE
"stm32f407vet6_cmake.map"
)
endif()