stm32f2能够编译通过

This commit is contained in:
zhangzheng
2024-04-10 15:55:07 +00:00
parent 780d4db78d
commit f3de8b8869
12 changed files with 109 additions and 61 deletions

View File

@@ -32,7 +32,9 @@ set(compile_time "${DATE}\" \"${TIME}" CACHE STRING " " FORCE)
add_subdirectory(mkrtos_bootstrap)
add_subdirectory(mkrtos_knl)
# add_subdirectory(mkrtos_img)
if ((NOT DEFINED CONFIG_MMU) OR (CONFIG_MMU STREQUAL "n"))
add_subdirectory(mkrtos_img)
endif()
add_subdirectory(mkrtos_user)