summaryrefslogtreecommitdiff
path: root/apps/examples/configdata/configdata_main.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 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-041-0/+800