aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/eeprom
Commit message (Collapse)AuthorAgeFilesLines
* Fix i2c EEPROM compile issue when Console is enabled (#9186)Drashna Jaelre2020-05-241-6/+7
| | | | | * Fix i2c EEPROM compile issue when Console is enabled * Only use if both console and debugging is enabled
* Fix SPI EEPROM compile issue when Console is enabled (#9193)Drashna Jaelre2020-05-241-6/+7
|
* Add SPI 25xx EEPROM support. (#8780)Nick Brassel2020-05-194-14/+333
|
* Add support for STM32L0/L1 onboard EEPROM. (#8002)Nick Brassel2020-03-122-0/+129
| | | | | | | | | * Add support for STM32L0/L1 onboard EEPROM. * Update docs/eeprom_driver.md Co-Authored-By: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
* format code according to conventions [skip ci]QMK Bot2020-01-241-1/+1
|
* Add customisable EEPROM driver selection (#7274)Nick Brassel2020-01-247-0/+453
- 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.