summaryrefslogtreecommitdiff
path: root/firmware/panic.c (follow)
Commit message (Expand)AuthorAge
* debug: Wrap rb_backtrace with HAVE_RB_BACKTRACE instead of CPU_ARMSolomon Peachy2018-11-09
* Initial commit for the Sony NWZ linux portAmaury Pouly2017-09-05
* AMS: Return ascodec to interrupt-based I2C2 driverMichael Sevakis2017-01-25
* panicf doesn't return so why not tell GCC and $AVE :Michael Sevakis2014-08-25
* Print `last logf lines on panic().Frank Gevaerts2014-01-11
* panicf(): fix wrong font and colors being displayed.Thomas Martitz2012-03-30
* Arm stack unwinderMarcin Bukat2012-02-22
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* PANIC!!!Michael Sparmann2010-03-03
* Revert accidental changes from r24723Michael Sparmann2010-02-17
* Add more information to the battery debug screen for Nano2GMichael Sparmann2010-02-17
* Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display ...Andrew Mahone2009-11-14
* it is mildly useful to reset the viewport to the full screen for the panic sc...Jonathan Gordon2009-08-18
* Fix yellows (the reds on mono are caused by this, again, stupid typo).Thomas Martitz2009-08-10
* panicf: Clear backdrop and print with black font on white background to preve...Thomas Martitz2009-08-10
* Revert r22034 since the backlight handling functions are not consistently nam...Rob Purchase2009-07-25
* Make the panic and UIE handlers turn on the backlight (needed for various col...Rob Purchase2009-07-25
* Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis2009-01-08
* Change 18 char limit to (LCD_WIDTH/SYSFONT_WIDTH) in panicf() (FS#9282)Maurus Cuelenaere2008-08-15
* gcc 4.3.1 quite rightfully warnings when printf-style functions use "formatDaniel Stenberg2008-08-13
* * Add basic (non-working) support for NAND flashMaurus Cuelenaere2008-08-06
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* D2: Stop panic screen from crashing instantly (seems this has been broken for...Rob Purchase2008-05-31
* fix a comment typoDominik Riebeling2008-05-18
* 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB)Maurus Cuelenaere2008-05-14
* Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere2008-04-24
* Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNN...Jens Arnold2008-04-20
* iAudio M3: ADC driver, making buttons and battery voltage reading work. * Dis...Jens Arnold2008-03-17
* Messages queues must be guarded on both ends or else it's a race between dete...Michael Sevakis2007-05-12
* Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold2007-04-06
* Do the CONFIG_LED defineJonathan Gordon2007-02-18
* more CONFIG_LED fixesJonathan Gordon2007-02-18
* avoid using #if on undefined symbols, in preparation for -WundefDaniel Stenberg2007-02-17
* UIE(), panicf(): Make reboot with ON react immediately on targets with real L...Jens Arnold2006-10-08
* Let panicf() also check on/play button on h300Peter D'Hoye2006-06-08
* Initial gcc4 warning cleanup (and some minor policing)Daniel Stenberg2005-11-25
* SH1: Changed UIE() to use the same reset method as on coldfire, using the wat...Jens Arnold2005-11-09
* Fixed compiler error in the X11 iriver simulatorLinus Nielsen Feltzing2005-09-12
* Now panicf() shuts off the hard drive and lowers the CPU frequency, it also r...Linus Nielsen Feltzing2005-09-12
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
* Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC ...Jens Arnold2005-06-04
* long policyJean-Philippe Bernardy2005-01-22
* Reverted latest change due to compiler warning. led() doesn't do anythingDaniel Stenberg2005-01-10
* Jean-Philippe Bernardy: only flash with LED if there is a led available!Daniel Stenberg2005-01-09
* Ported to iriverLinus Nielsen Feltzing2004-11-02
* Const policed pointer arguments to functions, part 1Jens Arnold2004-08-16
* Added '*PANIC*' string. Line is now wrapped on recorders. LED blinks slowly t...Björn Stenberg2002-11-12
* Unified player codeLinus Nielsen Feltzing2002-10-15
* Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg2002-09-24
* Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg2002-09-12