Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved the usb directory to its proper home in ./libmaple | AJM | 2010-05-20 | 1 | -129/+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 ↵ | AJM | 2010-05-20 | 1 | -4/+1 |
| | | | | virtual com port, got the descriptors in functional although not pretty order that can be fixed using the attribute packing | ||||
* | finished the entire low level usb app for virtual com minus the precise ↵ | AJM | 2010-05-20 | 1 | -0/+132 |
handling of get/send data callbacks and toggle line state. completely undebugged for now. |