aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/SpiMaster.h
Commit message (Expand)AuthorAgeFilesLines
* Fix erratum 58 workaroundmark90642024-05-121-2/+6
* Rename to pre-transaction hookmark90642024-05-011-1/+1
* Avoid storing lambdamark90642024-05-011-2/+1
* Use functional abstraction for hooksmark90642024-05-011-2/+3
* Remove task to notifymark90642024-05-011-1/+0
* SPI transaction hooksmark90642024-05-011-1/+2
* src: Enable unused parameter warningRiku Isokoski2023-01-241-4/+1
* Format header filesFinlay Davidson2023-01-091-0/+1
* Move most of the code from the constructor of the objects statically initiali...Jean-François Milants2021-06-121-1/+1
* Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants2021-06-061-1/+0
* Changed access modified indentationAvamander2021-04-241-2/+2
* Reformatted all the files according to clang-format styleAvamander2021-04-241-39/+43
* Include cleanup: driversokaestne2020-11-151-7/+3
* Encapsulate DFU Image buffering and writing into spi flash in DfuImage.JF2020-06-011-1/+1
* Merge developJF2020-05-241-2/+2
|\
| * Improve SPI driver (use a mutex to prevent race conditions).JF2020-05-171-1/+3
* | Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUSer...JF2020-05-111-3/+8
* | Add SPI NOR Flash driver, WIP.JF2020-05-071-2/+3
|/
* Do not copy LittleVgl object in DislayApp, use reference instead.JF2020-03-081-0/+5
* First quick'n'dirty integration of LittleVGL. Needs some cleaning.JF2020-02-081-2/+5
* GFX : wait end of transfert using a task notification.JF2020-01-261-1/+3
* Better integration of SPI with DMA and IRQ. Using only 'End' IRQ. Perf could ...JF2020-01-261-13/+8
* [WIP] Max SPI speed reached (119ms for a full refresh. Theo max : 240*240*16 ...JF2020-01-221-5/+8
* [WIP] Use IRQ in SPI driver to improve performancesJF2020-01-221-2/+10
* Implement the SPI driver using DMA.JF2020-01-191-1/+6
* Refactor ctor() and Ini() of SpiMaster.JF2020-01-181-3/+5
* Disable SPI, I²C, touch controller and display controller in sleep mode.JF2020-01-171-0/+6
* The font is now fixed width.JF2019-12-071-1/+0
* Convert Spi and GFX to C++.JF2019-12-071-0/+32