aboutsummaryrefslogtreecommitdiffstats
path: root/core/usb/usb_hardware.c
Commit message (Collapse)AuthorAgeFilesLines
* moved the usb directory to its proper home in ./libmapleAJM2010-05-201-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 ↵AJM2010-05-201-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 ↵AJM2010-05-201-0/+132
handling of get/send data callbacks and toggle line state. completely undebugged for now.