aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb/usb_lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove usb_int.h, usb_int.h, usb_int.c.Marti Bolivar2011-10-183-234/+0
| | | | | | No longer used. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple: Fix warnings in libmaple source filesPerry Hung2011-05-121-3/+3
| | | | | -Add -Wall, -Werror to libmaple/* -Fix warnings
* Converting all files to UNIX newlines.Marti Bolivar2011-05-1013-3308/+3308
| | | | | | | Committing the results of running the following on the libmaple root directory: $ fromdos `grep --exclude-dir='[.]git' -Ilsr $'\r$' .`
* SerialUSB fixups.Marti Bolivar2011-05-042-3/+3
|
* removed the callback for send functional descriptor.AJM2010-06-092-4/+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
* modified the makefile to build the usb related files/removed all uintx_t to ↵AJM2010-05-201-3/+0
| | | | uintx
* moved the usb directory to its proper home in ./libmapleAJM2010-05-2013-0/+3315
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