summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_usbdev.c
Commit message (Expand)AuthorAgeFilesLines
* NSH: Add an option to take stdin from a USB keyboard deviceGregory Nutt2014-07-031-395/+0
* More trailing whilespace removalGregory Nutt2014-04-131-3/+3
* Eliminate some warningsGregory Nutt2014-03-261-0/+4
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH...Gregory Nutt2013-05-211-1/+1
* Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-291-52/+193
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-291-8/+15
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-261-1/+34
* remove a warningpatacongo2012-05-261-3/+1
* Now have to press enter 3 times to start with USB NSH consolepatacongo2012-05-261-7/+41
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-251-4/+12
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-061-2/+23
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-1/+1
* If we are using a USB serial console, then NSH must wait for the USB device t...patacongo2012-01-241-0/+149