实现串口驱动,移植方便

This commit is contained in:
冯佳
2026-01-22 16:36:56 +08:00
parent 2ef4dac5bd
commit 51e8d79f78
151 changed files with 4064 additions and 11050 deletions

View File

@ -13,7 +13,8 @@ target_include_directories(led PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/inc
)
# Link with stm32cubemx library
# Link with stm32cubemx and hal libraries
target_link_libraries(led PRIVATE
stm32cubemx
hal
)