aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb/usb_lib/usb_core.c
Commit message (Collapse)AuthorAgeFilesLines
* Converting all files to UNIX newlines.Marti Bolivar2011-05-101-1013/+1013
| | | | | | | Committing the results of running the following on the libmaple root directory: $ fromdos `grep --exclude-dir='[.]git' -Ilsr $'\r$' .`
* removed the callback for send functional descriptor.AJM2010-06-091-3/+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
* moved the usb directory to its proper home in ./libmapleAJM2010-05-201-0/+1016
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