summaryrefslogtreecommitdiff
path: root/apps/examples/usbterm/usbterm_main.c
Commit message (Expand)AuthorAgeFilesLines
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, but...Gregory Nutt2014-02-101-1/+1
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-2/+2
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-5/+4
* Add configurable application entry pointpatacongo2012-08-301-25/+17
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-061-0/+4
* The PIC32 USB device driver is (finally) functionalpatacongo2012-03-061-1/+1
* Several fixes to the PIC32 USB device OUT path logicpatacongo2012-03-041-5/+27
* A little more work (but not much progress) on the PIC32 USB device driverpatacongo2012-02-291-4/+4
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-281-2/+2
* Use realine instead of fgets in several other placespatacongo2012-02-011-2/+27
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-251-4/+4
* STM32 GPIO fix; Fixes for PIC32 USB term examplepatacongo2011-12-301-4/+22
* Separate all CDC ACM descriptors into a separate C filepatacongo2011-09-271-2/+2
* CDC ACM fixespatacongo2011-09-271-4/+12
* Add examples/usbtermpatacongo2011-09-261-0/+307