InfiniTime/src/components
Jean-François Milants f3b5da0049 Fix the display of the date after a reset : when the date/time was restored from the noinit area, the date was displayed as "--" instead of the actual date.
This issue was caused by DateTime::SetCurrentTime() that would not update the internal state of the class : dayOfWeek, Month, Year were not properly updated according to the current time.
2021-09-19 17:42:50 +02:00
..
alarm Fixes per Riksu9000's feedback 2021-09-16 15:38:31 -04:00
battery Revert "Merge upstream" 2021-09-16 16:12:20 -04:00
ble Revert "Merge upstream" 2021-09-16 16:12:20 -04:00
brightness Revert "Merge upstream" 2021-09-16 16:12:20 -04:00
datetime Fix the display of the date after a reset : when the date/time was restored from the noinit area, the date was displayed as "--" instead of the actual date. 2021-09-19 17:42:50 +02:00
firmwarevalidator Changed access modified indentation 2021-04-24 12:00:45 +03:00
fs Using littlefs (#438) 2021-07-11 15:06:06 +02:00
gfx Changed access modified indentation 2021-04-24 12:00:45 +03:00
heartrate 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
motion Add support for BMA425 acceleration sensor. (#440) 2021-06-19 20:27:59 +02:00
motor Remove unused include in MotoController.h 2021-09-13 22:40:15 +02:00
rle Fix signed/unsigned comparison warning 2021-06-12 20:04:19 +02:00
settings Merge pull request #617 from ColinKinloch/wake_up_mode_setting_change 2021-09-12 18:41:26 +02:00
timer 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