aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-07-19 20:30:44 +0200
committerJF <jf@codingfield.com>2020-07-19 20:30:44 +0200
commit6af5bbcbc87eecccf7613785a3c9540c07d2fd3b (patch)
tree77ea3c1c638321545c5d5f036134045ae112c6b3 /src/CMakeLists.txt
parent42d8a18fe74b060a84ea74b29aefca69f9471d5f (diff)
New implementation of the I²C/TWI driver.
Fix reset timing and add dummy reading in Cst816S to fix init error on some devices.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ff2e1812..e60c2cfe 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -371,6 +371,7 @@ list(APPEND SOURCE_FILES
DisplayApp/Fonts/jetbrains_mono_bold_20.c
SystemTask/SystemTask.cpp
+ drivers/TwiMaster.cpp
)
list(APPEND GRAPHICS_SOURCE_FILES
@@ -444,6 +445,7 @@ set(INCLUDE_FILES
SystemTask/SystemTask.h
SystemTask/SystemMonitor.h
DisplayApp/Screens/Symbols.h
+ drivers/TwiMaster.h
)
include_directories(