summaryrefslogtreecommitdiff
path: root/apps/nshlib/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* Allow NSH date command with no RTC. This command is useful without an RTC ↵Gregory Nutt2015-04-111-2/+1
| | | | too. Also, this permits testing on the simulator which never has an RTC
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-311-3/+3
|
* apps/nshlib: Add the ping6 command to support checking IPv6 networks. NSH ↵Gregory Nutt2015-01-231-6/+10
| | | | logic is complete but still missing some network level support
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are ↵Gregory Nutt2014-12-011-1/+1
| | | | problems. From Woohan Lee
* Clarify MTU/BUFSIZE in apps/ README.txt files and DocumentationGregory Nutt2014-11-161-4/+6
|
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-1/+1
|
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
|
* NSH: Add an option to take stdin from a USB keyboard deviceGregory Nutt2014-07-031-2/+15
|
* Cosmetic changes, updates to README files, updates to some commentsGregory Nutt2014-06-301-2/+2
|
* SAMA5D4-EK: NSH confuration now has FAT/ROMFS, /dev/zero, /dev/random via ↵Gregory Nutt2014-06-281-1/+1
| | | | TRNG, an NSH startup script, and a RAM disk at /tmp
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-051-15/+21
| | | | unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new ↵Gregory Nutt2014-02-201-6/+6
| | | | configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
* mkdir can now be used to create empty directories in the pseudo-filesystem.Gregory Nutt2014-02-191-2/+2
|
* Update documentation, mostly related to the command line editorGregory Nutt2014-02-031-0/+13
|
* 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 ↵Gregory Nutt2014-01-181-0/+21
| | | | 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-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