summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-10-23Merge pull request #586 from hubmartin/wake-timeJF2-11/+0
2021-09-16Merge branch 'develop' into wake-timehubmartin5-109/+118
2021-09-15Fix Error screen and optimize GetTouchInfoRiku Isokoski2-10/+8
2021-09-14Merge branch 'develop' into update_touch_driverRiku Isokoski3-9/+45
2021-08-29Merge branch 'develop' into pinmaphubmartin4-102/+74
2021-08-28Merge branch 'develop' into update_touch_driverRiku Isokoski4-76/+55
2021-08-28Merge branch 'twimaster_rework' of https://github.com/Riksu9000/InfiniTime in...Jean-François Milants2-70/+43
2021-08-23Remove commented commands completelyhubmartin2-11/+0
2021-08-18Use highest frequency and move mutex creation to InitRiku Isokoski1-1/+4
2021-08-18Automatic error detectionRiku Isokoski2-2/+7
2021-08-16Simplify parameters and cleanupRiku Isokoski2-45/+17
2021-08-15Remove LCD reset and more cmds, save over 200mshubmartin1-8/+8
2021-08-15Remove unnecessary pin_set, save 50mshubmartin1-2/+2
2021-08-12Don't reconfigure pinsRiku Isokoski1-6/+1
2021-08-10Rework TouchHandler into not a taskRiku Isokoski2-10/+5
2021-08-10Explicitly disable pullupRiku Isokoski1-0/+2
2021-08-10Only enable the bus when neededRiku Isokoski1-2/+4
2021-08-09Optimize twiMasterRiku Isokoski2-22/+21
2021-08-04Rename backlight level pinshubmartin1-3/+3
2021-08-03Cleanup, set Pinetime as defaulthubmartin1-41/+17
2021-08-03PinMap with namespace and constexprhubmartin3-9/+44
2021-08-02DRAFT: Put gpio pins to separate filehubmartin2-1/+27
2021-07-18UpdateRiku Isokoski1-1/+1
2021-07-16Fix touch wakeup and code cleanupRiku Isokoski2-5/+10
2021-07-16Fix most issuesRiku Isokoski2-31/+21
2021-07-15Quick fixRiku Isokoski1-1/+1
2021-07-15New touch handler, with issuesRiku Isokoski1-1/+11
2021-07-14Update touchpad driverRiku Isokoski2-28/+47
2021-06-22Removed an illogical comparison from SystemInfo and St7789 driver (#449)Avamander1-1/+2
2021-06-19Add support for BMA425 acceleration sensor. (#440)JF0024-21/+556
2021-06-12Fix fallthrough on case statement (#403)Jonathan Vander Mey1-0/+1
2021-06-12Move most of the code from the constructor of the objects statically initiali...Jean-François Milants4-5/+10
2021-06-10Minor improvements: use std::make_unique when creating unique_ptr, check the ...Jean-François Milants1-4/+4
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants2-3/+0
2021-04-24Changed access modified indentationAvamander11-23/+23
2021-04-24Reformatted all the files according to clang-format styleAvamander23-540/+573
2021-04-100.16.0 TWI problems fixJoaquim5-50/+174
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants1-50/+30
2021-04-08TwiMaster is now based on the NRFX TWI driver, as it handles more edge cases ...Jean-François Milants4-201/+57
2021-04-05Fix wake up lock in twiJoaquim1-4/+2
2021-04-05array in SettingWakeUp wrong sizeJoaquim José Almeida Pereira1-1/+1
2021-04-04Reset the step count every day at midnight.Jean-François Milants2-1/+7
2021-04-04Handle return code from BMA driver, and set a flag is the initialization fail...Jean-François Milants2-11/+17
2021-04-04Code cleaning in BMA421 driver. Do the axis inversion in the driver and not i...Jean-François Milants2-57/+30
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on wr...Jean-François Milants7-0/+12082
2021-04-04double tap wakeup error fixJoaquim1-2/+5
2021-04-04Big UI and navigation RewriteJoaquim1-50/+30
2021-03-18FIX screen corruption #213Joaquim2-12/+3
2021-02-12eliminated warnings in Hrs3300Niall Cooling1-4/+5
2021-01-21changed command MemoryDataAccessControl from 036 to 0x36 in St7789 classNiall Cooling1-1/+1