summaryrefslogtreecommitdiff
path: root/apps/nshlib/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-051-13/+50
| | | | unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
* 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 ↵Gregory Nutt2014-02-201-35/+72
| | | | settings based upon either more features or smaller footprint. Turns out not be be useful for modifying existing defconfig files because the defaults do not apply in that case
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new ↵Gregory Nutt2014-02-201-2/+3
| | | | configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
* 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 ↵Gregory Nutt2014-01-181-0/+21
| | | | configured out of the build for small systems that need minimal scripting capability
* 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 ↵Gregory Nutt2014-01-101-0/+8
| | | | multiple, semicolone separated commands on each line
* NSH: Code expects CONFIG_NSH_DRIPADDR and CONFIG_NSH_NETMASK even if DHCPC ↵Gregory Nutt2014-01-091-2/+2
| | | | is necessary. For now, just removed the dependency on DHCPC in the Kconfig file, but more thought is needed.
* 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 ↵Gregory Nutt2013-06-021-0/+17
| | | | STM32 FALSH pre-fetch settings. From Lorenz Meier
* 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 ↵patacongo2013-01-291-0/+22
| | | | | | so that a USB console session can connect and reconnect to the USB serial device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5582 42af7a65-404d-4744-a932-0658087f49c3
* The USB monitor now works with the stm32f4discover/nsh configuration (but ↵patacongo2013-01-291-3/+17
| | | | | | not with the usbnsh configuration) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5580 42af7a65-404d-4744-a932-0658087f49c3
* NSH will now run files from the file system; Add logic to unload and ↵patacongo2013-01-171-1/+10
| | | | | | clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5529 42af7a65-404d-4744-a932-0658087f49c3
* Add a binary 'loader' so that builtin applications can be executed from the ↵patacongo2013-01-161-1/+1
| | | | | | BINFS file system git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5525 42af7a65-404d-4744-a932-0658087f49c3
* Rename apps/include/apps.h to builtin.h. Move parts of ↵patacongo2013-01-161-1/+1
| | | | | | apps/builtins/exec_builtin.c to binfmt/libbuiltin/libbuiltin_utils.c git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5524 42af7a65-404d-4744-a932-0658087f49c3
* Rename namedapp as simply builtinpatacongo2012-12-231-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5454 42af7a65-404d-4744-a932-0658087f49c3
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5324 42af7a65-404d-4744-a932-0658087f49c3
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-311-0/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5280 42af7a65-404d-4744-a932-0658087f49c3
* DNS fixes from Darcy Gongpatacongo2012-10-281-2/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5268 42af7a65-404d-4744-a932-0658087f49c3
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-201-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5236 42af7a65-404d-4744-a932-0658087f49c3
* You can now configure a login for Telnet NSH session -- from Darcy Gongpatacongo2012-10-121-15/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5231 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig: Standardize board LED and button configurationspatacongo2012-09-081-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5112 42af7a65-404d-4744-a932-0658087f49c3
* More Shenzhou board logicpatacongo2012-09-081-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5111 42af7a65-404d-4744-a932-0658087f49c3
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5094 42af7a65-404d-4744-a932-0658087f49c3
* Add perror()patacongo2012-08-281-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5061 42af7a65-404d-4744-a932-0658087f49c3
* Massive naming fix: STMPE11->STMPE811patacongo2012-05-291-1/+72
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4782 42af7a65-404d-4744-a932-0658087f49c3
* Developing a new way to handle application configurationspatacongo2012-04-141-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4609 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatespatacongo2012-04-141-5/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4608 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatepatacongo2012-04-121-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4597 42af7a65-404d-4744-a932-0658087f49c3
* Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo2012-04-111-0/+393
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4590 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-061-0/+4
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4566 42af7a65-404d-4744-a932-0658087f49c3