summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Fix syntax error in debug statementpatacongo2009-12-171-1/+1
* Fix CPP conditional syntaxpatacongo2009-12-171-1/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-162-4/+4
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-153-53/+58
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-132-3/+6
* Add FTL logicpatacongo2009-12-062-1/+543
* Fix errors/warnings reported by eZ80 compilerpatacongo2009-11-061-8/+8
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-201-50/+74
* Add bulk erase IOCTL; add byte read methodpatacongo2009-10-182-120/+257
* Add MTD interface; add M25P64/128 driverpatacongo2009-10-183-0/+834