aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | check closed issuesSteveAmor2023-08-171-1/+1
* | check closed bugsSteveAmor2023-08-171-1/+1
* | watchfaceanalog: Background in lvgl (#1824)Max Friedrich2023-08-154-278/+40
* | Include repository initialization in docker build docsTailyFair2023-08-111-0/+10
* | NotificationManager.h: Reorder notification struct fields to allow easier cre...Max Friedrich2023-07-091-3/+4
* | Set version to 1.13.0Jean-François Milants2023-06-241-1/+1
* | arduinofft: Move to submodule, define srqt_internal externallyFinlay Davidson2023-06-1721-2311/+8
* | Fix TypoTimothy2023-06-172-8/+8
* | ShakeWake: Fixed instant wake after sleep issue in certain positions (#1691)Isaac2023-06-172-1/+3
* | Allow mcuboot tool to use cbor2 additional to cborReinhold Gschweicher2023-06-041-1/+4
* | 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
* | Add links to documentation about PineTimeStyle (PTS) and weather integration ...Jean-François Milants2023-06-041-0/+2
* | PineTimeStyle weather display (#1459)kieranc2023-06-0410-39/+178
* | clangd: Add clangd cache directory to gitignore (#1763)FintasticMan2023-05-271-0/+3
* | Update link for ITDElara Musayelyan2023-05-181-1/+1
* | 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-032-1/+1
* | 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
* | Set version to 1.12.0Jean-François Milants2023-04-021-1/+1
* | dirtyvalue: Move to src/utilityFinlay Davidson2023-03-279-92/+103
* | staticstack: Move to src/utilityFinlay Davidson2023-03-273-46/+50