summaryrefslogtreecommitdiff
path: root/apps/examples/mtdpart/mtdpart_main.c
Commit message (Expand)AuthorAgeFilesLines
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-081-89/+80
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
* Add support for the byte write method to MTD partition logic; Beef up the MT...Gregory Nutt2013-05-021-6/+149
* Changes to get the MTD test workingGregory Nutt2013-04-301-29/+72
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-301-0/+379