summaryrefslogtreecommitdiff
path: root/nuttx/examples/nsh
Commit message (Collapse)AuthorAgeFilesLines
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-1511-137/+148
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2351 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
* Move board specific files from examples/nsh to board source directoriespatacongo2009-06-084-328/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1861 42af7a65-404d-4744-a932-0658087f49c3
* Fix mount problempatacongo2009-05-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1835 42af7a65-404d-4744-a932-0658087f49c3
* warning removalpatacongo2009-05-283-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1834 42af7a65-404d-4744-a932-0658087f49c3
* Add SPI-based MMC/SD support for lm3spatacongo2009-05-233-1/+164
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1820 42af7a65-404d-4744-a932-0658087f49c3
* Partial testing of wget commandpatacongo2009-03-282-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1660 42af7a65-404d-4744-a932-0658087f49c3
* Add wget command to NSHpatacongo2009-03-284-6/+178
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1657 42af7a65-404d-4744-a932-0658087f49c3
* Turn off NSH debug option that was causing a crashpatacongo2009-03-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1614 42af7a65-404d-4744-a932-0658087f49c3
* Changes for clean compilation with ZDSpatacongo2009-03-141-9/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1603 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for correct compilation with ZDS-IIpatacongo2009-03-012-10/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1556 42af7a65-404d-4744-a932-0658087f49c3
* Add newline at end of filepatacongo2008-11-261-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1315 42af7a65-404d-4744-a932-0658087f49c3
* Add to losetup examplepatacongo2008-11-161-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1254 42af7a65-404d-4744-a932-0658087f49c3
* Prevent sign extension when dumping bytespatacongo2008-11-152-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1247 42af7a65-404d-4744-a932-0658087f49c3
* losetup examplepatacongo2008-11-151-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1244 42af7a65-404d-4744-a932-0658087f49c3
* Add losetup to NSHpatacongo2008-11-154-9/+154
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1243 42af7a65-404d-4744-a932-0658087f49c3
* NSH dd command test with block devicespatacongo2008-11-152-33/+87
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1242 42af7a65-404d-4744-a932-0658087f49c3
* Add dd command to NSHpatacongo2008-11-155-12/+634
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1241 42af7a65-404d-4744-a932-0658087f49c3
* Allow each NSH command to be disabledpatacongo2008-11-149-44/+284
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1234 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2008-11-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1157 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2008-10-221-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1062 42af7a65-404d-4744-a932-0658087f49c3
* Add NXP LPC214x-specific NSH supportpatacongo2008-10-155-2/+187
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1044 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for clean compile w/o environment variablespatacongo2008-09-192-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@941 42af7a65-404d-4744-a932-0658087f49c3
* Add /etc via ROMFS and /tmp via FAT FS to NSHpatacongo2008-09-111-1/+95
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@911 42af7a65-404d-4744-a932-0658087f49c3
* Add /etc via ROMFS and /tmp via FAT FS to NSHpatacongo2008-09-1111-10/+634
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@910 42af7a65-404d-4744-a932-0658087f49c3
* ROMFS filesystem supportpatacongo2008-09-104-40/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@903 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2008-09-071-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@893 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH xd commandpatacongo2008-09-076-56/+109
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@892 42af7a65-404d-4744-a932-0658087f49c3
* TFTP put notespatacongo2008-09-071-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@891 42af7a65-404d-4744-a932-0658087f49c3
* TFTP Get integrationpatacongo2008-09-062-3/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@885 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH command to create RAMDISKpatacongo2008-09-064-2/+138
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@884 42af7a65-404d-4744-a932-0658087f49c3
* TFTP needs larger MSSpatacongo2008-09-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@882 42af7a65-404d-4744-a932-0658087f49c3
* Add get and put commands to NSHpatacongo2008-09-064-5/+251
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@880 42af7a65-404d-4744-a932-0658087f49c3
* update NSH docspatacongo2008-09-041-3/+153
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@875 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH README filepatacongo2008-09-031-0/+460
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@873 42af7a65-404d-4744-a932-0658087f49c3
* ping() integratedpatacongo2008-09-031-15/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@872 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH ping commandpatacongo2008-09-024-6/+158
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@870 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate unused variablepatacongo2008-09-021-11/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@866 42af7a65-404d-4744-a932-0658087f49c3
* Add option to disable background commandspatacongo2008-09-024-23/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@865 42af7a65-404d-4744-a932-0658087f49c3
* Add test and [ commandspatacongo2008-09-025-9/+488
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@864 42af7a65-404d-4744-a932-0658087f49c3
* Need separate output buffers for each threadpatacongo2008-09-011-76/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@860 42af7a65-404d-4744-a932-0658087f49c3
* Fix compilation when pthreads disabledpatacongo2008-08-301-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@857 42af7a65-404d-4744-a932-0658087f49c3
* Use pthreads instead of tasks in BGpatacongo2008-08-304-174/+355
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@855 42af7a65-404d-4744-a932-0658087f49c3
* Basic telnet NSH on ARM9patacongo2008-08-294-7/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@852 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for clean Neuros OSD NSH buildpatacongo2008-08-292-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@851 42af7a65-404d-4744-a932-0658087f49c3
* Add mem command to NSHpatacongo2008-08-293-0/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@843 42af7a65-404d-4744-a932-0658087f49c3
* Fix Linux sim errors/warningpatacongo2008-08-292-6/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@842 42af7a65-404d-4744-a932-0658087f49c3
* Added ch and pwd to NSHpatacongo2008-08-234-103/+474
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@841 42af7a65-404d-4744-a932-0658087f49c3
* cat accepts multiple filespatacongo2008-08-222-45/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@836 42af7a65-404d-4744-a932-0658087f49c3
* Add memory inspect modify commands to NSHpatacongo2008-08-204-1/+290
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@834 42af7a65-404d-4744-a932-0658087f49c3