aboutsummaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/flash
Commit message (Collapse)AuthorAgeFilesLines
* [CI] Format code according to conventions (#25827)QMK Bot2025-11-301-1/+1
| | | Format code according to conventions
* NVRAM refactor, phase 1. (#18969)Nick Brassel2022-11-232-2/+2
| | | | | | | * Rename `eeprom_stm32` to `eeprom_legacy_emulated_flash`. * Rename `flash_stm32` to `legacy_flash_ops`. * Rename `eeprom_teensy` to `eeprom_kinetis_flexram`.
* Rework paths for eeprom locations. (#17326)Nick Brassel2022-06-082-0/+252
* Rework paths for eeprom locations. * File relocation. * Wrong file move. * Fixup test paths.