summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
AgeCommit message (Expand)Author
2005-06-29Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg
2005-06-25Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold
2005-06-22Undid the variable font size handling in audio_debug since it now uses the sy...Jens Arnold
2005-06-22Use system font for the audio thread debug screenLinus Nielsen Feltzing
2005-06-22Mind the line-heightJonas Häggqvist
2005-06-22More audio thread debug infoLinus Nielsen Feltzing
2005-06-22OOps, bad handling of tick_remove_task()Linus Nielsen Feltzing
2005-06-22New debug screen for sw codec audio threadLinus Nielsen Feltzing
2005-06-19Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re...Andy
2005-06-18Iriver UDA1380 volume and balance handling is now done in sound.c, similar to...Jens Arnold
2005-06-06Audio thread debug is only for bitmapped LCDLinus Nielsen Feltzing
2005-06-06Audio thread debug is only for MAS at the momentLinus Nielsen Feltzing
2005-06-01Added logfdump - that writes the internal logf log to .rockbox/logf.txtDaniel Stenberg
2005-05-30(Optional) logf supportDaniel Stenberg
2005-05-27Adjusted MMC debug info.Jens Arnold
2005-05-08Removed dead code; some minor optimisations.Jens Arnold
2005-05-07Bugfix: debug_fm_detection was defined twice. Removed it, since it only had a...Jens Arnold
2005-05-06Bugfix: ata_device is a char in ata.cJens Arnold
2005-04-28MMC driver does now handle block sizes != 512 bytes, which is necessary to su...Jens Arnold
2005-04-14New API for buffered PCM playbackLinus Nielsen Feltzing
2005-04-06First lame attempt to show correct battery level on the iRiverLinus Nielsen Feltzing
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing
2005-03-31iRiver: More DMA debug outputLinus Nielsen Feltzing
2005-03-28Re-do previous patch, again. xshock's patch undid this.Michiel Van Der Kolk
2005-03-28Sound api improvements, rockboy sound, contributed by xshock.Michiel Van Der Kolk
2005-03-23patch # 1159539 from GvB: V1 charging cleanupJörg Hohensohn
2005-03-18Audio test is only for iriverLinus Nielsen Feltzing
2005-03-18PCM playback test codeLinus Nielsen Feltzing
2005-03-07Use BUTTON_PLAY on GminiLinus Nielsen Feltzing
2005-03-07Dedicated CPU frequency debug screen for CPU's with PLLLinus Nielsen Feltzing
2005-03-03More aggressive Recorder V1 charging (patch #1116884 from Jerry Van Baren)Jörg Hohensohn
2005-03-01Fixed some warnings.Jens Arnold
2005-03-01Debug interface for the CPU frequency adjustmentLinus Nielsen Feltzing
2005-02-25gmini: updated to new interface for ddmaJean-Philippe Bernardy
2005-02-12Fixed calculation of MMC sector count. Display sector count instead of (rough...Jens Arnold
2005-02-11iRiver: Added dbg_ports()Linus Nielsen Feltzing
2005-02-08Support for flash chip identification on the gminiJean-Philippe Bernardy
2005-02-04MMC driver now panics on out-of-bound accesses.Jens Arnold
2005-02-02made lots of code conditional on SH or MASDaniel Stenberg
2005-01-31New function for formatting large-range values for output, both printed and v...Jens Arnold
2005-01-24Fixed yellow builds (int->long)Jens Arnold
2004-12-29behave for multi-volumeJörg Hohensohn
2004-12-01Button driver overhaul: (1) Unified the button driver functions as much as po...Jens Arnold
2004-10-22for Ondio: ATA info taken out of debug screensJörg Hohensohn
2004-10-16Debug menu->View runtime: Ignore release eventsJens Arnold
2004-10-10First part of MMC hotswap handling; removed unnecessary MMC threadJens Arnold
2004-10-07Fix: MMC transfer speed was not displayed due to wrong line numbers.Jens Arnold
2004-10-06Enhanced MMC handling: Driver cleanup, timeout calculation fixed, allowed vol...Jens Arnold