diff options
author | Oxore <oxore@protonmail.com> | 2023-03-07 19:10:25 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-07 19:10:25 +0300 |
commit | 3282a756679019fd723346cc3bc584cc582eb669 (patch) | |
tree | a1992e7851fee8ca07929bb8c9f0877a7401d70c /CMakeLists.txt | |
parent | ac69a640ba9dde383b9c3ddca59c3d6d14ea5b2e (diff) |
Begin implementing serial descriptors
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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" |