This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9575 - Preliminary button driver for Sansa Fuze
Attached to Project:
Rockbox
Opened by Thomas Martitz (kugel.) - Monday, 24 November 2008, 21:09 GMT+2
Last edited by Björn Stenberg (zagor) - Monday, 24 November 2008, 21:51 GMT+2
Opened by Thomas Martitz (kugel.) - Monday, 24 November 2008, 21:09 GMT+2
Last edited by Björn Stenberg (zagor) - Monday, 24 November 2008, 21:51 GMT+2
|
DetailsSimply copied button_int from button-e200v2.c.
I also updated the V2HardwareMapping wiki page accordingly. |
This task depends upon
gpio*_afsel need to be preserved since they are used in lcd.
Also I'm not familiar with the rockbox threads; could an interrupt happen while these registers are set to gpio (xpb and xpc as gpio), and switch the CPU to LCD code (which would need xpb and xpc as DBOP) ?
Also, I did some test and wasn't quite successful.