summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_command.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-1/+1
| | | | new CONFIG_BUILD_KERNEL
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-3/+2
|
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new ↵Gregory Nutt2014-02-201-7/+7
| | | | configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
* Nodes in the pseudo-filesystem can now be renamed or moved within the ↵Gregory Nutt2014-02-191-1/+1
| | | | pseduo-filesystem
* 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 ↵Gregory Nutt2014-01-181-0/+8
| | | | configured out of the build for small systems that need minimal scripting capability
* 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 ↵Gregory Nutt2014-01-171-0/+38
| | | | forthcoming looping
* 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 ↵Gregory Nutt2014-01-101-14/+3
| | | | multiple, semicolone separated commands on each line
* NSH: Separate command line parsing from command executionGregory Nutt2014-01-101-0/+742