aboutsummaryrefslogtreecommitdiff
path: root/wirish/usb_serial.cpp
AgeCommit message (Expand)Author
2013-01-17Check if the last packet sent was the full endpoint size, in this case flush ...Manuel Odendahl
2012-08-27usb_serial.cpp: Hackishly silence spurious warnings on VLDiscovery.Marti Bolivar
2012-08-22usb_serial.cpp: Neaten up reset signal RX hook.Marti Bolivar
2012-07-31Move bootloader reset signal detection to Wirish.Marti Bolivar
2012-07-25usb_serial.cpp: Minor tweak.Marti Bolivar
2012-06-03Slightly improve and generify the USB infrastructure.Marti Bolivar
2012-04-11Make USB its own submodule.Marti Bolivar
2012-04-11Move public headers to include directories; related cleanups.Marti Bolivar
2011-10-21USB: API cleanups.Marti Bolivar
2011-10-18usb: Disentangle CDC ACM functionality.Marti Bolivar
2011-10-18usb: Cleanups and renames.Marti Bolivar
2011-10-18usb: Move some board-specific configuration to Wirish.Marti Bolivar
2011-05-04SerialUSB fixups.Marti Bolivar
2011-05-04Fixing USBSerial::read(void*, uint32).Marti Bolivar
2010-12-13fixed broken build from usb_serial.cppAJM
2010-12-13made SerialUSB.read blockingAJM
2010-10-11more sphinx docsMarti Bolivar
2010-09-26wirish reformatted and code-styledMarti Bolivar
2010-07-22last usbserial change... please?bnewbold
2010-07-22added isConnected() to serialusbbnewbold
2010-07-20went with 50ms SerialUSB timeoutbnewbold
2010-07-19working serialUSB with timeoutbnewbold
2010-06-11added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn...AJM
2010-06-05USB Serial read() fix:Perry Hung
2010-06-04Preliminary wirish USBSerial implementation.Perry Hung