summaryrefslogtreecommitdiff
path: root/apps/nshlib/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Gregory Nutt2014-01-101-0/+9
| | | | multiple, semicolone separated commands on each line
* Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to ↵Gregory Nutt2013-12-291-26/+26
| | | | apps/platform/stm3240g-eval/
* 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 ↵Gregory Nutt2013-10-051-1/+9
| | | | routers on the same network. In that case, we have to search for the routing table for the router that forwards to the destination address. We do this when we determine the MAC address we want in the ARP logic
* 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 ↵patacongo2013-01-291-4/+8
| | | | | | not with the usbnsh configuration) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5580 42af7a65-404d-4744-a932-0658087f49c3
* Rename namedapp as simply builtinpatacongo2012-12-231-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5454 42af7a65-404d-4744-a932-0658087f49c3
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ↵patacongo2012-11-271-1/+1
| | | | | | ifconfig command and improve DHCPC -- All from Darcy Gong git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5393 42af7a65-404d-4744-a932-0658087f49c3
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-12/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5324 42af7a65-404d-4744-a932-0658087f49c3
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-12/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5308 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2012-10-311-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5282 42af7a65-404d-4744-a932-0658087f49c3
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-311-14/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5280 42af7a65-404d-4744-a932-0658087f49c3
* Update documentation for recently added configuration optionspatacongo2012-10-201-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5241 42af7a65-404d-4744-a932-0658087f49c3
* Add perror()patacongo2012-08-281-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5061 42af7a65-404d-4744-a932-0658087f49c3
* I learned how to spell PSEUDOpatacongo2012-08-051-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5010 42af7a65-404d-4744-a932-0658087f49c3
* Update NSH documentation; Add option to reduce size of help commnd without ↵patacongo2012-08-041-2/+11
| | | | | | completely eliminating it git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5009 42af7a65-404d-4744-a932-0658087f49c3
* Fix max filename size report by FAT statfs with long file names; Add missing ↵patacongo2012-08-041-1/+1
| | | | | | logic to support fieldwidth and justification for %s format; Add extended help options. Default help command just shows a short list of commands. Verbose and single command help options git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5008 42af7a65-404d-4744-a932-0658087f49c3
* Add the NSH df commandpatacongo2012-08-041-12/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5007 42af7a65-404d-4744-a932-0658087f49c3
* Extend the NSH mount command so that it will enumerate mountpoints if no ↵patacongo2012-08-031-5/+17
| | | | | | arguments are provided git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5006 42af7a65-404d-4744-a932-0658087f49c3
* Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ↵patacongo2012-08-031-1/+1
| | | | | | returns statfs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5005 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.19 releasenuttx-6.19patacongo2012-06-151-6/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4847 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH mv commandpatacongo2012-06-111-6/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4830 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-261-7/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4774 42af7a65-404d-4744-a932-0658087f49c3
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-251-0/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4771 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Add support for use of a USB serial device to provide NSH console I/O. ↵patacongo2012-03-061-0/+13
| | | | | | Verified on the Sure PIPIC32MX board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4458 42af7a65-404d-4744-a932-0658087f49c3
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be ↵patacongo2012-02-021-5/+18
| | | | | | used over Telnet git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4361 42af7a65-404d-4744-a932-0658087f49c3
* Use realine instead of fgets in several other placespatacongo2012-02-011-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4357 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors in gmtime and gmtime_rpatacongo2011-09-011-0/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3933 42af7a65-404d-4744-a932-0658087f49c3
* Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ↵patacongo2011-07-161-0/+5
| | | | | | example from the NX command line git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3791 42af7a65-404d-4744-a932-0658087f49c3
* Correct several errors in STM32 serial port configurationpatacongo2011-07-041-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3744 42af7a65-404d-4744-a932-0658087f49c3
* Add stm32/nsh2 config; Add option to use any TTY for NSH consolepatacongo2011-07-041-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3743 42af7a65-404d-4744-a932-0658087f49c3
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-56/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+1016
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3393 42af7a65-404d-4744-a932-0658087f49c3