summaryrefslogtreecommitdiffstats
path: root/apps/debug_menu.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-12H1x0: Add SPDIF power control and frequency measurement to the SPDIF monitor.Jens Arnold1-8/+20
2006-05-07Ipod: Move the HW revision to 'View HW info' where it belongs, and make both ...Jens Arnold1-27/+33
2006-05-07We don't need 2 different CRC functions.Jens Arnold1-43/+18
2006-04-25Reduce instructions in debug audio thread loop slightlyBrandon Low1-4/+5
2006-04-23Rework crossfade to properly follow pcmbuf chunks instaed of blindly insertin...Brandon Low1-3/+2
2006-04-23Much faster optimized version of tagcache commit. Added a few items toMiika Pekkarinen1-2/+16
2006-04-20Use correct macros to check for iriver architecture.Jens Arnold1-4/+4
2006-04-14comment a type change for audio debugBrandon Low1-3/+4
2006-04-09Fix bad rebuffering bug, and kill the track_count variableBrandon Low1-2/+1
2006-04-08Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold1-1/+1
2006-03-26Fixed the debug menu.Miika Pekkarinen1-1/+3
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen1-0/+39
2006-03-19Fix some problems with using USB_POWERED as a charging state separate from ch...Brandon Low1-1/+6
2006-03-18Red build fixLinus Nielsen Feltzing1-1/+1
2006-03-18iAudio fixesLinus Nielsen Feltzing1-5/+16
2006-03-18Fix red buildsBrandon Low1-8/+1
2006-03-18Patch FS#4841 from Ralf Herz, debug more io ports on the PP5020 based ipodsBrandon Low1-1/+64
2006-03-17I could have sworn i removed that before commiting...Thom Johansen1-3/+1
2006-03-17CPU boosting support for ipod nano and video. The rest of the targetsThom Johansen1-4/+18
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