summaryrefslogtreecommitdiff
path: root/nuttx/examples/nsh
Commit message (Expand)AuthorAgeFilesLines
* apps/-related updatepatacongo2011-03-131-1/+14
* Add a stub that can be used when networking is enabled, but there is no ether...patacongo2011-03-111-5/+5
* Fix nsh/apps bugpatacongo2011-03-111-3/+9
* More apps/ updatespatacongo2011-03-114-23/+132
* Correct error introduced in last check-inpatacongo2011-03-111-1/+1
* apps/-related updatespatacongo2011-03-111-14/+21
* add apps/ dirpatacongo2011-03-101-0/+33
* Add support for platoform specific ROMFS startup filespatacongo2011-03-083-270/+28
* Fix pipe/fifo open logic: semaphore wait in open() must abort if a signal is ...patacongo2011-03-021-1/+1
* Fix NSH redirection hangpatacongo2011-03-014-8/+151
* Rename NSH mem command to freepatacongo2011-02-286-67/+135
* Special IDLE for STM32 will execut WFI to sleep until an interrupt occurspatacongo2011-02-271-1/+1
* cat and cp need to exit if a signal is recievednuttx-5.18patacongo2011-02-273-14/+55
* Add NSH kill commandpatacongo2011-02-274-12/+102
* Fix potential memory leakpatacongo2011-02-231-1/+1
* Back out last change; correct fix is in NSHpatacongo2011-02-232-30/+103
* First debug changes for USB hostpatacongo2010-12-221-0/+6
* Fix compile errorpatacongo2010-12-171-1/+1
* Allow network when telnetd not configuredpatacongo2010-11-305-82/+182
* updatepatacongo2010-10-181-0/+14
* Eliminate some warningspatacongo2010-09-062-4/+5
* Add paging debug instrumentationpatacongo2010-08-311-1/+8
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-281-2/+2
* Lease time is now in host orderpatacongo2010-08-101-1/+3
* DHCP-related documentation updates/warning fixespatacongo2010-08-062-0/+31
* Misc changes for DHCPC support with NSHpatacongo2010-08-051-1/+7
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1511-137/+148
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-3/+3
* Move board specific files from examples/nsh to board source directoriespatacongo2009-06-084-328/+6
* Fix mount problempatacongo2009-05-291-1/+1
* warning removalpatacongo2009-05-283-2/+5
* Add SPI-based MMC/SD support for lm3spatacongo2009-05-233-1/+164
* Partial testing of wget commandpatacongo2009-03-282-2/+2
* Add wget command to NSHpatacongo2009-03-284-6/+178
* Turn off NSH debug option that was causing a crashpatacongo2009-03-151-1/+1
* Changes for clean compilation with ZDSpatacongo2009-03-141-9/+10
* Fixes for correct compilation with ZDS-IIpatacongo2009-03-012-10/+18
* Add newline at end of filepatacongo2008-11-261-1/+2
* Add to losetup examplepatacongo2008-11-161-0/+7
* Prevent sign extension when dumping bytespatacongo2008-11-152-3/+3
* losetup examplepatacongo2008-11-151-0/+17
* Add losetup to NSHpatacongo2008-11-154-9/+154
* NSH dd command test with block devicespatacongo2008-11-152-33/+87
* Add dd command to NSHpatacongo2008-11-155-12/+634
* Allow each NSH command to be disabledpatacongo2008-11-149-44/+284
* cosmeticpatacongo2008-11-071-1/+1
* cosmeticpatacongo2008-10-221-2/+0
* Add NXP LPC214x-specific NSH supportpatacongo2008-10-155-2/+187
* Fixes for clean compile w/o environment variablespatacongo2008-09-192-3/+4
* Add /etc via ROMFS and /tmp via FAT FS to NSHpatacongo2008-09-111-1/+95