Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RP2040 emulated EEPROM. (#17519) | Nick Brassel | 2022-07-02 | 1 | -2/+2 |
| | |||||
* | Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376) | Nick Brassel | 2022-06-30 | 2 | -59/+54 |
| | |||||
* | Generic wear-leveling algorithm (#16996) | Nick Brassel | 2022-06-27 | 12 | -0/+2512 |
* Initial import of wear-leveling algorithm. * Alignment. * Docs tweaks. * Lock/unlock. * Update quantum/wear_leveling/wear_leveling_internal.h Co-authored-by: Stefan Kerkmann <karlk90@pm.me> * More tests, fix issue with consolidation when unlocked. * More tests. * Review comments. * Add plumbing for FNV1a. * Another test checking that checksum mismatch clears the cache. * Check that the write log still gets played back. Co-authored-by: Stefan Kerkmann <karlk90@pm.me> |