add logging structure

This commit is contained in:
2023-02-17 15:18:10 +01:00
parent 514670e897
commit b78396e8e5
5 changed files with 157 additions and 29 deletions

View File

@@ -27,6 +27,7 @@ find_package(HAL COMPONENTS "${HAL_COMP_LIST}" REQUIRED)
# STM32VL-Discovery
add_executable(stm32-blinky-f1
${MAIN_SOURCE_FILE}
logging.cpp
uart_handler.cpp
spi.cpp
rfm95.cpp