summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_command.c
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-3/+2
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new co...Gregory Nutt2014-02-201-7/+7
* Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-...Gregory Nutt2014-02-191-1/+1
* mkdir can now be used to create empty directories in the pseudo-filesystem.Gregory Nutt2014-02-191-1/+1
* rmdir now may be used to remove empty nodes from the pseudo-filesystemGregory Nutt2014-02-191-0/+3
* NSH: Add a break command; if-then-else and looping behavior can not be confi...Gregory Nutt2014-01-181-0/+8
* NSH: Add support for while-do-done and until-do-done loopsGregory Nutt2014-01-171-2/+12
* Add true and false commands; repartition some logic to better support forthco...Gregory Nutt2014-01-171-0/+38
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-3/+3
* NSH: Separate command line parsing from command execution. Add support for m...Gregory Nutt2014-01-101-14/+3
* NSH: Separate command line parsing from command executionGregory Nutt2014-01-101-0/+742