Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup EFL and F4's sector selection. (#19221) | Nick Brassel | 2022-12-02 | 1 | -16/+14 |
| | |||||
* | NVRAM refactor, phase 1. (#18969) | Nick Brassel | 2022-11-23 | 1 | -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 Brassel | 2022-11-11 | 1 | -1/+3 |
| | | | | GD32V. (#19020) | ||||
* | Use the correct bootloader definition. (#18102) | Nick Brassel | 2022-08-19 | 1 | -1/+1 |
| | |||||
* | Added implementation of WB32 MCU wear_leveling_efl. (#17579) | Joy Lee | 2022-08-13 | 1 | -0/+2 |
| | |||||
* | Post-bootloader EFL/SPI fixes. (#17661) | Nick Brassel | 2022-07-14 | 1 | -1/+4 |
| | | | | | | | * Fixup read address for EFL driver. * Fixup sequencing of SPI. * Lock during init of EFL backing store. | ||||
* | RP2040 emulated EEPROM. (#17519) | Nick Brassel | 2022-07-02 | 2 | -0/+253 |
| | |||||
* | Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376) | Nick Brassel | 2022-06-30 | 4 | -0/+316 |