aboutsummaryrefslogtreecommitdiffstats
path: root/core/usb
Commit message (Expand)AuthorAgeFilesLines
* moved the usb directory to its proper home in ./libmapleAJM2010-05-2023-4993/+0
* added a delay to the resrt slide to allow enough time for graceul closures of...AJM2010-05-205-2/+53
* fixed the receive 0 bytes bug, where full buffers block the usb port and nev...AJM2010-05-201-0/+8
* added carraige feed to newline send on the test function usbSendHelloAJM2010-05-201-2/+2
* fixed the FIFO bug, tx/rx now seems stable and ready for integration.AJM2010-05-202-4/+8
* theres still a remaining bug whereby fast consecutive read/writes to serial m...AJM2010-05-201-5/+6
* FINALLY figured out the tx/rx bugs, so the whole stack is officially working....AJM2010-05-203-14/+19
* finally got TX working without any delay, there is some weird timing involved...AJM2010-05-208-23/+149
* c++ ified all of the usb_core files, added the auto-reset feature to the virt...AJM2010-05-2018-270/+406
* added virtual com port echoing as the test configuration for the usb serial codeAJM2010-05-201-1/+17
* finished the entire low level usb app for virtual com minus the precise handl...AJM2010-05-2010-87/+911
* added the usb_config file for general setup settings and filled out any undef...AJM2010-05-203-7/+50
* added the string descriptors to the descriptor set so that when you plug in t...AJM2010-05-202-2/+49
* Added the virtual com port descriptors based on the LUFA/MYUsb model (which w...AJM2010-05-202-0/+210
* added the skeleton dir for the usb application lib, since were still dependen...AJM2010-05-2017-0/+3522