aboutsummaryrefslogtreecommitdiffstats
path: root/core/usb/README
Commit message (Collapse)AuthorAgeFilesLines
* moved the usb directory to its proper home in ./libmapleAJM2010-05-201-68/+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
* finished the entire low level usb app for virtual com minus the precise ↵AJM2010-05-201-1/+3
| | | | handling of get/send data callbacks and toggle line state. completely undebugged for now.
* added the skeleton dir for the usb application lib, since were still ↵AJM2010-05-201-0/+66
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