summaryrefslogtreecommitdiffstats
path: root/apps/debug_menu.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold1-1/+1
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold1-1/+1
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin1-0/+1
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-7/+8
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis1-8/+3
2008-03-15Make ports debug screen usable on M3Jens Arnold1-8/+8
2008-03-14More iAudio M3 work. Target build compiles, but same problem regarding plugin...Jens Arnold1-1/+4
2008-03-10provide a debug menu item to virtually reinsert drives for usb storage when t...Frank Gevaerts1-1/+16
2008-03-10make usb_serial work again. Also know as "make sure arrays are allocated at t...Frank Gevaerts1-2/+2
2008-03-06reorganise the usb stack to provide a clean separation between core and class...Frank Gevaerts1-4/+7
2008-03-04Only need to include these for e200.Barry Wardell1-0/+2
2008-03-04Second part of FS#8272 - include charger status in Sansa debug menu.Barry Wardell1-2/+6
2008-03-02implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to wor...Frank Gevaerts1-0/+15
2008-03-01Always dump the identify info as big endian for readability and consistency.Jens Arnold1-0/+5
2008-02-28Make "View OS stacks" auto-refresh again.Michael Sevakis1-0/+2
2008-02-27Add ability to dump ata identify info to the debug menu (by amiconn + ifdeffe...Peter D'Hoye1-0/+14
2008-02-24Driver for the Synaptics touchpad on the m:robe 100 based on the 3-wire inter...Mark Arigo1-2/+4
2008-02-17Fix up incomplete reversal.Jens Arnold1-0/+35
2008-02-17FS#8565 - fix for runtime data causing extra spin ups. Included a debug menu ...Miika Pekkarinen1-2/+8
2008-02-17revert my work, suggested by amiconnChristian Gmeiner1-1/+67
2008-02-17FS#8611: move hw_info for pp targets into target treeChristian Gmeiner1-102/+1
2008-02-15fix compiling of debug menu for tcc780xChristian Gmeiner1-1/+1
2008-02-12fix yellowPeter D'Hoye1-2/+0
2008-02-12Remove temporary variables used for GPIO reading in the debug menuPeter D'Hoye1-53/+25
2008-02-11Make I/O debug screen fit again on H10 5gb screenPeter D'Hoye1-17/+15
2008-02-10Try that again.Michael Giacomelli1-1/+1
2008-02-10Fix building the ipod sims.Michael Giacomelli1-75/+75
2008-02-10Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...Michael Giacomelli1-4/+121
2008-01-09Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works...Mark Arigo1-1/+2
2007-12-17remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon1-4/+4
2007-11-20Make threads responsible for explicit cancellation of their own boosted statu...Michael Sevakis1-12/+11
2007-11-19Second part of FS#8104 by Bertrik Sikken: Simplification of audio_track_count...Nicolas Pennequin1-1/+1
2007-11-10Fix the Gigabeat red and move it's hw specific code into the target treeKarl Kurbjun1-53/+4
2007-11-10Change the way the UART recieves data and how buttons pressed are processed. ...Karl Kurbjun1-39/+7
2007-11-03* Add newfound GPO32 register to pp502x.h. * Introduce macros for the PP502x'...Jens Arnold1-12/+8
2007-11-03Show exact CPU version on PP5002 targets.Jens Arnold1-0/+8
2007-11-02tsc2100 debug screenJonathan Gordon1-0/+71
2007-11-02Build some more plugins for M:Robe most work, doom builds and runs if you use...Karl Kurbjun1-0/+38
2007-10-25Finally commit Metadata on Buffer!Nicolas Pennequin1-9/+42
2007-10-25FS#8013 - tidy up ADC readings in debug menu.Barry Wardell1-13/+13
2007-10-21allow simplelists to set the timeout and the start selection.Jonathan Gordon1-0/+1
2007-10-21Fixed debug menu crashing. Show last file processed by tagcache engine in deb...Miika Pekkarinen1-10/+28
2007-10-21remove the seelection_size param from the info init call to hopefully decreas...Jonathan Gordon1-6/+7
2007-10-21simplify the simpelist api slightly so not every struct member needs to be in...Jonathan Gordon1-47/+12
2007-10-20add a list API for simple lists which dont need lots of code to run.Jonathan Gordon1-226/+164
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-12/+25
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-1/+0
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis1-26/+40
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-1/+1
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis1-4/+0