aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb/descriptors.h
Commit message (Collapse)AuthorAgeFilesLines
* candidate bugfix for serialusb receive bugAJM2010-12-131-1/+24
| | | | changed USB driver to nak whenever it cant fill an entire endpoint (64B) worth of new data. The old scheme was to set receive valid as long as as the endpoint buffer wasnt full, the new scheme is to nak until it is completely empty.
* inital portability workbnewbold2010-08-251-1/+1
|
* modified the makefile to build the usb related files/removed all uintx_t to ↵AJM2010-05-201-62/+62
| | | | uintx
* moved the usb directory to its proper home in ./libmapleAJM2010-05-201-0/+202
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