summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd/skeleton.c
Commit message (Expand)AuthorAgeFilesLines
* Add MTD partition support plus fix some typos in commentsGregory Nutt2013-04-301-5/+5
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-111-7/+25
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Add a RAM-based MTD devicepatacongo2011-04-241-5/+6
* Fix issues detected by CppCheck toolpatacongo2011-01-191-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-6/+7
* Add bulk erase IOCTL; add byte read methodpatacongo2009-10-181-12/+51
* Add MTD interface; add M25P64/128 driverpatacongo2009-10-181-0/+234