summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/wear_leveling
Commit message (Collapse)AuthorAgeFilesLines
* Fixup EFL and F4's sector selection. (#19221)Nick Brassel2022-12-021-16/+14
|
* NVRAM refactor, phase 1. (#18969)Nick Brassel2022-11-231-1/+1
| | | | | | | * Rename `eeprom_stm32` to `eeprom_legacy_emulated_flash`. * Rename `flash_stm32` to `legacy_flash_ops`. * Rename `eeprom_teensy` to `eeprom_kinetis_flexram`.
* Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, ↵Nick Brassel2022-11-111-1/+3
| | | | GD32V. (#19020)
* Use the correct bootloader definition. (#18102)Nick Brassel2022-08-191-1/+1
|
* Added implementation of WB32 MCU wear_leveling_efl. (#17579)Joy Lee2022-08-131-0/+2
|
* Post-bootloader EFL/SPI fixes. (#17661)Nick Brassel2022-07-141-1/+4
| | | | | | | * Fixup read address for EFL driver. * Fixup sequencing of SPI. * Lock during init of EFL backing store.
* RP2040 emulated EEPROM. (#17519)Nick Brassel2022-07-022-0/+253
|
* Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376)Nick Brassel2022-06-304-0/+316