InfiniTime/src
2021-11-15 21:56:02 +01:00
..
buttonhandler Return button action instead of pushing messages 2021-10-25 16:57:29 +03:00
components Motion service : fix step notifications that were sent as a single byte instead of 4 (uint32_t). 2021-10-26 20:31:18 +02:00
displayapp BatteryInfo: remove unused FreeRTOS.h and timer.h includes 2021-11-15 21:56:02 +01:00
drivers Fix unresponsive touch panel after update to 1.7 : don't care if device ids are not the ones we expected (until we know more about these communication and IDs issues). 2021-11-14 20:32:25 +01:00
FreeRTOS Remove debug defines (DEBUG & DEBUG_NRF_USER) from the build. These debug can be useful for debugging purposes but not in production (release). (#400) 2021-06-01 21:02:15 +02:00
heartratetask 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
libs Correctly return the tick at which the RF will be fully enabled. 2021-09-25 23:48:53 +01:00
logging Merge pull request #349 from Avamander/patch-2 2021-05-15 09:57:22 +02:00
systemtask Fix previous commit, call touchPanel.Init() even if we disabled the touch controller boot error. 2021-11-07 20:13:22 +01:00
touchhandler Fix longpress gesture 2021-08-11 18:31:40 +03:00
BootErrors.h Automatic error detection 2021-08-18 15:23:30 +03:00
BootloaderVersion.cpp SPI flash sleep if bootloader >= 1.0.0 (#322) 2021-06-26 20:53:32 +02:00
BootloaderVersion.h SPI flash sleep if bootloader >= 1.0.0 (#322) 2021-06-26 20:53:32 +02:00
CMakeLists.txt Newer buttonhandler 2021-10-25 12:53:14 +03:00
FreeRTOSConfig.h LVGL use system tick 2021-07-07 15:47:47 +03:00
main.cpp Use enum classes, remove old comment 2021-10-25 13:40:43 +03:00
main.h Include cleanup: components 2020-11-16 01:35:45 +01:00
recoveryLoader.cpp Revert "Merge upstream" 2021-09-16 16:12:20 -04:00
sdk_config.h Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Version.h.in Revert "Reset" 2021-05-18 17:45:16 +02:00