summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/eeprom/eeprom_stm32.c
Commit message (Collapse)AuthorAgeFilesLines
* NVRAM refactor, phase 1. (#18969)Nick Brassel2022-11-231-629/+0
| | | | | | | * 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-081-0/+629
* Rework paths for eeprom locations. * File relocation. * Wrong file move. * Fixup test paths.