summaryrefslogtreecommitdiff
path: root/apps/examples/nsh/nsh_main.c
Commit message (Expand)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 improvements to the minimal NSH when there is no file system and when pr...Gregory Nutt2013-10-011-0/+5
* Changes to NSH and readline to permit NSH to work on a platform with no file ...Gregory Nutt2013-09-301-1/+1
* Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt2013-06-211-4/+12
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-0/+38
* Add configurable application entry pointpatacongo2012-08-301-2/+2
* NFS updatepatacongo2012-03-281-0/+6
* Add logic to NSH startup to call C++ static initializers on startuppatacongo2012-02-281-0/+8
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-35/+21
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-16/+0
* Prep for 6.0 releasenuttx-6.0patacongo2011-03-211-5/+0
* Move nuttx/examples to apps/examplespatacongo2011-03-201-0/+157