1
0
Fork 0
InfiniTime/src/drivers
2021-11-07 16:19:06 +01:00
..
Bma421_C Add support for BMA425 acceleration sensor. (#440) 2021-06-19 20:27:59 +02:00
Bma421.cpp Add support for BMA425 acceleration sensor. (#440) 2021-06-19 20:27:59 +02:00
Bma421.h Add support for BMA425 acceleration sensor. (#440) 2021-06-19 20:27:59 +02:00
BufferProvider.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
Cst816s.cpp Fix formatting following the code review. 2021-11-07 16:19:06 +01:00
Cst816s.h Add data validity check and retries in CST816S driver. See https://github.com/InfiniTimeOrg/InfiniTime/issues/763#issuecomment-962436976. 2021-11-06 19:01:19 +01:00
DebugPins.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
DebugPins.h Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Hrs3300.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Hrs3300.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
InternalFlash.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
InternalFlash.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
PinMap.h Rename backlight level pins 2021-08-04 14:43:04 +02:00
Spi.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Spi.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
SpiMaster.cpp Fix fallthrough on case statement (#403) 2021-06-12 11:07:23 +02:00
SpiMaster.h Move most of the code from the constructor of the objects statically initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (https://en.cppreference.com/w/cpp/language/siof). See https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238. 2021-06-12 10:58:28 +02:00
SpiNorFlash.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
SpiNorFlash.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
St7789.cpp Remove commented commands completely 2021-08-23 15:02:40 +02:00
St7789.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
TwiMaster.cpp Use highest frequency and move mutex creation to Init 2021-08-18 21:40:27 +03:00
TwiMaster.h Simplify parameters and cleanup 2021-08-16 18:26:10 +03:00
Watchdog.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Watchdog.h Changed access modified indentation 2021-04-24 12:00:45 +03:00