summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_serial.c
Commit message (Expand)AuthorAgeFilesLines
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-534/+0
* Use realine instead of fgets in several other placespatacongo2012-02-011-1/+1
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-1/+19
* If we are using a USB serial console, then NSH must wait for the USB device t...patacongo2012-01-241-2/+10
* Correct several errors in STM32 serial port configurationpatacongo2011-07-041-1/+1
* Add stm32/nsh2 config; Add option to use any TTY for NSH consolepatacongo2011-07-041-52/+111
* Move nuttx/examples to apps/examplespatacongo2011-03-201-1/+1
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-7/+7
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+449