summaryrefslogtreecommitdiffstats
path: root/apps/debug_menu.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-03More aggressive Recorder V1 charging (patch #1116884 from Jerry Van Baren)Jörg Hohensohn1-34/+19
2005-03-01Fixed some warnings.Jens Arnold1-4/+3
2005-03-01Debug interface for the CPU frequency adjustmentLinus Nielsen Feltzing1-12/+31
2005-02-25gmini: updated to new interface for ddmaJean-Philippe Bernardy1-3/+2
2005-02-12Fixed calculation of MMC sector count. Display sector count instead of (rough...Jens Arnold1-2/+1
2005-02-11iRiver: Added dbg_ports()Linus Nielsen Feltzing1-0/+75
2005-02-08Support for flash chip identification on the gminiJean-Philippe Bernardy1-12/+41
2005-02-04MMC driver now panics on out-of-bound accesses.Jens Arnold1-5/+2
2005-02-02made lots of code conditional on SH or MASDaniel Stenberg1-2/+16
2005-01-31New function for formatting large-range values for output, both printed and v...Jens Arnold1-33/+10
2005-01-24Fixed yellow builds (int->long)Jens Arnold1-33/+33
2004-12-29behave for multi-volumeJörg Hohensohn1-3/+3
2004-12-01Button driver overhaul: (1) Unified the button driver functions as much as po...Jens Arnold1-0/+4
2004-10-22for Ondio: ATA info taken out of debug screensJörg Hohensohn1-9/+10
2004-10-16Debug menu->View runtime: Ignore release eventsJens Arnold1-2/+2
2004-10-10First part of MMC hotswap handling; removed unnecessary MMC threadJens Arnold1-1/+1
2004-10-07Fix: MMC transfer speed was not displayed due to wrong line numbers.Jens Arnold1-6/+6
2004-10-06Enhanced MMC handling: Driver cleanup, timeout calculation fixed, allowed vol...Jens Arnold1-2/+130
2004-10-01Fixed Ondio USB polarity debug displayJens Arnold1-0/+4
2004-09-29Added MAS3539F support (Ondio SP)Jens Arnold1-6/+6
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-7/+7
2004-09-28First working MMC driver (very preliminary, and read-only), and some adaption...Jens Arnold1-1/+14
2004-09-23Fixed broken reset runtime confirmation dialougeHenrik Backe1-3/+3
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-243/+217
2004-09-10adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn1-2/+2
2004-08-30New debug feature: Use the SH1 user break controller to catch illegal memory ...Jens Arnold1-3/+31
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-1/+1
2004-08-06MAS register addresses are 8 bitJens Arnold1-4/+3
2004-08-03More const policeing step 5Jens Arnold1-1/+1
2004-07-26First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing1-4/+6
2004-07-23New way of defining menus and options allows to declare them static const, wh...Jörg Hohensohn1-17/+17
2004-07-23Removed the sound debugging screenLinus Nielsen Feltzing1-131/+0
2004-07-19fixed the flash ID query, prevent this code to eventually run from ROMJörg Hohensohn1-3/+17
2004-07-08Removed progressbar() and slidebar()Linus Nielsen Feltzing1-5/+6
2004-06-30New screen dump feature for recordersLinus Nielsen Feltzing1-0/+13
2004-04-06Added cluster size to the disk debug screenLinus Nielsen Feltzing1-1/+7
2004-03-31Ooops, I broke the player builds.Linus Nielsen Feltzing1-0/+2
2004-03-29New sound test code. Now it sets up the MDB as the original firmware does.Linus Nielsen Feltzing1-7/+18
2004-03-25We now start monitoring USB earlier, and can enter USB mode from the debug pa...Linus Nielsen Feltzing1-0/+5
2004-03-23Added Super Bass switch to the sound test debug screenLinus Nielsen Feltzing1-0/+21
2004-03-22Test debug code for the sound quality discussionLinus Nielsen Feltzing1-0/+98