summaryrefslogtreecommitdiffstats
path: root/apps/debug_menu.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-31FS#10739: playback.c code splitJeffrey Goode1-3/+2
2009-10-29Implement dbg_save_roms for TCC780x.Rob Purchase1-5/+19
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius1-185/+174
2009-10-17Const correctness for output_dyn_value and unify some identical constantsNils Wallménius1-2/+2
2009-10-17fix yellow by 'un-staticing' the printing wrapper function and typo causing redNils Wallménius1-2/+2
2009-10-17Use a wrapper function for the very common snprintf(); lcd_puts() sequence to...Nils Wallménius1-392/+215
2009-10-16Gigabeat S: Add support for dumping the flash from debug menuTorne Wuff1-1/+16
2009-10-10Add current measurements to the iPod Nano 2G's battery debug screenMichael Sparmann1-0/+8
2009-10-10Implement __dbg_ports for S5L870X targets (Nano2G and Meizus)Dave Chapman1-2/+3
2009-08-20fix yellowNils Wallménius1-4/+7
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-6/+9
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz1-0/+2
2009-07-18Make the CPU boost log scroll if lines are too big.Maurus Cuelenaere1-1/+4
2009-07-18re-add the usb_core.h include. r21953 was a bit too aggressiveFrank Gevaerts1-0/+4
2009-07-18Fix warning when compiling with logf() enabledMaurus Cuelenaere1-1/+1
2009-07-18Flyspray: FS#10326Frank Gevaerts1-60/+0
2009-07-14FS#10080Nils Wallménius1-2/+1
2009-07-13FS#10436 - add the Sansa View to the build system. The bootloader builds but...Robert Keevil1-1/+2
2009-07-01add firmware/driver/sd.c which contains common code between SD driversRafaël Carré1-8/+35
2009-07-01card_extract_bits() take the start bit argument as defined in public SanDisk ...Rafaël Carré1-12/+12
2009-07-01Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré1-2/+2
2009-06-20Enable charging on the Sansa Fuze (charging/discharging curves are still unca...Bertrik Sikken1-2/+2
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo1-0/+3
2009-05-23Reorganise USB stack defines. Now config.h decides which class drivers get en...Frank Gevaerts1-5/+5
2009-05-17Add HID related bits to the debug menu (work by Tomer Shalev)Frank Gevaerts1-18/+56
2009-04-19Fix warning about unused functionsFrank Gevaerts1-1/+2
2009-04-19Add preliminary HID driver. It doesn't do anything yet, but that should chang...Frank Gevaerts1-11/+37
2009-03-12Commit the common portion of FS#9708: ATA (IDE) DMA by Boris Gjenero with a c...Michael Sevakis1-7/+20
2009-03-09Fix red.Maurus Cuelenaere1-1/+1
2009-03-09Onda VX747:Maurus Cuelenaere1-1/+1
2009-03-02Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe...Thomas Martitz1-2/+2
2009-02-28Leave "usb mode" when all LUNs are ejected againFrank Gevaerts1-12/+0
2009-02-26Get the M:Robe 500 main build booting again, fix a bug and commit the rest of...Karl Kurbjun1-1/+2
2009-02-23Show the watermark in the "Show buffering thread" screen (in bytes).Thomas Martitz1-0/+3
2009-02-14Sansa Clip: enable battery charging.Bertrik Sikken1-2/+3
2009-02-01Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon1-1/+1
2009-02-01Statusbar handling fixes. Jonathan Gordon1-1/+1
2009-01-27Sansa AMS: Debug screen, shows GPIO and (on the fuze) DBOP input for now, to ...Thomas Martitz1-2/+2
2009-01-23Philips HDD1630: add ADC info to debug screen. Make button_click work again (...Mark Arigo1-0/+5
2009-01-13USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...Michael Sevakis1-2/+2
2009-01-11c200v1/e200v1: Add battery charging. This should be usable on v2 players but ...Michael Sevakis1-5/+27
2009-01-10Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg1-5/+5
2009-01-07Fix some wierdness with the debug menus... Jonathan Gordon1-35/+2
2009-01-05fix red and yellowJonathan Gordon1-1/+0
2009-01-05redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon1-1/+18
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-3/+45
2008-12-28Remove register indentation in si4700 debug screen.Michael Sevakis1-4/+4
2008-12-27Make si4700 tuner driver more sane with bit and field defines and entirely hi...Michael Sevakis1-3/+25
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli1-0/+8
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis1-17/+17