summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
AgeCommit message (Expand)Author
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis
2007-09-06Sansa c200 port. Rockbox works with sound. Several features are disabled incl...Mark Arigo
2007-08-22H10 ADC values are 10 bit, hence we need 3 hex digits.Jens Arnold
2007-08-21H10: make all ADC values fit on the debug screen of the 5GBPeter D'Hoye
2007-08-15Switch to using millivolt for battery voltage and other internal voltages. * ...Jens Arnold
2007-08-03I supposed to show DEV_EN on PP502x....Jens Arnold
2007-08-03Updated & added some PP register debug stuff.Jens Arnold
2007-07-29iPod 1st..3rd gen: Fix CPU scaling instability on PP5002 * Add some new info ...Jens Arnold
2007-07-27Make 'View HW Info' work on PP5002 targets and move clock estimation there. *...Jens Arnold
2007-07-26Preparations for iPod G1 and G2. Does not even compile properly yet. * Sorted...Jens Arnold
2007-07-25Remove the hack which read the ipod hardware revision from flash in the bootl...Dave Chapman
2007-07-25Some rewriting of the e200 ata driver. No more panicing. Faster card multiple...Michael Sevakis
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon
2007-07-19Make the audio thread debug screen leavable on H10 (and potentially other tar...Jens Arnold
2007-07-15Fix yellow.Michael Sevakis
2007-07-15Hopefully get the rest of the quirks out of the debug menus and save some siz...Michael Sevakis
2007-07-14e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen g...Michael Sevakis
2007-07-14unused paramJonathan Gordon
2007-07-14minor update to the debug screens to handle dynamic screens a bit better. And...Jonathan Gordon
2007-07-14fix radio screenJonathan Gordon
2007-07-14make the radio debug screen auto-updateJonathan Gordon
2007-07-14Fix typo in the debug disk info screenRobert Keevil
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis
2007-07-14Fix radio screen, and use the actual card type name for the title in the disk...Jonathan Gordon
2007-07-12convert the disk info debug screen to a list.Jonathan Gordon
2007-07-11convert the tagcache, database and radio debug screens to nice listsJonathan Gordon
2007-07-11make the debug menu nice and fastJonathan Gordon
2007-07-10iPod G3: Clock setup register display and CPU clock estimation in debug menu....Jens Arnold
2007-07-07Improved clock estimation in debug menu.Jens Arnold
2007-07-03More PP502x clock setup rework. This should fix the freezes on PP5020 once an...Jens Arnold
2007-07-02Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...Jens Arnold
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis
2007-06-26Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin con...Michael Sevakis
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis
2007-06-07Add a mode the lists which doesnt show the selection marker.Jonathan Gordon
2007-06-06Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis
2007-05-14Fix for unlikely, but possible, division-by-zeroSteve Bavin
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman
2007-05-07Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disab...Karl Kurbjun
2007-04-29these should be staticJonathan Gordon
2007-04-29Stop using the old menu API in the debug menu (using the new api causes massi...Jonathan Gordon
2007-04-21Clean up that warning and pull out an unneeded #ifdefKarl Kurbjun
2007-04-21Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself...Karl Kurbjun
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold
2007-04-11Get rid of some old archos debug cruft (USB polarity, PR polarity and ATA add...Jens Arnold
2007-04-08Give all menus using the old API a nice title and icons (except plugins)Jonathan Gordon
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold
2007-04-05count was set wrong for the parititons screen. imo this is a bug in the list ...Jonathan Gordon