aboutsummaryrefslogtreecommitdiff
path: root/libmaple/usb/usb.h
AgeCommit message (Expand)Author
2011-10-21usb.h: Move to libmaple/.Marti Bolivar
2011-10-21USB: API cleanups.Marti Bolivar
2011-10-21USB: API cleanups.Marti Bolivar
2011-10-21usb.h: Mark API unstable.Marti Bolivar
2011-10-18usb.h, usb.c: CleanupsMarti Bolivar
2011-10-18usb: Clean up some globals with new struct usblib_dev.Marti Bolivar
2011-10-18Remove usb_config.h.Marti Bolivar
2011-10-18usb: Disentangle CDC ACM functionality.Marti Bolivar
2011-10-18usb: Remove usbPowerOff(), move usbPowerOn() to usb_callbacks.c.Marti Bolivar
2011-10-18usb: Prepare for moving some files to usb_reg_map.h.Marti Bolivar
2011-10-18usb: Replace duplicated code with nvic.h API.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-02-27Refactor linker scripts. Rename irq and exception handlers.Perry Hung
2010-12-14added a usbBlockingSendByte(char ch)AJM
2010-12-13enlarged rx buffer and nak when less than 64 bytes is left in packet bufAJM
2010-12-13candidate bugfix for serialusb receive bugAJM
2010-10-11more sphinx docsMarti Bolivar
2010-07-22added isConnected() to serialusbbnewbold
2010-07-19working serialUSB with timeoutbnewbold
2010-07-19new usb_serialbnewbold
2010-06-11added 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-20moved the usb directory to its proper home in ./libmapleAJM