summaryrefslogtreecommitdiffstats
path: root/apps/debug_menu.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-05Some more M5 adjustments.Jens Arnold1-5/+1
2007-03-05Bring up the M5 port to a working stage: Extended numerous explicit checks fo...Jens Arnold1-2/+2
2007-03-04Get rid of C99 style variable declaration. Also, add one more use of #define ...Barry Wardell1-5/+5
2007-03-03Some more replacing of inl/outl with register #define's (doesn't change end-r...Barry Wardell1-0/+6
2007-02-27Code Police: Remove tabs throught apps/ . Hopefully no actual code Jonathan Gordon1-11/+11
2007-02-23Ooops #2 - fix sim builds. The dbg_save_roms function will work on all PP ta...Dave Chapman1-2/+2
2007-02-23Ooops.Dave Chapman1-4/+0
2007-02-23Remap flash ROM to 0x20000000 on the ipods and H10s, and implement dbg_save_r...Dave Chapman1-1/+20
2007-02-18CONFIG_CHARGINGJonathan Gordon1-1/+1
2007-02-18Explicilty set CONFIG_ defines to 0 which are not used.. because doing Jonathan Gordon1-3/+3
2007-02-17build with -Wundef to make sure we have spelled the defines right in #if linesDaniel Stenberg1-3/+0
2007-02-05Remove H300 GPOODx debugging; it was using the wrong port addresses anywaySteve Bavin1-10/+0
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-6/+6
2007-02-01FS#4770 - Add USB charging for the H300 seriesSteve Bavin1-0/+21
2007-01-24Split the system status variables out of global_settings and put them into a ...Jonathan Gordon1-1/+1
2007-01-22Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls...Jonathan Gordon1-1/+52
2007-01-11Remove another tagcache reference from the UISteve Bavin1-1/+1
2007-01-08Updated buttonlights for the Gigabeat port. Added LCD controller off and on f...Steve Gotthardt1-14/+27
2007-01-07Revamped the backlight state machine and added buttonlight controls. Go to th...Steve Gotthardt1-0/+94
2007-01-04Fix simulator buildGreg White1-2/+2
2007-01-04Add option to toggle LCD popwer off, gigabeat onlyGreg White1-0/+45
2006-12-27Go back to the old button code for the debug ports screen so its usableJonathan Gordon1-4/+38
2006-12-25Make debug menu compile without priority scheduling and with multicoreBrandon Low1-0/+7
2006-12-19update the runtime screen and move it to the inf menu instead of debugJonathan Gordon1-86/+0
2006-12-12More static'ing, and a few fixes resulting from that.Jens Arnold1-48/+29
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen1-7/+3