Clan up the structure

This commit is contained in:
Attila Body 2025-05-31 17:45:15 +02:00
parent 340f0329fa
commit 45141798d8
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
42 changed files with 134 additions and 452 deletions

View file

@ -1,12 +0,0 @@
add_library(f1ll STATIC
src/usart_core.cpp
src/dma_helper.cpp
src/str_util.cpp
src/console_handler.cpp
)
target_include_directories(f1ll PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/inc
)
target_link_libraries(f1ll PUBLIC platform stm32cubemx)