summaryrefslogtreecommitdiff
path: root/drivers/eeprom/eeprom_transient.h
Commit message (Collapse)AuthorAge
* format code according to conventions [skip ci]QMK Bot2020-01-24
|
* Add customisable EEPROM driver selection (#7274)Nick Brassel2020-01-24
- uprintf -> dprintf - Fix atsam "vendor" eeprom. - Bump Kinetis K20x to 64 bytes, too. - Rollback Kinetis to 32 bytes as partitioning can only be done once. Add warning about changing the value. - Change RAM-backed "fake" EEPROM implementations to match eeconfig's current usage. - Add 24LC128 by request.