| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include cleanup: drivers | okaestne | 2020-11-15 | 1 | -3/+3 |
| | | |||||
| * | Workaround for bug https://github.com/JF002/Pinetime/issues/79 until a ↵ | JF | 2020-10-23 | 1 | -10/+85 |
| | | | | | | | | | 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. | ||||
| * | Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled ↵ | JF | 2020-09-13 | 1 | -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. | JF | 2020-08-22 | 1 | -1/+13 |
| | | |||||
| * | correct include header | frederic lesur LESUR Frederic | 2020-07-21 | 1 | -2/+2 |
| | | |||||
| * | correct bad including of sdk files | frederic lesur LESUR Frederic | 2020-07-21 | 1 | -2/+2 |
| | | | | | (cherry picked from commit 8510e4436f6a2ac7b53fe8cb5010acb840c743b8) | ||||
| * | New implementation of the I²C/TWI driver. | JF | 2020-07-19 | 1 | -0/+140 |
| Fix reset timing and add dummy reading in Cst816S to fix init error on some devices. | |||||
