implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to work, and...
commit9fe6abe8ad1711566a054076b40f5b0ba357269e
authorgevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Sun, 2 Mar 2008 20:45:33 +0000 (2 20:45 +0000)
committergevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Sun, 2 Mar 2008 20:45:33 +0000 (2 20:45 +0000)
tree61e3270b59b1442872779f0ea86ea237d6c92513
parent67a3384fa67ddb1feddf10c74766218a7845ee12
implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to work, and needs to be enabled in the debug menu.
It stops sending data after a while for unknown reasons.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16486 a1c6a512-1295-4272-9138-f99709370657
apps/debug_menu.c
firmware/logf.c
firmware/usb.c
firmware/usbstack/usb_core.c
firmware/usbstack/usb_serial.c
firmware/usbstack/usb_serial.h