summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_console.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix more errors associated with posix_spawn system callsGregory Nutt2014-09-121-0/+1
|
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-051-2/+2
| | | | 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
* NSH cosmetic changesGregory Nutt2014-01-241-2/+3
|
* Remove some warningsGregory Nutt2013-10-011-2/+1
|
* More improvements to the minimal NSH when there is no file system and when ↵Gregory Nutt2013-10-011-4/+23
| | | | print fieldwidths are suppressed
* Changes to NSH and readline to permit NSH to work on a platform with no file ↵Gregory Nutt2013-09-301-9/+44
| | | | system
* You can now configure a login for Telnet NSH session -- from Darcy Gongpatacongo2012-10-121-5/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5231 42af7a65-404d-4744-a932-0658087f49c3
* Tried to get the Composite driver working on the LPC2148 (and failed)patacongo2012-02-021-0/+432
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4362 42af7a65-404d-4744-a932-0658087f49c3