summaryrefslogtreecommitdiffstats
path: root/src/drivers/nvs/nvs.c
Commit message (Expand)AuthorAgeFilesLines
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-071-1/+1
* Return -EIO when verification fails, instead of -EINVAL.Michael Brown2006-12-201-1/+1
* Verify data after writingMichael Brown2006-12-061-1/+35
* Added nvs_write(). This shares a lot of code in common with nvs_read();Michael Brown2006-12-041-0/+43
* Added the generic block-splitting code to nvs.cMichael Brown2006-12-041-1/+40
* Abstracted out part of the concept of an SPI device to a generalised NVSMichael Brown2006-12-041-0/+31