summaryrefslogtreecommitdiff
path: root/apps/examples/configdata
Commit message (Collapse)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
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
|
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, ↵Gregory Nutt2014-02-101-4/+4
| | | | but probably some new typos introduced
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
|
* apps/example/configdata: Unit test for the MTD configuration data driverGregory Nutt2013-11-044-0/+957