summaryrefslogtreecommitdiffstats
path: root/apps/debug_menu.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-18HDD6330: Try to adapt the keys for the new touchpad code, remove the non exis...Szymon Dziok1-2/+4
2010-09-20iap: make variable serbuf non-globalBertrik Sikken1-1/+5
2010-08-31Unify 32mb and 64mb ipod video builds - FS#11580Frank Gevaerts1-6/+4
2010-08-28archos player debug menu: factorize and use lcd_putsfRafaël Carré1-34/+7
2010-08-23Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G.Marcin Bukat1-2/+4
2010-07-25Rockbox as an application: Fix a few yellowsThomas Martitz1-3/+3
2010-07-17Beautify view_battery() graph in debug menu. FS#11324 by meMarcin Bukat1-15/+57
2010-07-06Rockbox as an application: Add an 320x240 SDL application target.Thomas Martitz1-1/+1
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-19/+19
2010-06-21debug menu: avoid using constant variables in array initializationRafaël Carré1-6/+5
2010-06-16The mystery FM chip in some Sansa Clip+ players has been identified as a RDA5...Bertrik Sikken1-7/+7
2010-06-15Support for mystery FM chip in some Sansa Clip+, FS #11403 by meBertrik Sikken1-20/+35
2010-06-06Add the GPIO output-enable bits to the debug screen on PP502xTorne Wuff1-9/+21
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts1-1/+1
2010-06-05New USB charging system, part 1 - API rework and user-visible setting updateTorne Wuff1-5/+0
2010-05-19Add charging/discharging indication to battery debug menu if CONFIG_CHARGING ...Marcin Bukat1-1/+5
2010-05-17as3514/as3543 fixesRafaël Carré1-5/+5
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-11/+11
2010-05-03Stop scrolling when exiting the CPU boost log menuMaurus Cuelenaere1-0/+1
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