| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace C-style casts with static_cast | Finlay Davidson | 2022-06-05 | 1 | -7/+15 |
| | | |||||
| * | Update includes to to be relative to src directory | Reinhold Gschweicher | 2021-11-15 | 1 | -2/+2 |
| | | | | | | | | 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 | -27/+28 |
| | | |||||
| * | Include cleanup: drivers | okaestne | 2020-11-15 | 1 | -1/+1 |
| | | |||||
| * | Disable sleep mode on the SPI NOR Flash when the version is unknown. This is ↵ | JF | 2020-10-27 | 1 | -3/+3 |
| | | | | | | | because the current bootloader (which does not exposes its version) cannot initialize the chip when it's in sleep mode. This feature will be re-enabled when the bootloader expses it's version. | ||||
| * | Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI. | JF | 2020-08-22 | 1 | -4/+18 |
| | | |||||
| * | Encapsulate DFU Image buffering and writing into spi flash in DfuImage. | JF | 2020-06-01 | 1 | -2/+2 |
| | | | | | Add some const in SPI driver. | ||||
| * | Fix race conditions on SPI and integrate the SPI NOR Flash driver into ↵ | JF | 2020-05-11 | 1 | -10/+98 |
| | | | | | DFUService (WIP) | ||||
| * | Add SPI NOR Flash driver, WIP. | JF | 2020-05-07 | 1 | -0/+36 |
