aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb/usb.c
Commit message (Expand)AuthorAgeFilesLines
* Slightly improve and generify the USB infrastructure.Marti Bolivar2012-06-031-381/+0
* Fix a bunch of Doxygen file-level comments.Marti Bolivar2012-05-081-1/+3
* Make USB its own submodule.Marti Bolivar2012-04-111-3/+5
* USB: API cleanups.Marti Bolivar2011-10-211-12/+7
* USB: API cleanups.Marti Bolivar2011-10-211-19/+21
* usb.h, usb.c: CleanupsMarti Bolivar2011-10-181-20/+17
* usb: Clean up some globals with new struct usblib_dev.Marti Bolivar2011-10-181-24/+30
* Remove usb_config.h.Marti Bolivar2011-10-181-12/+13
* usb: Disentangle CDC ACM functionality.Marti Bolivar2011-10-181-163/+11
* usb.c: Use usb_reg_map.h; replace most of CTR_LP().Marti Bolivar2011-10-181-90/+244
* usb: Remove usbPowerOff(), move usbPowerOn() to usb_callbacks.c.Marti Bolivar2011-10-181-28/+0
* Remove usb_hardware.c and usb_hardware.h.Marti Bolivar2011-10-181-2/+2
* usb: Replace duplicated code with nvic.h API.Marti Bolivar2011-10-181-25/+5
* usb: Cleanups and renames.Marti Bolivar2011-10-181-17/+2
* usb: Move some board-specific configuration to Wirish.Marti Bolivar2011-10-181-5/+5
* fixed a bug in usbreceivebytesAndrew J Meyer2011-07-011-1/+5
* libmaple: Fix warnings in libmaple source filesPerry Hung2011-05-121-3/+1
* SerialUSB fixups.Marti Bolivar2011-05-041-7/+5
* Resolving some FIXMEs.Marti Bolivar2011-04-111-22/+2
* [WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar2011-03-111-7/+26
* Refactor linker scripts. Rename irq and exception handlers.Perry Hung2011-02-271-1/+1
* Merge branch 'debug-serialusb'Marti Bolivar2011-02-121-45/+31
|\
| * added a usbBlockingSendByte(char ch)AJM2010-12-141-5/+10
| * changed the serialusb to be simplest possible designAJM2010-12-141-25/+15
| * 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-20/+10
* | Fixing usb.c countTx race; thanks, geoffreymbrown!Marti Bolivar2011-02-091-1/+1
|/
* more sphinx docsMarti Bolivar2010-10-111-113/+91
* Some refactoringbnewbold2010-08-051-1/+2
* added isConnected() to serialusbbnewbold2010-07-221-0/+8
* working serialUSB with timeoutbnewbold2010-07-191-0/+6
* new usb_serialbnewbold2010-07-191-49/+53
* added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn...AJM2010-06-111-6/+24
* cosmetic change on usbsendbytesAJM2010-06-101-1/+1
* new reset scheme now worksAJM2010-06-091-1/+1
* added a somewhat broken version of the reset magic number scheme.AJM2010-06-091-3/+2
* first approach at modding the reset schemeAJM2010-06-091-31/+2
* removed the callback for send functional descriptor.AJM2010-06-091-1/+0
* another fix for USB unheard print issuebnewbold2010-06-071-18/+9
* NEEDS REVIEW: fix for first usb write bugbnewbold2010-06-041-3/+5
* Preliminary wirish USBSerial implementation.Perry Hung2010-06-041-18/+23
* modified the makefile to build the usb related files/removed all uintx_t to u...AJM2010-05-201-1/+1
* moved the usb directory to its proper home in ./libmapleAJM2010-05-201-0/+470