aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* Move includes backmark90642024-05-012-3/+4
* Apply display driver datasheet delaysmark90642024-05-012-9/+45
* Use FreeRTOS delay instead of spinning the CPUmark90642024-05-011-7/+6
* Rename to pre-transaction hookmark90642024-05-016-10/+10
* Avoid storing lambdamark90642024-05-016-29/+14
* Refactor lambdasmark90642024-05-012-20/+18
* Use functional abstraction for hooksmark90642024-05-016-26/+36
* Refactor display WriteToRammark90642024-05-012-5/+4
* Remove task to notifymark90642024-05-012-14/+3
* SPI transaction hooksmark90642024-05-017-27/+50
* README: Fix broken URLsVictor Kareh2024-02-251-1/+1
* bma421: Change acceleration values to 'binary milli-G' unitsGraham Jones2024-02-112-2/+21
* Remove GFX (and unused GFX dependencies)mark90642024-02-112-23/+0
* Application selection at build timeJean-François Milants2023-11-192-7/+7
* 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-043-7/+9
* 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 HRS3300 (heart rate sensor) sleep mode.Jean-François Milants2023-06-041-1/+9
* Refactor, document and fix the Watchdog driver (#1710)JF2023-04-302-55/+173
* Refactored Ppg for frequency based algorithm. (#1486)Ceimour2023-04-301-10/+14
* watchdog: Replace WatchdogView with const WatchdogRiku Isokoski2023-02-251-13/+0
* src: Enable unused parameter warningRiku Isokoski2023-01-244-34/+4
* Format header filesFinlay Davidson2023-01-096-0/+12
* Update clang-{format,tidy} to 14Finlay Davidson2023-01-043-0/+5
* Add P8B mirrored version definition.izzeho2022-08-151-0/+14
* Add basic hardware configuration options for P8Christoph Honal2022-06-271-2/+2
* System: Refactor pin and interrupt setupChristoph Honal2022-06-051-0/+2
* Fix various typosluz paz2022-06-052-3/+3
* Apply clang-format to all C++ filesFinlay Davidson2022-06-057-47/+39
* Replace C-style casts with static_castFinlay Davidson2022-06-052-12/+20
* Remove lcd from DisplayAppRiku Isokoski2022-05-081-3/+3
* Fix large blacklevel step. Lower 25% of shades are now accessible.Riku Isokoski2022-04-292-6/+8
* Tweak gamma on ST7789 and match UI colorsRiku Isokoski2022-04-252-0/+8
* SpiNorFlash: use C++ style struct in C++ only headerReinhold Gschweicher2022-04-241-2/+2
* Merge pull request #531 from hatmajster/heart-rate-gain-settingJF2022-01-261-2/+2
|\
| * Hrs3300: changed default gain to x8hatmajster2022-01-251-2/+2
* | changed ReadHrs and ReadAls to uint32, and did static_cast instead of hidden ...Yehoshua Pesach Wallach2021-12-132-4/+4
* | order ReadHrs, ReadAls bitwise according to bit orderingYehoshua Pesach Wallach2021-12-131-2/+2
|/
* Move up file header include to topReinhold Gschweicher2021-11-152-2/+2
* Add missing standard includesReinhold Gschweicher2021-11-151-0/+1
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-1514-17/+17
* Fix unresponsive touch panel after update to 1.7 : don't care if device ids a...Jean-François Milants2021-11-141-11/+5
* Fix formatting following the code review.Jean-François Milants2021-11-071-3/+3
* Add data validity check and retries in CST816S driver. See https://github.com...Jean-François Milants2021-11-062-22/+58
* Merge pull request #586 from hubmartin/wake-timeJF2021-10-232-11/+0
|\
| * Merge branch 'develop' into wake-timehubmartin2021-09-165-108/+117
| |\
| * | Remove commented commands completelyhubmartin2021-08-232-11/+0
| * | Remove LCD reset and more cmds, save over 200mshubmartin2021-08-151-8/+8