summaryrefslogtreecommitdiffstats
path: root/firmware/panic.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-03-03PANIC!!!Michael Sparmann1-1/+1
2010-02-17Revert accidental changes from r24723Michael Sparmann1-1/+1
2010-02-17Add more information to the battery debug screen for Nano2GMichael Sparmann1-1/+1
2009-11-14Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display ...Andrew Mahone1-0/+1
2009-08-18it is mildly useful to reset the viewport to the full screen for the panic sc...Jonathan Gordon1-0/+1
2009-08-10Fix yellows (the reds on mono are caused by this, again, stupid typo).Thomas Martitz1-1/+1
2009-08-10panicf: Clear backdrop and print with black font on white background to preve...Thomas Martitz1-3/+11
2009-07-25Revert r22034 since the backlight handling functions are not consistently nam...Rob Purchase1-7/+0
2009-07-25Make the panic and UIE handlers turn on the backlight (needed for various col...Rob Purchase1-0/+8
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-61/+11
2008-08-15Change 18 char limit to (LCD_WIDTH/SYSFONT_WIDTH) in panicf() (FS#9282)Maurus Cuelenaere1-4/+5
2008-08-13gcc 4.3.1 quite rightfully warnings when printf-style functions use "formatDaniel Stenberg1-1/+1
2008-08-06* Add basic (non-working) support for NAND flashMaurus Cuelenaere1-0/+3
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-31D2: Stop panic screen from crashing instantly (seems this has been broken for...Rob Purchase1-0/+2
2008-05-18fix a comment typoDominik Riebeling1-1/+1
2008-05-141) Use a separate config-<target>.h for Zen Vision(:M) (60GB)Maurus Cuelenaere1-1/+1
2008-04-24Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere1-0/+2
2008-04-20Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNN...Jens Arnold1-4/+1
2008-03-17iAudio M3: ADC driver, making buttons and battery voltage reading work. * Dis...Jens Arnold1-3/+5
2007-05-12Messages queues must be guarded on both ends or else it's a race between dete...Michael Sevakis1-6/+15
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-2/+1
2007-02-18Do the CONFIG_LED defineJonathan Gordon1-2/+2
2007-02-18more CONFIG_LED fixesJonathan Gordon1-2/+2
2007-02-17avoid using #if on undefined symbols, in preparation for -WundefDaniel Stenberg1-1/+1
2006-10-08UIE(), panicf(): Make reboot with ON react immediately on targets with real L...Jens Arnold1-6/+8
2006-06-08Let panicf() also check on/play button on h300Peter D'Hoye1-0/+2
2005-11-25Initial gcc4 warning cleanup (and some minor policing)Daniel Stenberg1-4/+4
2005-11-09SH1: Changed UIE() to use the same reset method as on coldfire, using the wat...Jens Arnold1-13/+14
2005-09-12Fixed compiler error in the X11 iriver simulatorLinus Nielsen Feltzing1-0/+2
2005-09-12Now panicf() shuts off the hard drive and lowers the CPU frequency, it also r...Linus Nielsen Feltzing1-1/+28
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner1-1/+1
2005-06-04Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC ...Jens Arnold1-1/+3
2005-01-22long policyJean-Philippe Bernardy1-1/+1
2005-01-10Reverted latest change due to compiler warning. led() doesn't do anythingDaniel Stenberg1-1/+1
2005-01-09Jean-Philippe Bernardy: only flash with LED if there is a led available!Daniel Stenberg1-1/+1
2004-11-02Ported to iriverLinus Nielsen Feltzing1-1/+5
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold1-1/+1
2002-11-12Added '*PANIC*' string. Line is now wrapped on recorders. LED blinks slowly t...Björn Stenberg1-4/+27
2002-10-15Unified player codeLinus Nielsen Feltzing1-2/+0
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg1-2/+2
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg1-1/+4
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg1-2/+3
2002-08-08Turn off double-height in panicf()Björn Stenberg1-0/+3
2002-07-15Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).Björn Stenberg1-1/+1
2002-05-24do the lcd_puts() properly for the recorder tooDaniel Stenberg1-1/+1
2002-05-05Disable interrupt only in targetLinus Nielsen Feltzing1-1/+3
2002-05-05Disable interruptLinus Nielsen Feltzing1-1/+4
2002-05-05adjusted to the differend LCDs and for no LCD at all... :-)Daniel Stenberg1-0/+8