summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-03-07 19:10:25 +0300
committerOxore <oxore@protonmail.com>2023-03-07 19:10:25 +0300
commit3282a756679019fd723346cc3bc584cc582eb669 (patch)
treea1992e7851fee8ca07929bb8c9f0877a7401d70c /CMakeLists.txt
parentac69a640ba9dde383b9c3ddca59c3d6d14ea5b2e (diff)
Begin implementing serial descriptors
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c4a7808..224e421 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -74,6 +74,7 @@ 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/startup/handlers_cm.c"