index
:
feurig/libmaplemidi-cma
0.0.10-maintenance
0.0.11-maintenance
0.0.9-maintenance
audio-board
ethernet-shield
master
wizEthernet
C and C++ library for STM32 ARM Cortex-M3 development boards.
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libmaple
/
usb
/
usb.c
Age
Commit message (
Expand
)
Author
2011-02-12
Merge branch 'debug-serialusb'
Marti Bolivar
2011-02-09
Fixing usb.c countTx race; thanks, geoffreymbrown!
Marti Bolivar
2010-12-14
added a usbBlockingSendByte(char ch)
AJM
2010-12-14
changed the serialusb to be simplest possible design
AJM
2010-12-13
enlarged rx buffer and nak when less than 64 bytes is left in packet buf
AJM
2010-12-13
candidate bugfix for serialusb receive bug
AJM
2010-10-11
more sphinx docs
Marti Bolivar
2010-08-05
Some refactoring
bnewbold
2010-07-22
added isConnected() to serialusb
bnewbold
2010-07-19
working serialUSB with timeout
bnewbold
2010-07-19
new usb_serial
bnewbold
2010-06-11
added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn...
AJM
2010-06-10
cosmetic change on usbsendbytes
AJM
2010-06-09
new reset scheme now works
AJM
2010-06-09
added a somewhat broken version of the reset magic number scheme.
AJM
2010-06-09
first approach at modding the reset scheme
AJM
2010-06-09
removed the callback for send functional descriptor.
AJM
2010-06-07
another fix for USB unheard print issue
bnewbold
2010-06-04
NEEDS REVIEW: fix for first usb write bug
bnewbold
2010-06-04
Preliminary wirish USBSerial implementation.
Perry Hung
2010-05-20
modified the makefile to build the usb related files/removed all uintx_t to u...
AJM
2010-05-20
moved the usb directory to its proper home in ./libmaple
AJM