This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11143 - buffering thread debug showing remote
Attached to Project:
Rockbox
Opened by Ronald Malbosc (Chiyo-chan) - Wednesday, 24 March 2010, 22:11 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 25 April 2010, 14:01 GMT+2
Opened by Ronald Malbosc (Chiyo-chan) - Wednesday, 24 March 2010, 22:11 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 25 April 2010, 14:01 GMT+2
|
DetailsHi,
To help me diagnotics my buffring problem, I added remote output to the buffering thread debug (added lcd_remote_puts juste before every lcd_puts on the right part of debug_menu.c). I've added a patch to the current svn file. As it's my first patch, let me know is anything isn't right. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Sunday, 25 April 2010, 14:01 GMT+2
Reason for closing: Fixed
Additional comments about closing: done useing the correct API in r25712.
Sunday, 25 April 2010, 14:01 GMT+2
Reason for closing: Fixed
Additional comments about closing: done useing the correct API in r25712.
Effectively problem during compile for a target without a LCD remote (tried iPod Video).
I've attached a new version of the patch which include correct (I think ^^) #ifdef.