Integrate f1ll (compiles, untested)
This commit is contained in:
parent
0159a9cb45
commit
2b17bb1dae
32 changed files with 924 additions and 128 deletions
12
f1ll/CMakeLists.txt
Normal file
12
f1ll/CMakeLists.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue