summaryrefslogtreecommitdiff
path: root/nuttx/drivers/eeprom
Commit message (Expand)AuthorAgeFilesLines
* Add support for ST Micro EEPROM device geometries. From Sebastien LorquetGregory Nutt2014-12-051-22/+49
* LPC4357 EVB: Ooops got sense of the LED GPIO backwardGregory Nutt2014-11-271-2/+2
* Widen the name space: Rename CONFIG_SPI_EEPROM to CONFIG_EEPROM so that I2C E...Gregory Nutt2014-11-272-4/+6
* Update READMEGregory Nutt2014-11-271-4/+3
* EEPROM: Add a README fileGregory Nutt2014-11-271-0/+95
* EEPROM: Add a README fileGregory Nutt2014-11-271-1/+1
* EEPROM: prevent writes past end of device. From Sébastien LorquetGregory Nutt2014-11-271-0/+7
* Fix minor typo in C commentsGregory Nutt2014-11-271-1/+3
* Fix to get a clean build with EEPROM support disabledGregory Nutt2014-11-262-5/+7
* Add support for generic EEPROM access via a character driver. Add also the E...Gregory Nutt2014-11-263-0/+855