InfiniTime/src/drivers
JF 4717cf0a1d Add driver for writing into the internal flash.
Write the OK flag for mcuboot using this driver.
2020-05-24 20:30:06 +02:00
..
BufferProvider.h 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
Cst816s.cpp Add touch panel port to lvgl. 2020-02-16 18:32:36 +01:00
Cst816s.h Do not copy LittleVgl object in DislayApp, use reference instead. 2020-03-08 21:38:11 +01:00
DebugPins.cpp Add debugPins module that provides functions to set and clear debug GPIOs. 2020-03-01 21:00:59 +01:00
DebugPins.h Add debugPins module that provides functions to set and clear debug GPIOs. 2020-03-01 21:00:59 +01:00
InternalFlash.cpp Add driver for writing into the internal flash. 2020-05-24 20:30:06 +02:00
InternalFlash.h Add driver for writing into the internal flash. 2020-05-24 20:30:06 +02:00
Spi.cpp Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUService (WIP) 2020-05-11 18:50:37 +02:00
Spi.h Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUService (WIP) 2020-05-11 18:50:37 +02:00
SpiMaster.cpp Fix race condition in SpiMaster.cpp. 2020-05-24 17:46:43 +02:00
SpiMaster.h Merge develop 2020-05-24 16:51:50 +02:00
SpiNorFlash.cpp Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUService (WIP) 2020-05-11 18:50:37 +02:00
SpiNorFlash.h Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUService (WIP) 2020-05-11 18:50:37 +02:00
St7789.cpp Add SPI NOR Flash driver, WIP. 2020-05-07 19:53:51 +02:00
St7789.h Add SPI NOR Flash driver, WIP. 2020-05-07 19:53:51 +02:00
Watchdog.cpp Integration of nimble, work in progress. 2020-04-19 20:44:59 +02:00
Watchdog.h Add new App : Sysinfo. It displays various info about the running system : version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...). 2020-03-22 12:03:17 +01:00