summaryrefslogtreecommitdiffstats
path: root/firmware/panic.c
AgeCommit message (Expand)AuthorFilesLines
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