This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9601 - first shot at buttons for fuze in rockbox (main binary)
Attached to Project:
Rockbox
Opened by Thomas Martitz (kugel.) - Tuesday, 02 December 2008, 23:23 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 24 December 2008, 06:16 GMT+2
Opened by Thomas Martitz (kugel.) - Tuesday, 02 December 2008, 23:23 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 24 December 2008, 06:16 GMT+2
|
DetailsThis is my attempt at using isr to read the buttons in the main binary. This is my first work with IRQ at all, so I might just fail.
It doesn't work for GPIOC, and I have no idea why at all. It currently hangs on boot when I enable GPIOC_IE. It works for Power Button on GPIOB, but that doesn't necessarily mean anything, since that one is relatively easy to use without isr too. I need some help on this one. Note: e200v2 hackers, don't hesitate to join the fin, this does also apply for you. The work I did is to be done in the same way for you dap as well. Please help! |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Wednesday, 24 December 2008, 06:16 GMT+2
Reason for closing: Fixed
Wednesday, 24 December 2008, 06:16 GMT+2
Reason for closing: Fixed
Currently that leads to some glitches, nothing that should break buttons though.
FS#9639andFS#9645