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.h
Age
Commit message (
Expand
)
Author
2011-10-21
usb.h: Move to libmaple/.
Marti Bolivar
2011-10-21
USB: API cleanups.
Marti Bolivar
2011-10-21
USB: API cleanups.
Marti Bolivar
2011-10-21
usb.h: Mark API unstable.
Marti Bolivar
2011-10-18
usb.h, usb.c: Cleanups
Marti Bolivar
2011-10-18
usb: Clean up some globals with new struct usblib_dev.
Marti Bolivar
2011-10-18
Remove usb_config.h.
Marti Bolivar
2011-10-18
usb: Disentangle CDC ACM functionality.
Marti Bolivar
2011-10-18
usb: Remove usbPowerOff(), move usbPowerOn() to usb_callbacks.c.
Marti Bolivar
2011-10-18
usb: Prepare for moving some files to usb_reg_map.h.
Marti Bolivar
2011-10-18
usb: Replace duplicated code with nvic.h API.
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-02-27
Refactor linker scripts. Rename irq and exception handlers.
Perry Hung
2010-12-14
added a usbBlockingSendByte(char ch)
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-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-05-27
[for AJ] added new HardwareUsb implementation. hack.
bnewbold
2010-05-20
moved the usb directory to its proper home in ./libmaple
AJM