aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/usb_serial.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adding ROBOTIS "make install" and reset hookGregwar2014-04-241-0/+26
* Check if the last packet sent was the full endpoint size, in this case flush ...Manuel Odendahl2013-01-171-1/+12
* usb_serial.cpp: Hackishly silence spurious warnings on VLDiscovery.Marti Bolivar2012-08-271-0/+6
* usb_serial.cpp: Neaten up reset signal RX hook.Marti Bolivar2012-08-221-34/+33
* Move bootloader reset signal detection to Wirish.Marti Bolivar2012-07-311-0/+116
* usb_serial.cpp: Minor tweak.Marti Bolivar2012-07-251-2/+1
* Slightly improve and generify the USB infrastructure.Marti Bolivar2012-06-031-0/+9
* Make USB its own submodule.Marti Bolivar2012-04-111-1/+1
* Move public headers to include directories; related cleanups.Marti Bolivar2012-04-111-2/+5
* USB: API cleanups.Marti Bolivar2011-10-211-2/+2
* usb: Disentangle CDC ACM functionality.Marti Bolivar2011-10-181-9/+10
* usb: Cleanups and renames.Marti Bolivar2011-10-181-2/+2
* usb: Move some board-specific configuration to Wirish.Marti Bolivar2011-10-181-2/+2
* SerialUSB fixups.Marti Bolivar2011-05-041-74/+43
* Fixing USBSerial::read(void*, uint32).Marti Bolivar2011-05-041-3/+3
* fixed broken build from usb_serial.cppAJM2010-12-131-2/+2
* made SerialUSB.read blockingAJM2010-12-131-2/+12
* more sphinx docsMarti Bolivar2010-10-111-0/+2
* wirish reformatted and code-styledMarti Bolivar2010-09-261-17/+24
* last usbserial change... please?bnewbold2010-07-221-3/+12
* added isConnected() to serialusbbnewbold2010-07-221-0/+12
* went with 50ms SerialUSB timeoutbnewbold2010-07-201-1/+1
* working serialUSB with timeoutbnewbold2010-07-191-5/+38
* added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn...AJM2010-06-111-1/+2
* USB Serial read() fix:Perry Hung2010-06-051-1/+2
* Preliminary wirish USBSerial implementation.Perry Hung2010-06-041-0/+72