summaryrefslogtreecommitdiffstats
path: root/apps/debug_menu.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-28HD200 - fix compile warning in debug_menu.cMarcin Bukat1-0/+2
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat1-0/+3
2010-04-25fix yellowJonathan Gordon1-2/+2
2010-04-25Make the buffering screen use the multiscreen API (FS#11143)Jonathan Gordon1-44/+57
2010-04-09Add drive's reported physical sector size to disk debug screen for ATA devicesTorne Wuff1-0/+5
2010-03-21Fix red.Andree Buschmann1-1/+1
2010-03-21Only show PP502x GPIOx_ENABLE on displays with appropriate height.Andree Buschmann1-0/+2
2010-03-21Add GPIOx_ENABLE to debug screen for PP502x.Andree Buschmann1-1/+19
2010-03-10Add the raw battery voltage to the Nano2G battery debug screenMichael Sparmann1-0/+2
2010-02-22as3525v2: show I/O ports in debug menuRafaël Carré1-1/+1
2010-02-22as3525v2: build normal firmware properly (Clipv2/+)Rafaël Carré1-1/+1
2010-02-17Add more information to the battery debug screen for Nano2GMichael Sparmann1-0/+22
2010-01-18Add initial Packard Bell Vibe 500 port, by Szymon Dziok Frank Gevaerts1-0/+3
2010-01-17Sansa c200v2: enable battery chargingBertrik Sikken1-2/+3
2009-12-25Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port....Mark Arigo1-2/+3
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon1-1/+1
2009-12-09Reuse existing variable instead of creating a new one.Michael Chicoine1-3/+2
2009-12-09Fix red - resolve multiple variable definitionMichael Chicoine1-3/+3
2009-12-09Correct the debug information displayed for SD card to match the CID register...Michael Chicoine1-5/+11
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-3/+5
2009-11-23Prettify debug menu for logfJeffrey Goode1-2/+2
2009-11-09Also fix Debug->View partitions when SECTOR_SIZE!=512Frank Gevaerts1-1/+1
2009-11-03FS#9728: Battery current measuring on the Video iPodTorne Wuff1-0/+13
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