InfiniTime/src
2021-06-20 21:53:09 +02:00
..
components Add support for BMA425 acceleration sensor. (#440) 2021-06-19 20:27:59 +02:00
displayapp Add step count gauge - replaces heartrate in sidebar 2021-06-20 21:53:09 +02:00
drivers Add support for BMA425 acceleration sensor. (#440) 2021-06-19 20:27:59 +02: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 Remove newline modifications 2021-05-19 17:05:33 +02:00
logging Revert "Reset" 2021-05-18 17:45:16 +02:00
systemtask Add support for BMA425 acceleration sensor. (#440) 2021-06-19 20:27:59 +02:00
BootloaderVersion.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
BootloaderVersion.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
CMakeLists.txt Add step count gauge - replaces heartrate in sidebar 2021-06-20 21:53:09 +02:00
FreeRTOSConfig.h Initialize SystemTask, DisplayApp and HeartRateTask as global static variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier. 2021-06-06 15:56:03 +02:00
main.cpp 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
main.h Include cleanup: components 2020-11-16 01:35:45 +01:00
recoveryLoader.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03: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