summaryrefslogtreecommitdiff
path: root/apps/examples/mm/mm_main.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more complaints from cppcheckGregory Nutt2014-11-251-16/+22
* 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
* Costmetic changes to memory manager debug outputGregory Nutt2014-05-241-1/+12
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-1/+1
* itoa() from Ryan Sundbergpatacongo2013-03-141-12/+12
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-1/+1
* Add configurable application entry pointpatacongo2012-08-301-2/+2
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-8/+0
* Move nuttx/examples to apps/examplespatacongo2011-03-201-0/+308