aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix deadlock when a lot of notifications are received in a very short time span.Jean-François Milants2023-11-191-1/+9
* | Tidy upKieran Cawthray2023-11-111-4/+2
* | Initial commitKieran Cawthray2023-11-112-6/+10
* | lv_img_conv_py: minimal python port of node moduleReinhold Gschweicher2023-10-263-2/+198
* | weather: Fix GetCurrent* functions returning future events (#1879)FintasticMan2023-10-061-9/+18
* | navigation: Add is available (#1847)JF2023-09-027-19/+41
* | navigation: Move font to external memory (#1838)JF2023-09-028-112/+198
* | lowersleep: Implement Lower to Sleep functionality (#827)FintasticMan2023-08-276-13/+29
* | raisewake: Improve raise to wake algorithmFinlay Davidson2023-08-173-21/+16
* | motioncontroller: Add functions for analysisFinlay Davidson2023-08-175-0/+137
* | motioncontroller: Store acceleration historyFinlay Davidson2023-08-172-17/+18
* | shakewake: Slightly improve accuracyFinlay Davidson2023-08-171-4/+3
* | circularbuffer: Add circular buffer utility structFinlay Davidson2023-08-171-0/+51
* | watchfaceanalog: Background in lvgl (#1824)Max Friedrich2023-08-154-278/+40
* | NotificationManager.h: Reorder notification struct fields to allow easier cre...Max Friedrich2023-07-091-3/+4
* | arduinofft: Move to submodule, define srqt_internal externallyFinlay Davidson2023-06-1720-2311/+5
* | Fix TypoTimothy2023-06-172-8/+8
* | ShakeWake: Fixed instant wake after sleep issue in certain positions (#1691)Isaac2023-06-172-1/+3
* | ST7789 : do not reconfigure the reset pin to default during sleep.Jean-François Milants2023-06-041-1/+0
* | Power optimization - Improve SPI sleep modeJean-François Milants2023-06-041-1/+1
* | Power optimization - Improve SPI sleep modeJean-François Milants2023-06-041-1/+1
* | Power optimization - Improve SPI sleep modeJean-François Milants2023-06-044-8/+10
* | Power optimization - Improve SPI sleep modeJean-François Milants2023-06-042-6/+0
* | Power optimization - Improve SPI sleep modeJean-François Milants2023-06-044-1/+11
* | Power optimization - enable the DC/DC regulator.Jean-François Milants2023-06-041-0/+5
* | Power optimization - Enable HRS3300 (heart rate sensor) sleep mode.Jean-François Milants2023-06-041-1/+9
* | PineTimeStyle weather display (#1459)kieranc2023-06-0410-39/+178
* | Fix code formattingJean-François Milants2023-05-183-4/+3
* | Refactor pvPortRealloc() to improve readability.Jean-François Milants2023-05-181-51/+36
* | Enable malloc error and stack overflow error detection in FreeRTOS. Count the...Jean-François Milants2023-05-185-13/+42
* | Unify all heaps (stdlib + LVGL + FreeRTOS) into a single heap managed by Free...Jean-François Milants2023-05-184-6/+36
* | Add pvPortRealloc() in heap_4_infinitime.c. An implementation of realloc() is...Jean-François Milants2023-05-181-0/+73
* | Copy the memory manager heap_4.c from the FreeRTOS distribution to the Infini...Jean-François Milants2023-05-182-1/+449
* | Refactor watch face to enum (#1339)Max Friedrich2023-04-305-16/+34
* | Refactor, document and fix the Watchdog driver (#1710)JF2023-04-304-68/+186
* | Refactored Ppg for frequency based algorithm. (#1486)Ceimour2023-04-3026-204/+2669
* | TimerController: Rename to TimerRiku Isokoski2023-04-167-26/+26
* | TimerController: Make TimerController reusableRiku Isokoski2023-04-1610-48/+14
* | MotionController: Remove IsOk variableRiku Isokoski2023-04-162-10/+0
* | Watchfaces: Assume motionsensor is okRiku Isokoski2023-04-1610-15/+5
* | fonts: Make patching silentFinlay Davidson2023-04-161-1/+1
* | stopwatch: Add hours tracking (#1692)fossison2023-04-162-4/+26
* | lvgl: Use InfiniTime fork of LVGLRiku Isokoski2023-04-031-0/+0
* | WatchFaceTerminal: Simplify time update checkRiku Isokoski2023-04-022-43/+24
* | WatchFaceG7710: Simplify time update checkRiku Isokoski2023-04-022-46/+28
* | WatchFaceInfineat: Simplify time update checkRiku Isokoski2023-04-022-50/+20
* | WatchFaceDigital: Simplify update checkRiku Isokoski2023-04-022-39/+25
* | dirtyvalue: Move to src/utilityFinlay Davidson2023-03-279-92/+103
* | staticstack: Move to src/utilityFinlay Davidson2023-03-273-46/+50
* | linearapproximation: Move to src/utilityFinlay Davidson2023-03-272-2/+1