aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/TwiMaster.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled ↵JF2020-09-131-1/+3
| | | | while transaction were in progress (https://github.com/JF002/Pinetime/issues/60).
* Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI.JF2020-08-221-1/+13
|
* correct include headerfrederic lesur LESUR Frederic2020-07-211-2/+2
|
* correct bad including of sdk filesfrederic lesur LESUR Frederic2020-07-211-2/+2
| | | | (cherry picked from commit 8510e4436f6a2ac7b53fe8cb5010acb840c743b8)
* New implementation of the I²C/TWI driver.JF2020-07-191-0/+140
Fix reset timing and add dummy reading in Cst816S to fix init error on some devices.