summaryrefslogtreecommitdiff
path: root/firmware/usbstack/usb_serial.c (follow)
Commit message (Expand)AuthorAge
* Added missing usb #includes to usb source files.Bertrik Sikken2008-05-03
* - change the usb class driver framework to allow for device classes with more...Frank Gevaerts2008-04-26
* Put USB controller structures in IRAM. This seems to make the connection much...Frank Gevaerts2008-04-20
* UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis2008-04-18
* reorganise the usb stack to provide a clean separation between core and class...Frank Gevaerts2008-03-06
* extra input checkingFrank Gevaerts2008-03-02
* remove a reundant MIN(), and reduce the buffer. We really don't need 16k for ...Frank Gevaerts2008-03-02
* implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to wor...Frank Gevaerts2008-03-02
* Major USB stack improvements. It now works at nearly the maximum speed for a ...Frank Gevaerts2008-02-20
* Add a working serial driver to usb stack. At the moment it simply echos back ...Christian Gmeiner2007-11-30