aboutsummaryrefslogtreecommitdiffstats
path: root/core/usb
Commit message (Collapse)AuthorAgeFilesLines
* finished the entire low level usb app for virtual com minus the precise ↵AJM2010-05-2010-87/+911
| | | | handling of get/send data callbacks and toggle line state. completely undebugged for now.
* added the usb_config file for general setup settings and filled out any ↵AJM2010-05-203-7/+50
| | | | undefined macros in the usb descriptor files
* added the string descriptors to the descriptor set so that when you plug in ↵AJM2010-05-202-2/+49
| | | | the device it can actually report "LeafLabs Maple R3"
* Added the virtual com port descriptors based on the LUFA/MYUsb model (which ↵AJM2010-05-202-0/+210
| | | | was great). Still need to flesh out quite a few macros that were referenced but never defined.
* added the skeleton dir for the usb application lib, since were still ↵AJM2010-05-2017-0/+3522
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