aboutsummaryrefslogtreecommitdiffstats
path: root/core/usb/usb_lib
Commit message (Collapse)AuthorAgeFilesLines
* c++ ified all of the usb_core files, added the auto-reset feature to the ↵AJM2010-05-209-88/+58
| | | | virtual com port, got the descriptors in functional although not pretty order that can be fixed using the attribute packing
* added the skeleton dir for the usb application lib, since were still ↵AJM2010-05-2014-0/+3345
dependent on st for low level access, the entire usb stack lives in the core application level (not in libmaple). the next project should be to include some low level usb stack in the libmaple