summaryrefslogtreecommitdiff
path: root/apps/nshlib/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are pro...Gregory Nutt2014-12-011-1/+1
* Move CONFIG_NSH_TMPDIR to CONFIG_LIBC_TMPDIRGregory Nutt2014-11-051-11/+0
* Add support for a custom NSH ROMFS startup image header file location. From ...Gregory Nutt2014-09-301-5/+36
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* Update README files, Kconfig help comments, and make the network monitor not ...Gregory Nutt2014-08-181-4/+4
* Minor corrections during integration of link status monitorGregory Nutt2014-08-171-1/+1
* Extend the NSH network initialization logic. There is now an option that wil...Gregory Nutt2014-08-171-0/+49
* NSH networking: There is now a configuration option that will bring up the ne...Gregory Nutt2014-08-061-0/+43
* NSH Networking: Also add an option to let platform-specific logic select the...Gregory Nutt2014-08-061-222/+271
* NSH Networking: Software assigned MAC address is now configurable. From LazloGregory Nutt2014-08-061-0/+8
* SAMA5: Poll USB keyboard at a higher rate for better responseGregory Nutt2014-07-291-1/+1
* NSH: Add an option to take stdin from a USB keyboard deviceGregory Nutt2014-07-031-13/+39
* SAMA5D4-EK: NSH confuration now has FAT/ROMFS, /dev/zero, /dev/random via TRN...Gregory Nutt2014-06-281-1/+1
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-13/+50
* CONFIG_NSH_CONDEV is type string, not boolGregory Nutt2014-04-211-1/+1
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-1/+1
* Should CPU load on each thread in the PS commandGregory Nutt2014-02-271-0/+12
* Add CONFIG_DEFAULT_SMALL that will select default values for configuration se...Gregory Nutt2014-02-201-35/+72
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new co...Gregory Nutt2014-02-201-2/+3
* Update README with configuration warningGregory Nutt2014-02-041-1/+1
* Add an EMACS-like command line editor that can be used wit NSHGregory Nutt2014-02-021-3/+27
* NSH: Add a break command; if-then-else and looping behavior can not be confi...Gregory Nutt2014-01-181-0/+21
* Back quoted NSH arguments now functionalGregory Nutt2014-01-111-13/+14
* Add support for backquoated commands as command argumentsGregory Nutt2014-01-101-0/+44
* NSH: Separate command line parsing from command execution. Add support for m...Gregory Nutt2014-01-101-0/+8
* 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
* Add skip= and count= options to the NSH hexdump command. From Ken PettitGregory Nutt2013-11-011-0/+4
* Add NSH addroute and delroute commandsGregory Nutt2013-10-051-0/+8
* Fix NSH default IP addressGregory Nutt2013-09-171-2/+2
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-181-0/+4
* Add missing NSH configuration settings. Correct some conditional logic for S...Gregory Nutt2013-06-021-0/+17
* Add -h option to NSH git command; And NSH mksmartfs command. From Ken PetitGregory Nutt2013-04-301-0/+8
* Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-291-0/+22
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-291-3/+17
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-1/+10
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-161-1/+1
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-161-1/+1
* Rename namedapp as simply builtinpatacongo2012-12-231-4/+4
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-0/+4
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-311-0/+68
* DNS fixes from Darcy Gongpatacongo2012-10-281-2/+17
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-201-0/+9
* You can now configure a login for Telnet NSH session -- from Darcy Gongpatacongo2012-10-121-15/+43
* Kconfig: Standardize board LED and button configurationspatacongo2012-09-081-3/+4
* More Shenzhou board logicpatacongo2012-09-081-2/+7
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-0/+1
* Add perror()patacongo2012-08-281-0/+3
* Massive naming fix: STMPE11->STMPE811patacongo2012-05-291-1/+72