aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix calculation of number of app screensmark90642023-12-091-2/+1
* | StopWatch: Add an extra space to the string without the hourMingjie Shen2023-12-011-1/+1
* | SettingDisplay: Reduce buffer sizeMingjie Shen2023-12-011-1/+1
* | Fix potential buffer overflows when calling sprintfMingjie Shen2023-12-015-11/+11
* | apps: Restore app list orderFintasticMan2023-11-291-8/+9
* | Fix code formattingJean-François Milants2023-11-1921-25/+73
* | Add missing new line at end of file.Jean-François Milants2023-11-191-1/+1
* | Application selection at build timeJean-François Milants2023-11-193-2/+18
* | Application selection at build timeJean-François Milants2023-11-1928-175/+430
* | 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