summaryrefslogtreecommitdiff
path: root/nuttx/examples/nsh/nsh_main.c
Commit message (Expand)AuthorAgeFilesLines
* Move nuttx/examples to apps/examplespatacongo2011-03-201-157/+0
* Additional changes for clean NSH buildpatacongo2011-03-191-1/+7
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-5/+5
* Move NSH to apps/ as librarypatacongo2011-03-181-1221/+6
* apps/ update from Urospatacongo2011-03-181-1/+2
* 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-111-22/+3
* 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
* Fix pipe/fifo open logic: semaphore wait in open() must abort if a signal is ...patacongo2011-03-021-1/+1
* Rename NSH mem command to freepatacongo2011-02-281-3/+4
* 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-271-0/+3
* Add NSH kill commandpatacongo2011-02-271-1/+7
* Allow network when telnetd not configuredpatacongo2010-11-301-0/+4
* Add paging debug instrumentationpatacongo2010-08-311-1/+8
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-23/+24
* Partial testing of wget commandpatacongo2009-03-281-1/+1
* Add wget command to NSHpatacongo2009-03-281-0/+6
* Add losetup to NSHpatacongo2008-11-151-0/+6
* Add dd command to NSHpatacongo2008-11-151-0/+6
* Allow each NSH command to be disabledpatacongo2008-11-141-10/+111
* Add NXP LPC214x-specific NSH supportpatacongo2008-10-151-2/+4
* Fixes for clean compile w/o environment variablespatacongo2008-09-191-2/+3
* Add /etc via ROMFS and /tmp via FAT FS to NSHpatacongo2008-09-111-1/+7
* ROMFS filesystem supportpatacongo2008-09-101-9/+9
* Add NSH xd commandpatacongo2008-09-071-1/+2
* Add NSH command to create RAMDISKpatacongo2008-09-061-0/+1
* Add get and put commands to NSHpatacongo2008-09-061-1/+7
* Add NSH ping commandpatacongo2008-09-021-1/+5
* Add option to disable background commandspatacongo2008-09-021-13/+13
* Add test and [ commandspatacongo2008-09-021-5/+25
* Fix compilation when pthreads disabledpatacongo2008-08-301-0/+10
* Use pthreads instead of tasks in BGpatacongo2008-08-301-90/+193
* Basic telnet NSH on ARM9patacongo2008-08-291-0/+1
* Fixes for clean Neuros OSD NSH buildpatacongo2008-08-291-0/+1
* Add mem command to NSHpatacongo2008-08-291-0/+1
* Fix Linux sim errors/warningpatacongo2008-08-291-3/+2
* Added ch and pwd to NSHpatacongo2008-08-231-4/+13
* cat accepts multiple filespatacongo2008-08-221-2/+3
* Add memory inspect modify commands to NSHpatacongo2008-08-201-0/+6
* Support nested if-then[-else]-fipatacongo2008-08-191-37/+80
* Misc. if-then-else-fi fixespatacongo2008-08-181-14/+23
* NSH now supports commentspatacongo2008-08-171-28/+40
* backout un-necessary main_t castspatacongo2008-08-171-2/+2
* Added 130 and if-then-else-fi to NSHpatacongo2008-08-171-80/+287
* Allow in all loctionspatacongo2008-08-171-28/+56
* Concurrent telnet+serialpatacongo2008-08-161-3/+13