InfiniTime/src/components
2021-10-20 20:52:04 +02:00
..
alarm Fixes per Riksu9000's feedback 2021-09-16 15:38:31 -04:00
battery Don't measure and notify percentage on charging event. 2021-10-09 13:39:27 +03:00
ble Add mention to Call characteristic (which was missing in the doc) and change the UUID of the new Motion service from 00020000-* to 00030000-*. 2021-10-20 20:52:04 +02:00
brightness Rename backlight level pins 2021-08-04 14:43:04 +02:00
datetime DateTimeController : remove unused methods and variables. 2021-10-10 16:08:19 +02:00
firmwarevalidator Changed access modified indentation 2021-04-24 12:00:45 +03:00
fs Fix the size of the filesystem. 2021-09-27 02:42:53 +01: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 MotionService : expose step count and RAW X/Y/Z values to the host. 2021-10-17 08:23:44 +02:00
motor Merge branch 'develop' into disable_notif_only 2021-09-14 23:38:42 +03:00
rle Fix signed/unsigned comparison warning 2021-06-12 20:04:19 +02:00
settings Merge branch 'develop' into disable_notif_only 2021-09-13 21:22:53 +03: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