| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Power optimization - Improve SPI sleep mode | Jean-François Milants | 2023-06-04 | 1 | -1/+2 |
| | | | | | | | Ensure that all pins are set to their default configuration during sleep mode. Disable the workaround for FTPAN58 (SPI freezes when transfering a single byte) at the end of the transfer. This disables the resources needed for the workaround. Those changes reduce the power usage by 430-490µA. | ||||
| * | Update includes to to be relative to src directory | Reinhold Gschweicher | 2021-11-15 | 1 | -1/+1 |
| | | | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories. | ||||
| * | Reformatted all the files according to clang-format style | Avamander | 2021-04-24 | 1 | -7/+4 |
| | | |||||
| * | Include cleanup: drivers | okaestne | 2020-11-15 | 1 | -1/+1 |
| | | |||||
| * | Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI. | JF | 2020-08-22 | 1 | -3/+10 |
| | | |||||
| * | Encapsulate DFU Image buffering and writing into spi flash in DfuImage. | JF | 2020-06-01 | 1 | -1/+1 |
| | | | | | Add some const in SPI driver. | ||||
| * | Fix race conditions on SPI and integrate the SPI NOR Flash driver into ↵ | JF | 2020-05-11 | 1 | -3/+8 |
| | | | | | DFUService (WIP) | ||||
| * | Add SPI NOR Flash driver, WIP. | JF | 2020-05-07 | 1 | -0/+29 |
