summaryrefslogtreecommitdiffstats
path: root/firmware/panic.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-02Changed debug to DEBUGF and panic to panicf.Björn Stenberg1-14/+4
2002-05-02Added Gary's snprintf() and changed all places to use it.Björn Stenberg1-1/+1
2002-04-30functions for panic functionsStuart Martin1-0/+52