summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttShell.html
Commit message (Expand)AuthorAgeFilesLines
* Add support for the MikroElektronika Mikromedia for STM32F4 development board...Gregory Nutt2013-04-301-2/+5
* convert configs/sim/nsh to use kconfig-frontendspatacongo2013-01-161-2/+16
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-161-1/+1
* Remove CONFIG_BUILTIN_APPS_STARTpatacongo2013-01-061-22/+3
* Remove .context kludge from apps/ directorypatacongo2012-12-231-7/+2
* Rename namedapp as simply builtinpatacongo2012-12-231-40/+39
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfi...patacongo2012-11-271-2/+2
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-64/+100
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-63/+136
* Documentation updatepatacongo2012-10-311-77/+222
* Add a versin of memset() optimized for speedpatacongo2012-10-211-1/+1
* Update documentation for recently added configuration optionspatacongo2012-10-201-0/+8
* Add configurable application entry pointpatacongo2012-08-301-6/+4
* Add perror()patacongo2012-08-281-3/+4
* Add a USB0 device header file for LPC43patacongo2012-08-071-4/+4
* Update documentation to describe customization of NSH; Add the framework for ...patacongo2012-08-071-3/+898
* I learned how to spell PSEUDOpatacongo2012-08-051-3/+3
* Update NSH documentation; Add option to reduce size of help commnd without co...patacongo2012-08-041-3/+22
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-041-1/+1
* Add the NSH df commandpatacongo2012-08-041-64/+104
* Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo2012-08-031-4/+16
* Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-031-1/+1
* Prep for 6.19 releasenuttx-6.19patacongo2012-06-151-28/+69
* Add NSH mv commandpatacongo2012-06-111-27/+57
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-261-4/+19
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-251-1/+31
* Add STM32 OTG FS device endpoint stall logicpatacongo2012-04-041-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-061-3/+19
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-9/+47
* Fix a error the the STM32 I2C timeout logicpatacongo2011-09-061-1/+1
* Fix errors in gmtime and gmtime_rpatacongo2011-09-011-63/+101
* Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ...patacongo2011-07-161-0/+8
* Correct several errors in STM32 serial port configurationpatacongo2011-07-041-0/+6
* Add stm32/nsh2 config; Add option to use any TTY for NSH consolepatacongo2011-07-041-2/+13
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-211-12/+37
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-110/+112
* Add support for platoform specific ROMFS startup filespatacongo2011-03-081-9/+22
* Fix and clarity 'kill' documentationpatacongo2011-03-021-2/+27
* Rename NSH mem command to freepatacongo2011-02-281-91/+84
* Add NSH kill commandpatacongo2011-02-271-74/+102
* DHCP-related documentation updates/warning fixespatacongo2010-08-061-1/+61
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-2/+2
* Move board specific files from examples/nsh to board source directoriespatacongo2009-06-081-1/+10
* Add wget command to NSHpatacongo2009-03-281-3/+43
* Add to losetup examplepatacongo2008-11-161-1/+11
* losetup examplepatacongo2008-11-151-1/+18
* Add losetup to NSHpatacongo2008-11-151-43/+81
* NSH dd command test with block devicespatacongo2008-11-151-2/+38
* Add dd command to NSHpatacongo2008-11-151-57/+92