aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb/usb.c
Commit message (Collapse)AuthorAgeFilesLines
* removed the callback for send functional descriptor.AJM2010-06-091-1/+0
| | | | It wasnt used, and was causing a compiler warning to get thrown. It isnt needed, not sure why I added it in the first place
* another fix for USB unheard print issuebnewbold2010-06-071-18/+9
|
* NEEDS REVIEW: fix for first usb write bugbnewbold2010-06-041-3/+5
| | | | | aj wrote this and had comments saying fix this wouldn't work, but it seems to...
* Preliminary wirish USBSerial implementation.Perry Hung2010-06-041-18/+23
| | | | | | -updated examples -removed HardwareUSB -cleaned up a handful of includes
* modified the makefile to build the usb related files/removed all uintx_t to ↵AJM2010-05-201-1/+1
| | | | uintx
* moved the usb directory to its proper home in ./libmapleAJM2010-05-201-0/+470
also, removed some old usb file, bootVect.h, which setup the static table for the runtime usb lib that no longer exists and was provided by the bootloader rev 1