aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/SpiNorFlash.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-46/+43
|
* Include cleanup: driversokaestne2020-11-151-0/+1
|
* Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI.JF2020-08-221-1/+3
|
* Encapsulate DFU Image buffering and writing into spi flash in DfuImage.JF2020-06-011-1/+1
| | | | Add some const in SPI driver.
* Fix race conditions on SPI and integrate the SPI NOR Flash driver into ↵JF2020-05-111-0/+32
| | | | DFUService (WIP)
* Add SPI NOR Flash driver, WIP.JF2020-05-071-0/+28