rockbox/firmware/usbstack
Christian Gmeiner 94be71eab5 Add a working serial driver to usb stack. At the moment it simply echos back what it gets. You can test it on linux by
0) change relevant defines in usb_core.c
1) modprobe usbserial vendor=0x0781 product=0x7421 debug=1
2) picocom /dev/ttyUSB0
3) look at your logf screen if you build with logf support and enabled LOGF_ENABLE define in usb_serial.c
I also modified usb_core so that storage and serial both can make use the the 'usb_core'-thread. More will come :)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15850 a1c6a512-1295-4272-9138-f99709370657
2007-11-30 00:13:00 +00:00
..
usb_benchmark.c New USB stack 2007-11-22 20:51:00 +00:00
usb_benchmark.h New USB stack 2007-11-22 20:51:00 +00:00
usb_core.c Add a working serial driver to usb stack. At the moment it simply echos back what it gets. You can test it on linux by 2007-11-30 00:13:00 +00:00
usb_serial.c Add a working serial driver to usb stack. At the moment it simply echos back what it gets. You can test it on linux by 2007-11-30 00:13:00 +00:00
usb_serial.h Add a working serial driver to usb stack. At the moment it simply echos back what it gets. You can test it on linux by 2007-11-30 00:13:00 +00:00
usb_storage.c Fixed memory corruption bug for those testing usb_storage. 2007-11-24 22:40:37 +00:00
usb_storage.h New USB stack 2007-11-22 20:51:00 +00:00