Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | candidate bugfix for serialusb receive bug | AJM | 2010-12-13 | 1 | -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 work | bnewbold | 2010-08-25 | 1 | -1/+1 |
| | |||||
* | modified the makefile to build the usb related files/removed all uintx_t to ↵ | AJM | 2010-05-20 | 1 | -62/+62 |
| | | | | uintx | ||||
* | moved the usb directory to its proper home in ./libmaple | AJM | 2010-05-20 | 1 | -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 |