summaryrefslogtreecommitdiff
path: root/apps/nshlib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add -h option to NSH git command; And NSH mksmartfs command. From Ken PetitGregory Nutt2013-04-305-33/+213
* Fix test of range of skip= argument in NSH dd command. From Ken PetitGregory Nutt2013-04-241-6/+0
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-6/+3
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+9
* More kernel build fixespatacongo2013-03-071-1/+1
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-073-1/+20
* Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not workpatacongo2013-02-261-0/+2
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-102-7/+6
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-081-9/+28
* Rename _TCB to struct tcb_spatacongo2013-02-041-1/+1
* NSH needs to call pthread_detach() to avoid memory leakpatacongo2013-02-031-4/+14
* Correct a memory leak in NSHpatacongo2013-02-021-0/+14
* All argv types should be char * const * not const char **patacongo2013-02-021-1/+1
* Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-299-201/+668
* The USB monitor now works with configs/stm32f4discovery/usbnshpatacongo2013-01-291-39/+39
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-294-49/+86