summaryrefslogtreecommitdiff
path: root/apps/nshlib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+2
* NSH: Add an option to take stdin from a USB keyboard deviceGregory Nutt2014-07-031-1/+9
* NSH: Separate command line parsing from command execution. Add support for m...Gregory Nutt2014-01-101-2/+3
* Add NSH addroute and delroute commandsGregory Nutt2013-10-051-0/+3
* Changes to NSH and readline to permit NSH to work on a platform with no file ...Gregory Nutt2013-09-301-4/+9
* Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-291-4/+5
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-0/+4
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-151-1/+1
* Remove .context kludge from apps/ directorypatacongo2012-12-231-1/+0
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-4/+4
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+4
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-2/+6
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-3/+2
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-311-20/+24
* Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo2012-08-031-0/+4
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-061-1/+1
* FTPD daemon and example now build without errorspatacongo2012-02-051-2/+2
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-5/+5
* If we are using a USB serial console, then NSH must wait for the USB device t...patacongo2012-01-241-0/+3
* Add NSH date commandpatacongo2011-09-011-0/+5
* Changes for clean build of app/ directory with Windows toolchainpatacongo2011-04-101-1/+5
* Update apps/ Makefiles to fix environmental bugpatacongo2011-04-011-4/+2
* apps/ initialization now occurs during the earlier context build phasepatacongo2011-03-241-3/+5
* More build fixespatacongo2011-03-201-3/+3
* Move nuttx/examples to apps/examplespatacongo2011-03-201-1/+1
* Move nuttx/netutils to apps/netutilspatacongo2011-03-191-8/+2
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-5/+5
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+121