summaryrefslogtreecommitdiff
path: root/apps/examples/mtdpart
Commit message (Expand)AuthorAgeFilesLines
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* More trailing whilespace removalGregory Nutt2014-04-132-2/+2
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-11/+12
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-031-1/+5
* 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-304-0/+532