index
:
InfiniTime
local
upstream/main
My branch of InfiniTime
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix code formatting
Jean-François Milants
2023-05-18
3
-4
/
+3
*
Refactor pvPortRealloc() to improve readability.
Jean-François Milants
2023-05-18
1
-51
/
+36
*
Enable malloc error and stack overflow error detection in FreeRTOS. Count the...
Jean-François Milants
2023-05-18
5
-13
/
+42
*
Unify all heaps (stdlib + LVGL + FreeRTOS) into a single heap managed by Free...
Jean-François Milants
2023-05-18
4
-6
/
+36
*
Add pvPortRealloc() in heap_4_infinitime.c. An implementation of realloc() is...
Jean-François Milants
2023-05-18
1
-0
/
+73
*
Copy the memory manager heap_4.c from the FreeRTOS distribution to the Infini...
Jean-François Milants
2023-05-18
2
-1
/
+449
*
Refactor watch face to enum (#1339)
Max Friedrich
2023-04-30
5
-16
/
+34
*
Refactor, document and fix the Watchdog driver (#1710)
JF
2023-04-30
4
-68
/
+186
*
Refactored Ppg for frequency based algorithm. (#1486)
Ceimour
2023-04-30
26
-204
/
+2669
*
TimerController: Rename to Timer
Riku Isokoski
2023-04-16
7
-26
/
+26
*
TimerController: Make TimerController reusable
Riku Isokoski
2023-04-16
10
-48
/
+14
*
MotionController: Remove IsOk variable
Riku Isokoski
2023-04-16
2
-10
/
+0
*
Watchfaces: Assume motionsensor is ok
Riku Isokoski
2023-04-16
10
-15
/
+5
*
fonts: Make patching silent
Finlay Davidson
2023-04-16
1
-1
/
+1
*
stopwatch: Add hours tracking (#1692)
fossison
2023-04-16
2
-4
/
+26
*
lvgl: Use InfiniTime fork of LVGL
Riku Isokoski
2023-04-03
1
-0
/
+0
*
WatchFaceTerminal: Simplify time update check
Riku Isokoski
2023-04-02
2
-43
/
+24
*
WatchFaceG7710: Simplify time update check
Riku Isokoski
2023-04-02
2
-46
/
+28
*
WatchFaceInfineat: Simplify time update check
Riku Isokoski
2023-04-02
2
-50
/
+20
*
WatchFaceDigital: Simplify update check
Riku Isokoski
2023-04-02
2
-39
/
+25
*
dirtyvalue: Move to src/utility
Finlay Davidson
2023-03-27
9
-92
/
+103
*
staticstack: Move to src/utility
Finlay Davidson
2023-03-27
3
-46
/
+50
*
linearapproximation: Move to src/utility
Finlay Davidson
2023-03-27
2
-2
/
+1
*
WeatherService: const DateTimeController reference
Riku Isokoski
2023-03-19
2
-3
/
+3
*
HeartRateService: Remove SystemTask dependency
Riku Isokoski
2023-03-19
3
-11
/
+8
*
MotionService: Remove SystemTask dependency
Riku Isokoski
2023-03-19
3
-12
/
+9
*
NavigationService: Remove unused SystemTask ref
Riku Isokoski
2023-03-19
3
-11
/
+2
*
WeatherService: Remove unused SystemTask reference
Riku Isokoski
2023-03-19
3
-10
/
+3
*
MusicService: Remove SystemTask dependency
Riku Isokoski
2023-03-19
3
-10
/
+8
*
inactivity: Use LVGL inactivity timers
Riku Isokoski
2023-03-18
7
-76
/
+52
*
WatchFaceAnalog: Simplify date update check
Riku Isokoski
2023-03-15
2
-15
/
+5
*
raisewake: Change names in line with the style guide
Finlay Davidson
2023-03-09
3
-9
/
+9
*
motioncontroller: Fix clang-tidy warnings
Finlay Davidson
2023-03-09
2
-15
/
+12
*
shakewake: Switch to more generic timekeeping
Finlay Davidson
2023-03-09
2
-7
/
+10
*
shakewake: Simplify return code
Finlay Davidson
2023-03-09
1
-5
/
+1
*
shakewake: Switch to more generic last* vars
Finlay Davidson
2023-03-09
2
-11
/
+16
*
shakewake: Fix names according to style guide
Finlay Davidson
2023-03-09
4
-17
/
+17
*
PTS: Fix double tap behaviour on settings screen (#1669)
kieranc
2023-03-04
1
-2
/
+2
*
Add low battery indicator to StatusIcons, digital and analog watchfaces
Riku Isokoski
2023-03-02
7
-1
/
+21
*
Revert "added low battery message"
Riku Isokoski
2023-03-02
5
-31
/
+1
*
LVGL / FS : Initialize the LVGL FS driver in LittleVgl (instead of FS).
Jean-François Milants
2023-02-26
5
-67
/
+62
*
infineat: Create colors at compile time.
Riku Isokoski
2023-02-26
2
-49
/
+119
*
warnings: Treat warnings as error
Riku Isokoski
2023-02-26
1
-1
/
+1
*
Apps: Remove Weather from app enum
Riku Isokoski
2023-02-26
1
-1
/
+0
*
QCBOR: Update to v1.0
Riku Isokoski
2023-02-26
1
-0
/
+0
*
DateTimeController: Fix integer overflow
Riku Isokoski
2023-02-26
1
-1
/
+1
*
motion: Disable Motion app
Riku Isokoski
2023-02-25
4
-6
/
+7
*
screens: Add notes about using C++20 features
Riku Isokoski
2023-02-25
2
-0
/
+2
*
date: Remove date lib
Riku Isokoski
2023-02-25
13
-90
/
+43
*
DateTimeController: Use std::tm for storing date
Riku Isokoski
2023-02-25
2
-31
/
+22
[next]