summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd/at24xx.c
Commit message (Expand)AuthorAgeFilesLines
* Extend the AT24 EEPROM driver so that it supports: (1) the byte-oriented read...Gregory Nutt2015-03-171-41/+169
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* procfs/: Extenstive architectural changes and enhancements by Ken PettitGregory Nutt2013-12-121-0/+6
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
* Add support for the AT 24C512 EEPROMGregory Nutt2013-09-121-6/+11
* Add an optional byte-oriented write method to the MTD interfaceGregory Nutt2013-05-011-2/+6
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Use calculations on constants to (slightly) reduce code sizepatacongo2011-11-011-8/+9
* Add support for configurable block size on AT24 EEPROM driverpatacongo2011-11-011-349/+428
* ADS7843E driver is code completepatacongo2011-10-041-0/+0
* Add AT24xx and LPC17xx I2C drivers (from Lzyy)patacongo2011-09-071-0/+349