summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
AgeCommit message (Expand)Author
2007-03-28Killing of threads enabled also for logf debug builds.Miika Pekkarinen
2007-03-28Ability to kill threads in debug screen by pressing select.Miika Pekkarinen
2007-03-26Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen
2007-03-26Make the OS stacks usage debug screen nicer, and unfiy the code for charcell/...Jonathan Gordon
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-16FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the...Michael Sevakis
2007-03-13Improved ADC driver for AS3514 (used in PP5024 - ie. Sansa e200) based off da...Barry Wardell
2007-03-11Clean up the debug menu serial number display code a bit and save a few bytes.Michael Sevakis
2007-03-11iAudio X5: Enable reading of DS2411 serial number. See it under System|Debug|...Michael Sevakis
2007-03-05Some more M5 adjustments.Jens Arnold
2007-03-05Bring up the M5 port to a working stage: Extended numerous explicit checks fo...Jens Arnold
2007-03-04Get rid of C99 style variable declaration. Also, add one more use of #define ...Barry Wardell
2007-03-03Some more replacing of inl/outl with register #define's (doesn't change end-r...Barry Wardell
2007-02-27Code Police: Remove tabs throught apps/ . Hopefully no actual code Jonathan Gordon
2007-02-23Ooops #2 - fix sim builds. The dbg_save_roms function will work on all PP ta...Dave Chapman
2007-02-23Ooops.Dave Chapman
2007-02-23Remap flash ROM to 0x20000000 on the ipods and H10s, and implement dbg_save_r...Dave Chapman
2007-02-18CONFIG_CHARGINGJonathan Gordon
2007-02-18Explicilty set CONFIG_ defines to 0 which are not used.. because doing Jonathan Gordon
2007-02-17build with -Wundef to make sure we have spelled the defines right in #if linesDaniel Stenberg
2007-02-05Remove H300 GPOODx debugging; it was using the wrong port addresses anywaySteve Bavin
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold
2007-02-01FS#4770 - Add USB charging for the H300 seriesSteve Bavin
2007-01-24Split the system status variables out of global_settings and put them into a ...Jonathan Gordon
2007-01-22Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls...Jonathan Gordon
2007-01-11Remove another tagcache reference from the UISteve Bavin
2007-01-08Updated buttonlights for the Gigabeat port. Added LCD controller off and on f...Steve Gotthardt
2007-01-07Revamped the backlight state machine and added buttonlight controls. Go to th...Steve Gotthardt
2007-01-04Fix simulator buildGreg White
2007-01-04Add option to toggle LCD popwer off, gigabeat onlyGreg White
2006-12-27Go back to the old button code for the debug ports screen so its usableJonathan Gordon
2006-12-25Make debug menu compile without priority scheduling and with multicoreBrandon Low
2006-12-19update the runtime screen and move it to the inf menu instead of debugJonathan Gordon
2006-12-12More static'ing, and a few fixes resulting from that.Jens Arnold
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen
2006-12-03Completed target tree move of the ata driver code. Some code cleanup.Jens Arnold
2006-11-25Allow GPIO debug screen on Sansa. Also remove a warning from the NAND driverDaniel Ankers
2006-11-22Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriateDaniel Ankers
2006-11-19* Move checkbox to plugin api (core never uses it)Jonathan Gordon
2006-11-13H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...Michael Sevakis
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold
2006-11-01Restore CPU default frequency when boosting cancelled in debug menuSteve Bavin
2006-10-30General: changed local adc to voltage conversions in several places to use ba...Michael Sevakis
2006-10-29H300: Don't read the button ADC as long as no button is pressed, utilising th...Jens Arnold
2006-10-28Cleanup of new button reading code. Moved functions for enabling of scanning ...Michael Sevakis
2006-10-27Stop reading buttons if one is not down. Don't read remote keys if not plugge...Michael Sevakis
2006-10-27Oops. Missed part of FS#6235 in the last commmitBarry Wardell
2006-10-27Accept FS#6235. We should be using the *_ATTR defines instead of __attribute__Barry Wardell
2006-10-25Enable I/O ports debug menu for 3G iPodsDaniel Ankers