summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/eeprom
Commit message (Collapse)AuthorAgeFilesLines
* NVRAM refactor, phase 1. (#18969)Nick Brassel2022-11-235-4/+4
| | | | | | | * Rename `eeprom_stm32` to `eeprom_legacy_emulated_flash`. * Rename `flash_stm32` to `legacy_flash_ops`. * Rename `eeprom_teensy` to `eeprom_kinetis_flexram`.
* Fix issue with #17904. (#17905)Nick Brassel2022-08-041-1/+1
|
* Fixup compilation of printf-like functions with uint32_t args. (#17904)Nick Brassel2022-08-041-10/+10
|
* Rework paths for eeprom locations. (#17326)Nick Brassel2022-06-085-0/+1369
| | | | | | | | | * Rework paths for eeprom locations. * File relocation. * Wrong file move. * Fixup test paths.
* Format code according to conventions (#16322)QMK Bot2022-02-121-1/+1
|
* Relocate platform specific drivers (#13894)Joel Challis2021-08-172-0/+129
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly