summaryrefslogtreecommitdiff
path: root/platforms/chibios/drivers/flash
AgeCommit message (Collapse)AuthorFilesLines
2025-11-30[CI] Format code according to conventions (#25827)QMK Bot1-1/+1
Format code according to conventions
2022-11-23NVRAM refactor, phase 1. (#18969)Nick Brassel2-2/+2
* Rename `eeprom_stm32` to `eeprom_legacy_emulated_flash`. * Rename `flash_stm32` to `legacy_flash_ops`. * Rename `eeprom_teensy` to `eeprom_kinetis_flexram`.
2022-06-08Rework paths for eeprom locations. (#17326)Nick Brassel2-0/+252
* Rework paths for eeprom locations. * File relocation. * Wrong file move. * Fixup test paths.