From 34746d3783af1ae601487c88f0a7e44f81842618 Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 9 Mar 2023 01:42:59 +0300 Subject: Impl UART buffering (still not tested) --- CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 224e421..f952ce0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,12 +74,14 @@ set(nixie_clock_sources "app/main.c" "app/stm32f0xx_it.c" "app/system_stm32f0xx.c" - "app/platform/stm32f0-gcc/uart.cpp" - "app/platform/stm32f0-gcc/retarget.cpp" "app/platform/stm32f0-gcc/freertos/port.c" + "app/platform/stm32f0-gcc/interrupts.cpp" + "app/platform/stm32f0-gcc/platform.cpp" "app/platform/stm32f0-gcc/startup/handlers_cm.c" "app/platform/stm32f0-gcc/startup/stack.cpp" "app/platform/stm32f0-gcc/startup/startup.cpp" + "app/platform/stm32f0-gcc/retarget.cpp" + "app/platform/stm32f0-gcc/uart.cpp" ) set(newlib_sources -- cgit v1.2.3