summaryrefslogtreecommitdiff
path: root/platforms/eeprom.h
AgeCommit message (Collapse)AuthorFilesLines
2025-05-12Fix Wear Leveling compilation (#25254)Joel Challis1-0/+1
2024-06-10Re-implement `eeprom_write_qword` as define (#23890)Joel Challis1-3/+8
2024-03-14Infer eeconfig identifiers (#22135)Joel Challis1-0/+4
Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-11-23NVRAM refactor, phase 1. (#18969)Nick Brassel1-6/+6
* Rename `eeprom_stm32` to `eeprom_legacy_emulated_flash`. * Rename `flash_stm32` to `legacy_flash_ops`. * Rename `eeprom_teensy` to `eeprom_kinetis_flexram`.
2022-06-30Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376)Nick Brassel1-0/+2
2022-02-02Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel1-0/+49
* Don't make EEPROM size assumptions with dynamic keymaps. * Add support for checking against emulated flash, error out if someone attempts to build a board without specifying EEPROM size. * Reorder defines so that MCU is considered last. * Refactor EEPROM definitions for simplicity. * Fix max sizing of kabedon/kabedon980. * Fix max sizing of mechlovin/olly/jf. * Fix unit tests. * Review comments, add messages with values during build failures.
2021-11-19Move tmk_core/common/<plat> (#13918)Joel Challis1-0/+21