aboutsummaryrefslogtreecommitdiff
path: root/core/usb/usb_hardware.c
AgeCommit message (Collapse)Author
2010-05-20moved the usb directory to its proper home in ./libmapleAJM
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
2010-05-20c++ ified all of the usb_core files, added the auto-reset feature to the ↵AJM
virtual com port, got the descriptors in functional although not pretty order that can be fixed using the attribute packing
2010-05-20finished the entire low level usb app for virtual com minus the precise ↵AJM
handling of get/send data callbacks and toggle line state. completely undebugged for now.