| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [CI] Format code according to conventions (#25827) | QMK Bot | 2025-11-30 | 1 | -3/+3 |
| | | | | Format code according to conventions | ||||
| * | Add `compiler_support.h` (#25274) | Pablo MartÃnez | 2025-05-22 | 1 | -8/+6 |
| | | |||||
| * | Fix Wear Leveling compilation (#25254) | Joel Challis | 2025-05-12 | 2 | -0/+14 |
| | | |||||
| * | Add EOL to non-keyboard files (#24990) | Joel Challis | 2025-03-07 | 1 | -1/+1 |
| | | |||||
| * | 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-29 | 2 | -59/+54 |
| | | |||||
| * | Generic wear-leveling algorithm (#16996) | Nick Brassel | 2022-06-26 | 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> | |||||