summaryrefslogtreecommitdiff
path: root/apps/nshlib
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-203-4/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5236 42af7a65-404d-4744-a932-0658087f49c3
* DNS fixes from Darcy Gong (part 1 of 2)patacongo2012-10-201-2/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5235 42af7a65-404d-4744-a932-0658087f49c3
* You can now configure a login for Telnet NSH session -- from Darcy Gongpatacongo2012-10-126-23/+208
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5231 42af7a65-404d-4744-a932-0658087f49c3
* Resync new repository with old repo r5166patacongo2012-09-171-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
* Changes needed for clean ez80 compile with ZDS toolchainpatacongo2012-09-132-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5147 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in apps/patacongo2012-09-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5143 42af7a65-404d-4744-a932-0658087f49c3
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-6/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5114 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig: Standardize board LED and button configurationspatacongo2012-09-081-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5112 42af7a65-404d-4744-a932-0658087f49c3
* More Shenzhou board logicpatacongo2012-09-081-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5111 42af7a65-404d-4744-a932-0658087f49c3
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5094 42af7a65-404d-4744-a932-0658087f49c3
* Add perror()patacongo2012-08-283-2/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5061 42af7a65-404d-4744-a932-0658087f49c3
* More patches/bugfixes from Katepatacongo2012-08-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5056 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5027 42af7a65-404d-4744-a932-0658087f49c3
* I learned how to spell PSEUDOpatacongo2012-08-052-17/+16
| | | | 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-042-6/+30
| | | | | | 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-042-82/+251
| | | | | | 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-044-32/+90
| | | | 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-035-231/+407
| | | | | | 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
* Move RAMLOG driver to drivers/syslog; Add ability to output debug ↵patacongo2012-08-023-4/+8
| | | | | | information to any character device or file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4996 42af7a65-404d-4744-a932-0658087f49c3
* Lock the scheduler when starting NSH builtin applications to eliminate race ↵patacongo2012-07-282-32/+67
| | | | | | conditions git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4988 42af7a65-404d-4744-a932-0658087f49c3
* PM update; NSH extension to catch return valuespatacongo2012-07-282-17/+72
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4987 42af7a65-404d-4744-a932-0658087f49c3
* Fix some questionable MAC addressespatacongo2012-07-191-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4956 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.19 releasenuttx-6.19patacongo2012-06-153-8/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4847 42af7a65-404d-4744-a932-0658087f49c3
* Improve NFS retry logicpatacongo2012-06-141-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4845 42af7a65-404d-4744-a932-0658087f49c3
* Clean up NFS user interface; Fix NFS disconnect bugpatacongo2012-06-141-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4841 42af7a65-404d-4744-a932-0658087f49c3
* Minor change to NFS interfacepatacongo2012-06-141-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4840 42af7a65-404d-4744-a932-0658087f49c3
* NFS just finished a major weight reduction programpatacongo2012-06-142-74/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4838 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH mv commandpatacongo2012-06-114-6/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4830 42af7a65-404d-4744-a932-0658087f49c3
* First round of compile fixes for IPv6patacongo2012-06-071-1/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4813 42af7a65-404d-4744-a932-0658087f49c3
* Massive naming fix: STMPE11->STMPE811patacongo2012-05-291-1/+72
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4782 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-264-14/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4774 42af7a65-404d-4744-a932-0658087f49c3
* remove a warningpatacongo2012-05-261-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4773 42af7a65-404d-4744-a932-0658087f49c3
* Now have to press enter 3 times to start with USB NSH consolepatacongo2012-05-261-7/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4772 42af7a65-404d-4744-a932-0658087f49c3
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-253-4/+75
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4771 42af7a65-404d-4744-a932-0658087f49c3
* NFS updatepatacongo2012-05-181-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4746 42af7a65-404d-4744-a932-0658087f49c3
* Update of NSH nfsmount commandpatacongo2012-05-142-18/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4735 42af7a65-404d-4744-a932-0658087f49c3
* NxWidgets: Fix a potential deadlock that can occur waiting for toolbard ↵patacongo2012-05-071-5/+5
| | | | | | geometry data git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4709 42af7a65-404d-4744-a932-0658087f49c3
* Add configuration for testing NxWMpatacongo2012-05-071-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4708 42af7a65-404d-4744-a932-0658087f49c3
* NSH fixpatacongo2012-05-071-4/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4707 42af7a65-404d-4744-a932-0658087f49c3
* Add GPIO support to STMPE11 driver; NFS updatepatacongo2012-05-051-27/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4701 42af7a65-404d-4744-a932-0658087f49c3
* NSF updatepatacongo2012-05-031-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4696 42af7a65-404d-4744-a932-0658087f49c3
* NSF updatepatacongo2012-05-031-19/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4695 42af7a65-404d-4744-a932-0658087f49c3
* NFS updatepatacongo2012-04-231-18/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4650 42af7a65-404d-4744-a932-0658087f49c3
* NFS fixespatacongo2012-04-231-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4649 42af7a65-404d-4744-a932-0658087f49c3
* NFS updatespatacongo2012-04-231-10/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4647 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updated + NFS updatepatacongo2012-04-231-5/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4646 42af7a65-404d-4744-a932-0658087f49c3
* More NFS updatespatacongo2012-04-211-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4639 42af7a65-404d-4744-a932-0658087f49c3
* More NFS updatespatacongo2012-04-202-3/+137
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4638 42af7a65-404d-4744-a932-0658087f49c3