aboutsummaryrefslogtreecommitdiff
path: root/libmaple/usb/usb.c
AgeCommit message (Expand)Author
2012-06-03Slightly improve and generify the USB infrastructure.Marti Bolivar
2012-05-08Fix a bunch of Doxygen file-level comments.Marti Bolivar
2012-04-11Make USB its own submodule.Marti Bolivar
2011-10-21USB: API cleanups.Marti Bolivar
2011-10-21USB: API cleanups.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.c: Use usb_reg_map.h; replace most of CTR_LP().Marti Bolivar
2011-10-18usb: Remove usbPowerOff(), move usbPowerOn() to usb_callbacks.c.Marti Bolivar
2011-10-18Remove usb_hardware.c and usb_hardware.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-07-01fixed a bug in usbreceivebytesAndrew J Meyer
2011-05-12libmaple: Fix warnings in libmaple source filesPerry Hung
2011-05-04SerialUSB fixups.Marti Bolivar
2011-04-11Resolving some FIXMEs.Marti Bolivar
2011-03-11[WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar
2011-02-27Refactor linker scripts. Rename irq and exception handlers.Perry Hung
2011-02-12Merge branch 'debug-serialusb'Marti Bolivar
2011-02-09Fixing usb.c countTx race; thanks, geoffreymbrown!Marti Bolivar
2010-12-14added a usbBlockingSendByte(char ch)AJM
2010-12-14changed the serialusb to be simplest possible designAJM
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-08-05Some refactoringbnewbold
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-06-10cosmetic change on usbsendbytesAJM
2010-06-09new reset scheme now worksAJM
2010-06-09added a somewhat broken version of the reset magic number scheme.AJM
2010-06-09first approach at modding the reset schemeAJM
2010-06-09removed the callback for send functional descriptor.AJM
2010-06-07another fix for USB unheard print issuebnewbold
2010-06-04NEEDS REVIEW: fix for first usb write bugbnewbold
2010-06-04Preliminary wirish USBSerial implementation.Perry Hung
2010-05-20modified the makefile to build the usb related files/removed all uintx_t to u...AJM
2010-05-20moved the usb directory to its proper home in ./libmapleAJM