diff options
| author | JF <jf@codingfield.com> | 2020-07-19 18:30:44 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-07-19 18:30:44 (GMT) |
| commit | 6af5bbcbc87eecccf7613785a3c9540c07d2fd3b (patch) | |
| tree | 77ea3c1c638321545c5d5f036134045ae112c6b3 /src/CMakeLists.txt | |
| parent | 42d8a18fe74b060a84ea74b29aefca69f9471d5f (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.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ff2e181..e60c2cf 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( |
