JF
|
f7e40b1b58
|
Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI.
|
2020-08-22 17:59:59 +02:00 |
|
JF
|
83f6d7d81b
|
Fix most of the warnings. Remaining warnings come from nimble source code.
|
2020-08-17 16:31:00 +02:00 |
|
JF
|
de822cc3a2
|
Encapsulate DFU Image buffering and writing into spi flash in DfuImage.
Add some const in SPI driver.
|
2020-06-01 18:32:46 +02:00 |
|
JF
|
4154dae01a
|
Fix race condition in SpiMaster.cpp.
|
2020-05-24 17:46:43 +02:00 |
|
JF
|
073717980f
|
Merge develop
|
2020-05-24 16:51:50 +02:00 |
|
JF
|
79131f4fe3
|
Improve SPI driver (use a mutex to prevent race conditions).
|
2020-05-17 09:35:01 +02:00 |
|
JF
|
ee05577dd6
|
Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUService (WIP)
|
2020-05-11 18:50:37 +02:00 |
|
JF
|
0b8e6c3fa2
|
Add SPI NOR Flash driver, WIP.
|
2020-05-07 19:53:51 +02:00 |
|
JF
|
a97faf8e9e
|
First quick'n'dirty integration of LittleVGL. Needs some cleaning.
|
2020-02-08 18:01:02 +01:00 |
|
JF
|
640e8cd1fe
|
GFX : wait end of transfert using a task notification.
Code cleaning in SpiMaster.
|
2020-01-26 15:35:18 +01:00 |
|
JF
|
5fa4f5abe0
|
Better integration of SPI with DMA and IRQ. Using only 'End' IRQ. Perf could be improved by using 'Started' IRQ to prepare the next buffer while the current one is beeing sent.
|
2020-01-26 13:37:10 +01:00 |
|
JF
|
eb7a1b3ac9
|
[WIP] Max SPI speed reached (119ms for a full refresh. Theo max : 240*240*16 = 115.2ms) using IRQ and DMA.
Code needs some cleaning before integration.
|
2020-01-22 21:08:53 +01:00 |
|
JF
|
aa3e5c0c6f
|
[WIP] Use IRQ in SPI driver to improve performances
|
2020-01-22 19:45:53 +01:00 |
|
JF
|
b4bd41cd56
|
Implement the SPI driver using DMA.
|
2020-01-19 19:47:49 +01:00 |
|
JF
|
2b3e6b1cde
|
Refactor ctor() and Ini() of SpiMaster.
|
2020-01-18 20:53:32 +01:00 |
|
JF
|
c1f3a31b51
|
Disable SPI, I²C, touch controller and display controller in sleep mode.
Re-enable them on wake up.
Remove delays that were not needed in st7889 driver.
Hopefully, it'll improve the battery life!
|
2020-01-17 22:16:45 +01:00 |
|
JF
|
6fbb6c8f70
|
Convert Spi and GFX to C++.
|
2019-12-07 17:11:50 +01:00 |
|