summaryrefslogtreecommitdiff
path: root/src/drivers/TwiMaster.cpp
AgeCommit message (Collapse)Author
2020-09-13Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled ↵JF
while transaction were in progress (https://github.com/JF002/Pinetime/issues/60).
2020-08-22Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI.JF
2020-07-20correct include headerfrederic lesur LESUR Frederic
2020-07-20correct bad including of sdk filesfrederic lesur LESUR Frederic
(cherry picked from commit 8510e4436f6a2ac7b53fe8cb5010acb840c743b8)
2020-07-19New implementation of the I²C/TWI driver.JF
Fix reset timing and add dummy reading in Cst816S to fix init error on some devices.