aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* WeatherService: const DateTimeController referenceRiku Isokoski2023-03-192-3/+3
* HeartRateService: Remove SystemTask dependencyRiku Isokoski2023-03-193-11/+8
* MotionService: Remove SystemTask dependencyRiku Isokoski2023-03-193-12/+9
* NavigationService: Remove unused SystemTask refRiku Isokoski2023-03-193-11/+2
* WeatherService: Remove unused SystemTask referenceRiku Isokoski2023-03-193-10/+3
* MusicService: Remove SystemTask dependencyRiku Isokoski2023-03-193-10/+8
* inactivity: Use LVGL inactivity timersRiku Isokoski2023-03-187-76/+52
* WatchFaceAnalog: Simplify date update checkRiku Isokoski2023-03-152-15/+5
* raisewake: Change names in line with the style guideFinlay Davidson2023-03-093-9/+9
* motioncontroller: Fix clang-tidy warningsFinlay Davidson2023-03-092-15/+12
* shakewake: Switch to more generic timekeepingFinlay Davidson2023-03-092-7/+10
* shakewake: Simplify return codeFinlay Davidson2023-03-091-5/+1
* shakewake: Switch to more generic last* varsFinlay Davidson2023-03-092-11/+16
* shakewake: Fix names according to style guideFinlay Davidson2023-03-094-17/+17
* PTS: Fix double tap behaviour on settings screen (#1669)kieranc2023-03-041-2/+2
* Add low battery indicator to StatusIcons, digital and analog watchfacesRiku Isokoski2023-03-027-1/+21
* Revert "added low battery message"Riku Isokoski2023-03-025-31/+1
* LVGL / FS : Initialize the LVGL FS driver in LittleVgl (instead of FS).Jean-François Milants2023-02-265-67/+62
* infineat: Create colors at compile time.Riku Isokoski2023-02-262-49/+119
* warnings: Treat warnings as errorRiku Isokoski2023-02-261-1/+1
* Apps: Remove Weather from app enumRiku Isokoski2023-02-261-1/+0
* QCBOR: Update to v1.0Riku Isokoski2023-02-261-0/+0
* DateTimeController: Fix integer overflowRiku Isokoski2023-02-261-1/+1
* motion: Disable Motion appRiku Isokoski2023-02-254-6/+7
* screens: Add notes about using C++20 featuresRiku Isokoski2023-02-252-0/+2
* date: Remove date libRiku Isokoski2023-02-2513-90/+43
* DateTimeController: Use std::tm for storing dateRiku Isokoski2023-02-252-31/+22