aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb/usb.h
Commit message (Expand)AuthorAgeFilesLines
* usb.h: Move to libmaple/.Marti Bolivar2011-10-211-82/+0
* USB: API cleanups.Marti Bolivar2011-10-211-10/+14
* USB: API cleanups.Marti Bolivar2011-10-211-19/+0
* usb.h: Mark API unstable.Marti Bolivar2011-10-211-0/+4
* usb.h, usb.c: CleanupsMarti Bolivar2011-10-181-2/+1
* usb: Clean up some globals with new struct usblib_dev.Marti Bolivar2011-10-181-15/+20
* Remove usb_config.h.Marti Bolivar2011-10-181-0/+6
* usb: Disentangle CDC ACM functionality.Marti Bolivar2011-10-181-10/+5
* usb: Remove usbPowerOff(), move usbPowerOn() to usb_callbacks.c.Marti Bolivar2011-10-181-3/+0
* usb: Prepare for moving some files to usb_reg_map.h.Marti Bolivar2011-10-181-1/+4
* usb: Replace duplicated code with nvic.h API.Marti Bolivar2011-10-181-3/+0
* usb: Cleanups and renames.Marti Bolivar2011-10-181-4/+2
* usb: Move some board-specific configuration to Wirish.Marti Bolivar2011-10-181-2/+3
* SerialUSB fixups.Marti Bolivar2011-05-041-1/+1
* Refactor linker scripts. Rename irq and exception handlers.Perry Hung2011-02-271-1/+1
* added a usbBlockingSendByte(char ch)AJM2010-12-141-0/+1
* enlarged rx buffer and nak when less than 64 bytes is left in packet bufAJM2010-12-131-2/+2
* candidate bugfix for serialusb receive bugAJM2010-12-131-3/+3
* more sphinx docsMarti Bolivar2010-10-111-36/+56
* added isConnected() to serialusbbnewbold2010-07-221-0/+2
* working serialUSB with timeoutbnewbold2010-07-191-0/+1
* new usb_serialbnewbold2010-07-191-1/+3
* added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn...AJM2010-06-111-0/+2
* [for AJ] added new HardwareUsb implementation. hack.bnewbold2010-05-271-2/+2
* moved the usb directory to its proper home in ./libmapleAJM2010-05-201-0/+64