summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttShell.html
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are pro...Gregory Nutt2014-12-011-4/+4
* Clarify MTU/BUFSIZE in apps/ README.txt files and DocumentationGregory Nutt2014-11-161-3/+5
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-4/+3
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-10/+19
* Update NuttShell.html per recommendations from Max KrieglederGregory Nutt2014-03-061-1/+5
* Support for the older, manual configurations has been completely removed from...Gregory Nutt2014-03-061-30/+2
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new co...Gregory Nutt2014-02-201-29/+29
* rmdir now may be used to remove empty nodes from the pseudo-filesystemGregory Nutt2014-02-191-2/+2
* Use xcopy, mot mklink in link.bat; No an error if directory does not exist in...Gregory Nutt2014-02-071-1/+1
* STM32F4 Discovery: Rename most everything in the board source directory to c...Gregory Nutt2014-02-031-1/+1
* Update documentation, mostly related to the command line editorGregory Nutt2014-02-031-10/+122
* NSH: More break documentationGregory Nutt2014-01-181-0/+5
* NSH: Improved documentation of the break commandGregory Nutt2014-01-181-97/+122
* NSH: Add a break command; if-then-else and looping behavior can not be confi...Gregory Nutt2014-01-181-7/+42
* NSH: Loosen up if-then-else-fi syntx so that a command can be on the same li...Gregory Nutt2014-01-171-7/+26
* NSH: Add support for while-do-done and until-do-done loopsGregory Nutt2014-01-171-9/+36
* Back quoted NSH arguments now functionalGregory Nutt2014-01-111-0/+74
* NSH: Separate command line parsing from command execution. Add support for m...Gregory Nutt2014-01-101-1/+13
* NSH: Add an option to the mkfatfs command to specify FAT12, FAT16, or FAT32Gregory Nutt2013-12-051-3/+8
* Documentation updateGregory Nutt2013-10-051-96/+168
* Names of some USB device definitions changed to avoid collisionsGregory Nutt2013-09-201-2/+2
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-181-1/+1
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-181-85/+114
* 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