summaryrefslogtreecommitdiff
path: root/apps/nshlib
Commit message (Expand)AuthorAgeFilesLines
* NSH cosmetic changesGregory Nutt2014-01-242-5/+4
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-211-5/+20
* NSH: More break documentationGregory Nutt2014-01-181-0/+1
* NSH: Improved documentation of the break commandGregory Nutt2014-01-181-2/+10
* NSH: Add a break command; if-then-else and looping behavior can not be confi...Gregory Nutt2014-01-186-18/+143
* NSH: Loosen up if-then-else-fi syntx so that a command can be on the same li...Gregory Nutt2014-01-171-12/+2
* NSH: Add support for while-do-done and until-do-done loopsGregory Nutt2014-01-175-54/+419
* Add true and false commands; repartition some logic to better support forthco...Gregory Nutt2014-01-174-57/+133
* NSH: Fix redirection of output to a file. That was broken with recent changesGregory Nutt2014-01-161-3/+3
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-144-11/+16
* Cosmetic clean-up in preparation for TCP write buffering changeGregory Nutt2014-01-132-1/+9
* Recent NSH changes broke the minimal NSH configurationGregory Nutt2014-01-121-3/+5
* Fix a memory leak in last NSH change: Forgot to close a temporary fileGregory Nutt2014-01-121-5/+11
* NSH can not handle command arguments that are concatenations of constant stri...Gregory Nutt2014-01-111-104/+367
* Back quoted NSH arguments now functionalGregory Nutt2014-01-115-100/+443
* Add support for backquoated commands as command argumentsGregory Nutt2014-01-103-18/+304
* NSH parser: Separate logic that executes a command into a separate functionGregory Nutt2014-01-101-299/+308
* NSH: Separate command line parsing from command execution. Add support for m...Gregory Nutt2014-01-106-738/+191
* NSH: Separate command line parsing from command executionGregory Nutt2014-01-101-0/+742
* NSH: Code expects CONFIG_NSH_DRIPADDR and CONFIG_NSH_NETMASK even if DHCPC is...Gregory Nutt2014-01-091-2/+2
* Add support for the XPT2046 touchscreen controller on the Viewtool LCD moduleGregory Nutt2014-01-091-8/+9
* NSH Configuration: Refactor networking and netutils dependenciesGregory Nutt2014-01-091-3/+4
* README and other cosmetic updatesGregory Nutt2014-01-041-1/+7
* Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to apps/platform/stm...Gregory Nutt2013-12-292-35/+41
* procfs/: Extenstive architectural changes and enhancements by Ken PettitGregory Nutt2013-12-121-3/+6
* Modified NSH 'df -h' command to do some saner conversions. From Ken PettitGregory Nutt2013-12-121-3/+3
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-102-2/+2
* SAMA5 NAND: bugfixesGregory Nutt2013-12-061-2/+2
* NSH: Add an option to the mkfatfs command to specify FAT12, FAT16, or FAT32Gregory Nutt2013-12-053-10/+86
* NSH mount count updated from Ken PettitGregory Nutt2013-11-171-2/+17
* fs/procfs: Add a tiny, primitive procfs file system. Might get more interes...Gregory Nutt2013-11-131-1/+6
* NSH library: Allow USB trace without a USB consoleGregory Nutt2013-11-061-33/+34
* Add skip= and count= options to the NSH hexdump command. From Ken PettitGregory Nutt2013-11-013-27/+109
* Another case where we should use the routing table: There may be multiple rou...Gregory Nutt2013-10-051-1/+9
* Fix some delroute errorsGregory Nutt2013-10-051-1/+1
* Add NSH addroute and delroute commandsGregory Nutt2013-10-056-38/+410
* Remove some warningsGregory Nutt2013-10-013-4/+7
* More improvements to the minimal NSH when there is no file system and when pr...Gregory Nutt2013-10-013-4/+33
* Changes to NSH and readline to permit NSH to work on a platform with no file ...Gregory Nutt2013-09-308-30/+261
* Fix NSH default IP addressGregory Nutt2013-09-171-2/+2
* Eliminate a warning when DHCP is not enabledGregory Nutt2013-09-171-2/+6
* NSH: Fix 'ls' output for a single file. Provided by Lorenz MeierGregory Nutt2013-09-131-19/+55
* More ARMv7-A files that are just copies of the ARMv4/5 files for nowGregory Nutt2013-07-192-7/+9
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-185-2/+129
* Add missing NSH configuration settings. Correct some conditional logic for S...Gregory Nutt2013-06-021-0/+17
* Updates to README filesGregory Nutt2013-06-011-14/+13
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-3/+4
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH...Gregory Nutt2013-05-211-1/+1
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-011-0/+4