summaryrefslogtreecommitdiffstats
path: root/apps/debug_menu.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-25Remove the hack which read the ipod hardware revision from flash in the bootl...Dave Chapman1-5/+15
2007-07-25Some rewriting of the e200 ata driver. No more panicing. Faster card multiple...Michael Sevakis1-2/+8
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-10/+0
2007-07-19Make the audio thread debug screen leavable on H10 (and potentially other tar...Jens Arnold1-2/+1
2007-07-15Fix yellow.Michael Sevakis1-0/+2
2007-07-15Hopefully get the rest of the quirks out of the debug menus and save some siz...Michael Sevakis1-144/+215
2007-07-14e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen g...Michael Sevakis1-6/+14
2007-07-14unused paramJonathan Gordon1-1/+1
2007-07-14minor update to the debug screens to handle dynamic screens a bit better. And...Jonathan Gordon1-16/+12
2007-07-14fix radio screenJonathan Gordon1-1/+2
2007-07-14make the radio debug screen auto-updateJonathan Gordon1-1/+2
2007-07-14Fix typo in the debug disk info screenRobert Keevil1-1/+1
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis1-10/+10
2007-07-14Fix radio screen, and use the actual card type name for the title in the disk...Jonathan Gordon1-3/+9
2007-07-12convert the disk info debug screen to a list.Jonathan Gordon1-255/+158
2007-07-11convert the tagcache, database and radio debug screens to nice listsJonathan Gordon1-157/+100
2007-07-11make the debug menu nice and fastJonathan Gordon1-1/+1
2007-07-10iPod G3: Clock setup register display and CPU clock estimation in debug menu....Jens Arnold1-3/+26
2007-07-07Improved clock estimation in debug menu.Jens Arnold1-3/+5
2007-07-03More PP502x clock setup rework. This should fix the freezes on PP5020 once an...Jens Arnold1-2/+5
2007-07-02Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...Jens Arnold1-3/+46
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis1-22/+24
2007-06-26Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin con...Michael Sevakis1-0/+3
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis1-2/+2
2007-06-07Add a mode the lists which doesnt show the selection marker.Jonathan Gordon1-1/+4
2007-06-06Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis1-1/+33
2007-05-14Fix for unlikely, but possible, division-by-zeroSteve Bavin1-3/+6
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman1-2/+2
2007-05-07Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disab...Karl Kurbjun1-130/+30
2007-04-29these should be staticJonathan Gordon1-2/+2
2007-04-29Stop using the old menu API in the debug menu (using the new api causes massi...Jonathan Gordon1-14/+28
2007-04-21Clean up that warning and pull out an unneeded #ifdefKarl Kurbjun1-5/+1
2007-04-21Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself...Karl Kurbjun1-1/+42
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold1-3/+4
2007-04-11Get rid of some old archos debug cruft (USB polarity, PR polarity and ATA add...Jens Arnold1-72/+18
2007-04-08Give all menus using the old API a nice title and icons (except plugins)Jonathan Gordon1-1/+1
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-9/+3
2007-04-05count was set wrong for the parititons screen. imo this is a bug in the list ...Jonathan Gordon1-1/+1
2007-04-05Fix sim warningJonathan Gordon1-1/+2
2007-04-05Make the partitions debug screen use the list also.Jonathan Gordon1-80/+64
2007-03-28Killing of threads enabled also for logf debug builds.Miika Pekkarinen1-1/+3
2007-03-28Ability to kill threads in debug screen by pressing select.Miika Pekkarinen1-0/+6
2007-03-26Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen1-36/+17
2007-03-26Make the OS stacks usage debug screen nicer, and unfiy the code for charcell/...Jonathan Gordon1-113/+71
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-1/+1
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-6/+6
2007-03-16FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the...Michael Sevakis1-7/+21
2007-03-13Improved ADC driver for AS3514 (used in PP5024 - ie. Sansa e200) based off da...Barry Wardell1-0/+28
2007-03-11Clean up the debug menu serial number display code a bit and save a few bytes.Michael Sevakis1-6/+5
2007-03-11iAudio X5: Enable reading of DS2411 serial number. See it under System|Debug|...Michael Sevakis1-3/+35