aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Remove unnecessary pin_set, save 50mshubmartin2021-08-151-2/+2
* | | Fix Error screen and optimize GetTouchInfoRiku Isokoski2021-09-152-10/+8
* | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-09-143-9/+45
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' into pinmaphubmartin2021-08-294-101/+73
| |\ \
| * | | Rename backlight level pinshubmartin2021-08-041-3/+3
| * | | Cleanup, set Pinetime as defaulthubmartin2021-08-031-41/+17
| * | | PinMap with namespace and constexprhubmartin2021-08-033-9/+44
| * | | DRAFT: Put gpio pins to separate filehubmartin2021-08-022-1/+27
| | |/ | |/|
* | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-08-284-75/+54
|\ \ \ | | |/ | |/|
| * | Merge branch 'twimaster_rework' of https://github.com/Riksu9000/InfiniTime in...Jean-François Milants2021-08-282-69/+42
| |\ \
| | * | Use highest frequency and move mutex creation to InitRiku Isokoski2021-08-181-1/+4