summaryrefslogtreecommitdiffstats
path: root/platforms/eeprom.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream masterlokher2022-12-061-6/+6
|\
| * NVRAM refactor, phase 1. (#18969)Nick Brassel2022-11-231-6/+6
| | | | | | | | | | | | | | * Rename `eeprom_stm32` to `eeprom_legacy_emulated_flash`. * Rename `flash_stm32` to `legacy_flash_ops`. * Rename `eeprom_teensy` to `eeprom_kinetis_flexram`.
* | merge upstream masterlokher2022-09-131-0/+2
|\|
| * Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376)Nick Brassel2022-06-301-0/+2
| |
* | Add K8 prolokher2022-08-051-0/+3
|/
* Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel2022-02-021-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.
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-191-0/+21