summaryrefslogtreecommitdiff
path: root/apps/examples/pashello/pashello.c
Commit message (Expand)AuthorAgeFilesLines
* More fixes to issues noted by cppcheckGregory Nutt2014-11-251-1/+0
* 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
* Make sure apps/examples/pashello still builds; update comments; refresh confi...Gregory Nutt2014-05-091-0/+2
* Create P-Code execution helper in apps/interpreters/prun; The P-Code binary f...Gregory Nutt2014-05-091-49/+14
* All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-291-2/+2
* 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-6/+6
* Pascal now installs in the apps/ directorypatacongo2011-05-101-2/+2
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-11/+1
* Move nuttx/examples to apps/examplespatacongo2011-03-201-0/+143