summaryrefslogtreecommitdiff
path: root/apps/nshlib/README.txt
Commit message (Expand)AuthorAgeFilesLines
* NSH: More break documentationGregory Nutt2014-01-181-0/+1
* NSH: Improved documentation of the break commandGregory Nutt2014-01-181-2/+10
* NSH: Add a break command; if-then-else and looping behavior can not be confi...Gregory Nutt2014-01-181-0/+21
* NSH: Add support for while-do-done and until-do-done loopsGregory Nutt2014-01-171-0/+17
* Back quoted NSH arguments now functionalGregory Nutt2014-01-111-0/+60
* NSH: Separate command line parsing from command execution. Add support for m...Gregory Nutt2014-01-101-0/+9
* Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to apps/platform/stm...Gregory Nutt2013-12-291-26/+26
* NSH: Add an option to the mkfatfs command to specify FAT12, FAT16, or FAT32Gregory Nutt2013-12-051-2/+7
* Another case where we should use the routing table: There may be multiple rou...Gregory Nutt2013-10-051-1/+9
* Add NSH addroute and delroute commandsGregory Nutt2013-10-051-16/+33
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-181-0/+5
* Updates to README filesGregory Nutt2013-06-011-14/+13
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-291-4/+8
* Rename namedapp as simply builtinpatacongo2012-12-231-1/+1
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfi...patacongo2012-11-271-1/+1
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-12/+17
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-12/+31
* Documentation updatepatacongo2012-10-311-4/+6
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-311-14/+28
* Update documentation for recently added configuration optionspatacongo2012-10-201-0/+4
* Add perror()patacongo2012-08-281-1/+3
* I learned how to spell PSEUDOpatacongo2012-08-051-8/+8
* Update NSH documentation; Add option to reduce size of help commnd without co...patacongo2012-08-041-2/+11
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-041-1/+1
* Add the NSH df commandpatacongo2012-08-041-12/+30
* Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo2012-08-031-5/+17
* Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo2012-08-031-1/+1
* Prep for 6.19 releasenuttx-6.19patacongo2012-06-151-6/+12
* Add NSH mv commandpatacongo2012-06-111-6/+12
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-261-7/+14
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-251-0/+27
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-061-0/+13
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-5/+18
* Use realine instead of fgets in several other placespatacongo2012-02-011-0/+8
* Fix errors in gmtime and gmtime_rpatacongo2011-09-011-0/+12
* Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ...patacongo2011-07-161-0/+5
* Correct several errors in STM32 serial port configurationpatacongo2011-07-041-0/+6
* Add stm32/nsh2 config; Add option to use any TTY for NSH consolepatacongo2011-07-041-0/+10
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-56/+56
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+1016