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
...
*
|
ShakeWake: Fixed instant wake after sleep issue in certain positions (#1691)
Isaac
2023-06-17
2
-1
/
+3
*
|
ST7789 : do not reconfigure the reset pin to default during sleep.
Jean-François Milants
2023-06-04
1
-1
/
+0
*
|
Power optimization - Improve SPI sleep mode
Jean-François Milants
2023-06-04
1
-1
/
+1
*
|
Power optimization - Improve SPI sleep mode
Jean-François Milants
2023-06-04
1
-1
/
+1
*
|
Power optimization - Improve SPI sleep mode
Jean-François Milants
2023-06-04
4
-8
/
+10
*
|
Power optimization - Improve SPI sleep mode
Jean-François Milants
2023-06-04
2
-6
/
+0
*
|
Power optimization - Improve SPI sleep mode
Jean-François Milants
2023-06-04
4
-1
/
+11
*
|
Power optimization - enable the DC/DC regulator.
Jean-François Milants
2023-06-04
1
-0
/
+5
*
|
Power optimization - Enable HRS3300 (heart rate sensor) sleep mode.
Jean-François Milants
2023-06-04
1
-1
/
+9
*
|
PineTimeStyle weather display (#1459)
kieranc
2023-06-04
10
-39
/
+178
*
|
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
[prev]
[next]