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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
watchdog: Replace WatchdogView with const Watchdog
Riku Isokoski
2023-02-25
1
-13
/
+0
*
src: Enable unused parameter warning
Riku Isokoski
2023-01-24
4
-34
/
+4
*
Format header files
Finlay Davidson
2023-01-09
6
-0
/
+12
*
Update clang-{format,tidy} to 14
Finlay Davidson
2023-01-04
3
-0
/
+5
*
Add P8B mirrored version definition.
izzeho
2022-08-15
1
-0
/
+14
*
Add basic hardware configuration options for P8
Christoph Honal
2022-06-27
1
-2
/
+2
*
System: Refactor pin and interrupt setup
Christoph Honal
2022-06-05
1
-0
/
+2
*
Fix various typos
luz paz
2022-06-05
2
-3
/
+3
*
Apply clang-format to all C++ files
Finlay Davidson
2022-06-05
7
-47
/
+39
*
Replace C-style casts with static_cast
Finlay Davidson
2022-06-05
2
-12
/
+20
*
Remove lcd from DisplayApp
Riku Isokoski
2022-05-08
1
-3
/
+3
*
Fix large blacklevel step. Lower 25% of shades are now accessible.
Riku Isokoski
2022-04-29
2
-6
/
+8
*
Tweak gamma on ST7789 and match UI colors
Riku Isokoski
2022-04-25
2
-0
/
+8
*
SpiNorFlash: use C++ style struct in C++ only header
Reinhold Gschweicher
2022-04-24
1
-2
/
+2
*
Merge pull request #531 from hatmajster/heart-rate-gain-setting
JF
2022-01-26
1
-2
/
+2
|
\
|
*
Hrs3300: changed default gain to x8
hatmajster
2022-01-25
1
-2
/
+2
*
|
changed ReadHrs and ReadAls to uint32, and did static_cast instead of hidden ...
Yehoshua Pesach Wallach
2021-12-13
2
-4
/
+4
*
|
order ReadHrs, ReadAls bitwise according to bit ordering
Yehoshua Pesach Wallach
2021-12-13
1
-2
/
+2
|
/
*
Move up file header include to top
Reinhold Gschweicher
2021-11-15
2
-2
/
+2
*
Add missing standard includes
Reinhold Gschweicher
2021-11-15
1
-0
/
+1
*
Update includes to to be relative to src directory
Reinhold Gschweicher
2021-11-15
14
-17
/
+17
*
Fix unresponsive touch panel after update to 1.7 : don't care if device ids a...
Jean-François Milants
2021-11-14
1
-11
/
+5
*
Fix formatting following the code review.
Jean-François Milants
2021-11-07
1
-3
/
+3
*
Add data validity check and retries in CST816S driver. See https://github.com...
Jean-François Milants
2021-11-06
2
-22
/
+58
*
Merge pull request #586 from hubmartin/wake-time
JF
2021-10-23
2
-11
/
+0
|
\
|
*
Merge branch 'develop' into wake-time
hubmartin
2021-09-16
5
-108
/
+117
|
|
\
|
*
|
Remove commented commands completely
hubmartin
2021-08-23
2
-11
/
+0
|
*
|
Remove LCD reset and more cmds, save over 200ms
hubmartin
2021-08-15
1
-8
/
+8
|
*
|
Remove unnecessary pin_set, save 50ms
hubmartin
2021-08-15
1
-2
/
+2
*
|
|
Fix Error screen and optimize GetTouchInfo
Riku Isokoski
2021-09-15
2
-10
/
+8
*
|
|
Merge branch 'develop' into update_touch_driver
Riku Isokoski
2021-09-14
3
-9
/
+45
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'develop' into pinmap
hubmartin
2021-08-29
4
-101
/
+73
|
|
\
\
|
*
|
|
Rename backlight level pins
hubmartin
2021-08-04
1
-3
/
+3
|
*
|
|
Cleanup, set Pinetime as default
hubmartin
2021-08-03
1
-41
/
+17
|
*
|
|
PinMap with namespace and constexpr
hubmartin
2021-08-03
3
-9
/
+44
|
*
|
|
DRAFT: Put gpio pins to separate file
hubmartin
2021-08-02
2
-1
/
+27
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'develop' into update_touch_driver
Riku Isokoski
2021-08-28
4
-75
/
+54
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'twimaster_rework' of https://github.com/Riksu9000/InfiniTime in...
Jean-François Milants
2021-08-28
2
-69
/
+42
|
|
\
\
|
|
*
|
Use highest frequency and move mutex creation to Init
Riku Isokoski
2021-08-18
1
-1
/
+4
|
|
*
|
Simplify parameters and cleanup
Riku Isokoski
2021-08-16
2
-45
/
+17
|
|
*
|
Don't reconfigure pins
Riku Isokoski
2021-08-12
1
-6
/
+1
|
|
*
|
Explicitly disable pullup
Riku Isokoski
2021-08-10
1
-0
/
+2
|
|
*
|
Only enable the bus when needed
Riku Isokoski
2021-08-10
1
-2
/
+4
|
|
*
|
Optimize twiMaster
Riku Isokoski
2021-08-09
2
-22
/
+21
|
|
|
/
|
*
|
Rework TouchHandler into not a task
Riku Isokoski
2021-08-10
2
-10
/
+5
|
*
|
Update
Riku Isokoski
2021-07-18
1
-1
/
+1
|
*
|
Fix touch wakeup and code cleanup
Riku Isokoski
2021-07-16
2
-5
/
+10
|
*
|
Fix most issues
Riku Isokoski
2021-07-16
2
-31
/
+21
|
*
|
Quick fix
Riku Isokoski
2021-07-15
1
-1
/
+1
|
*
|
New touch handler, with issues
Riku Isokoski
2021-07-15
1
-1
/
+11
|
|
/
[next]