1
0

more hacks

This commit is contained in:
2021-07-21 23:04:05 +03:00
parent 8366bbe163
commit 451f477729
7 changed files with 75 additions and 37 deletions

8
RTT/CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
add_library(RTT
SEGGER_RTT.c
SEGGER_RTT_printf.c
SEGGER_RTT_Syscalls_GCC.c
)
target_include_directories(RTT
INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}
)