summaryrefslogtreecommitdiff
path: root/drivers/eeprom/eeprom_i2c.c
AgeCommit message (Collapse)Author
2020-05-24Fix i2c EEPROM compile issue when Console is enabled (#9186)Drashna Jaelre
* Fix i2c EEPROM compile issue when Console is enabled * Only use if both console and debugging is enabled
2020-05-19Add SPI 25xx EEPROM support. (#8780)Nick Brassel
2020-01-24Add customisable EEPROM driver selection (#7274)Nick Brassel
- 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.