summaryrefslogtreecommitdiffstats
path: root/apps/debug_menu.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-17Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LC...Linus Nielsen Feltzing1-1/+8
2006-02-07Rework PCM bufferBrandon Low1-8/+19
2006-02-07Leave the port debug menu on button release to allow reading the cancel butto...Jens Arnold1-2/+2
2006-02-05Disable dbg_flash_id menu for PP5002 devicesDave Chapman1-1/+1
2006-01-31iPod: Initial implementation of a debug i/o ports screenDave Chapman1-0/+43
2006-01-19Start cleaning up some #ifdefs in charging codeBrandon Low1-0/+2
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-0/+6
2005-12-15Little-endian targets: Correctly byte-swap the ATA identify_info data when co...Dave Chapman1-2/+2
2005-11-26More comments to the dircache functions and a debug menu entry toMiika Pekkarinen1-0/+4
2005-11-26Debug menu entry for the dircache.Miika Pekkarinen1-0/+53
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