Add support for the AT 24C512 EEPROM

This commit is contained in:
Gregory Nutt
2013-09-12 09:44:38 -06:00
parent 0d02d854ed
commit b3018d8bf0
3 changed files with 24 additions and 10 deletions
+3
View File
@@ -5534,4 +5534,7 @@
definition file (2013-9-11).
* arch/arm/src/sama5/sam_twi.c and .h: Framework for a SAMA5
TWI driver (not much present in initial checkin) (2013-9-11).
* fs/nxffs: Clean up some compilation warnings (2013-9-12)
* drivers/mtd/at24xx.c: Add support for the AT 24C512 part
(2013-9-12).