summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh.h
Commit message (Expand)AuthorAgeFilesLines
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-071-0/+9
* Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-291-11/+36
* The USB monitor now works with configs/stm32f4discovery/usbnshpatacongo2013-01-291-39/+39
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-291-34/+46
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-0/+5
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-151-1/+2
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-1/+5
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-2/+32
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-311-0/+24
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-201-0/+9
* You can now configure a login for Telnet NSH session -- from Darcy Gongpatacongo2012-10-121-1/+34
* Add perror()patacongo2012-08-281-1/+6
* Add the NSH df commandpatacongo2012-08-041-0/+3
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-1/+1
* Add NSH mv commandpatacongo2012-06-111-0/+3
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-261-6/+47
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-251-0/+36
* More NFS updatespatacongo2012-04-211-0/+6
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-111-3/+25
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-62/+42
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-251-2/+2
* If we are using a USB serial console, then NSH must wait for the USB device t...patacongo2012-01-241-49/+67
* Add NSH date commandpatacongo2011-09-011-0/+6
* Remove unused header files; eliminate warningspatacongo2011-06-211-1/+1
* Add a simple shell and configuration to verify the FTP client librarypatacongo2011-06-011-3/+3
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-0/+1
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-86/+86
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+490