aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/TwiMaster.h
Commit message (Collapse)AuthorAgeFilesLines
* fix TWI includesokaestne2020-11-161-0/+2
|
* Include cleanup: driversokaestne2020-11-151-2/+0
|
* Workaround for bug https://github.com/JF002/Pinetime/issues/79 until a ↵JF2020-10-231-5/+11
| | | | | | | | better fix is found. When the driver is stuck in an infinite loop for more than ~2.5ms, the TWI device is re-init and the transaction is retried. Read() and Write() return an error code.
* Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI.JF2020-08-221-0/+3
|
* New implementation of the I²C/TWI driver.JF2020-07-191-0/+38
Fix reset timing and add dummy reading in Cst816S to fix init error on some devices.