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