InfiniTime/src
Riku Isokoski 38f40034b0
Float voltage to int (#444)
* Change voltage float to millivolt integer
* Explain the ADC to milliVolts conversion
2021-07-02 17:30:32 +02:00
..
components Float voltage to int (#444) 2021-07-02 17:30:32 +02:00
displayapp Float voltage to int (#444) 2021-07-02 17:30:32 +02:00
drivers Removed an illogical comparison from SystemInfo and St7789 driver (#449) 2021-06-22 20:31:31 +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 Add PineTimeStyle watchface (#334) 2021-06-29 20:20:27 +02:00
logging Merge pull request #349 from Avamander/patch-2 2021-05-15 09:57:22 +02:00
systemtask SPI flash sleep if bootloader >= 1.0.0 (#322) 2021-06-26 20:53:32 +02: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 Add PineTimeStyle watchface (#334) 2021-06-29 20:20:27 +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 SPI flash sleep if bootloader >= 1.0.0 (#322) 2021-06-26 20:53:32 +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 git: store git short ref hash on build stage to Version.h 2021-05-14 01:08:37 +03:00