aboutsummaryrefslogtreecommitdiffstats
path: root/core/usb/usb_lib/usb_core.h
Commit message (Collapse)AuthorAgeFilesLines
* moved the usb directory to its proper home in ./libmapleAJM2010-05-201-252/+0
| | | | 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
* c++ ified all of the usb_core files, added the auto-reset feature to the ↵AJM2010-05-201-0/+8
| | | | 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-201-0/+244
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