forked from len0rd/rockbox
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
This commit is contained in:
parent
bf2a33485f
commit
94be71eab5
4 changed files with 143 additions and 11 deletions
|
|
@ -229,6 +229,7 @@ drivers/audio/mas35xx.c
|
|||
#ifdef HAVE_USBSTACK
|
||||
usbstack/usb_core.c
|
||||
usbstack/usb_storage.c
|
||||
usbstack/usb_serial.c
|
||||
usbstack/usb_benchmark.c
|
||||
#ifdef CPU_PP502x
|
||||
target/arm/usb-drv-pp502x.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue