summaryrefslogtreecommitdiffstats
path: root/apps/debug_menu.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-16replaced all the splash calls by gui_sync_splash, added some missing remote k...Kevin Ferrare1-1/+3
2005-11-12iPod: dummy implementation of dbg_flash_id()Dave Chapman1-1/+8
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy1-4/+0
2005-11-09H300: Fix dbg_save_roms().Jens Arnold1-3/+4
2005-11-03Recorder v1: removed duplicate battery debug code.Jens Arnold1-6/+7
2005-10-10Debug menu: Added flash ID reading and ROM dump for H1x0. * #if(def) cleanupJens Arnold1-34/+84
2005-10-08Ported the memory guard debug feature to coldfire, using the breakpoint logic...Jens Arnold1-4/+4
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold1-2/+3
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-2/+2
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen1-5/+5
2005-08-18Some more cosmetic fixes for bitmap displays in the debug menuLinus Nielsen Feltzing1-9/+2
2005-08-14Use the system font in the debug screensLinus Nielsen Feltzing1-0/+2
2005-07-21Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen1-3/+4
2005-07-18iriver debug menu: S/PDIF analyzerLinus Nielsen Feltzing1-0/+163
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner1-2/+2
2005-07-13Fixed the errors.Miika Pekkarinen1-0/+1
2005-07-11Wrong model check in the debug menu. Now the recording test is back on the H1...Linus Nielsen Feltzing1-2/+2
2005-07-10Archos devices: Removed MAS and RTC debug menu options. They are no longer us...Jens Arnold1-335/+0
2005-06-29Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg1-1/+2
2005-06-25Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold1-3/+3
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold1-3/+5
2005-06-22Undid the variable font size handling in audio_debug since it now uses the sy...Jens Arnold1-6/+3
2005-06-22Use system font for the audio thread debug screenLinus Nielsen Feltzing1-0/+2
2005-06-22Mind the line-heightJonas Häggqvist1-2/+5
2005-06-22More audio thread debug infoLinus Nielsen Feltzing1-4/+8
2005-06-22OOps, bad handling of tick_remove_task()Linus Nielsen Feltzing1-2/+4
2005-06-22New debug screen for sw codec audio threadLinus Nielsen Feltzing1-3/+78
2005-06-19Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re...Andy1-0/+6
2005-06-18Iriver UDA1380 volume and balance handling is now done in sound.c, similar to...Jens Arnold1-210/+1
2005-06-06Audio thread debug is only for bitmapped LCDLinus Nielsen Feltzing1-2/+2
2005-06-06Audio thread debug is only for MAS at the momentLinus Nielsen Feltzing1-2/+2
2005-06-01Added logfdump - that writes the internal logf log to .rockbox/logf.txtDaniel Stenberg1-0/+1
2005-05-30(Optional) logf supportDaniel Stenberg1-0/+4
2005-05-27Adjusted MMC debug info.Jens Arnold1-2/+2
2005-05-08Removed dead code; some minor optimisations.Jens Arnold1-10/+5
2005-05-07Bugfix: debug_fm_detection was defined twice. Removed it, since it only had a...Jens Arnold1-4/+0
2005-05-06Bugfix: ata_device is a char in ata.cJens Arnold1-3/+3
2005-04-28MMC driver does now handle block sizes != 512 bytes, which is necessary to su...Jens Arnold1-1/+3
2005-04-14New API for buffered PCM playbackLinus Nielsen Feltzing1-19/+38
2005-04-06First lame attempt to show correct battery level on the iRiverLinus Nielsen Feltzing1-0/+10
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing1-6/+6
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-6/+6
2005-03-31iRiver: More DMA debug outputLinus Nielsen Feltzing1-8/+21
2005-03-28Re-do previous patch, again. xshock's patch undid this.Michiel Van Der Kolk1-11/+13
2005-03-28Sound api improvements, rockboy sound, contributed by xshock.Michiel Van Der Kolk1-17/+18
2005-03-23patch # 1159539 from GvB: V1 charging cleanupJörg Hohensohn1-11/+13
2005-03-18Audio test is only for iriverLinus Nielsen Feltzing1-0/+2
2005-03-18PCM playback test codeLinus Nielsen Feltzing1-0/+172
2005-03-07Use BUTTON_PLAY on GminiLinus Nielsen Feltzing1-1/+5
2005-03-07Dedicated CPU frequency debug screen for CPU's with PLLLinus Nielsen Feltzing1-18/+54