index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
panic.c
Age
Commit message (
Expand
)
Author
2006-06-08
Let panicf() also check on/play button on h300
Peter D'Hoye
2005-11-25
Initial gcc4 warning cleanup (and some minor policing)
Daniel Stenberg
2005-11-09
SH1: Changed UIE() to use the same reset method as on coldfire, using the wat...
Jens Arnold
2005-09-12
Fixed compiler error in the X11 iriver simulator
Linus Nielsen Feltzing
2005-09-12
Now panicf() shuts off the hard drive and lowers the CPU frequency, it also r...
Linus Nielsen Feltzing
2005-07-18
Added CPU_COLDFIRE define - one step closer to iAudio-port
Christian Gmeiner
2005-06-04
Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC ...
Jens Arnold
2005-01-22
long policy
Jean-Philippe Bernardy
2005-01-10
Reverted latest change due to compiler warning. led() doesn't do anything
Daniel Stenberg
2005-01-09
Jean-Philippe Bernardy: only flash with LED if there is a led available!
Daniel Stenberg
2004-11-02
Ported to iriver
Linus Nielsen Feltzing
2004-08-16
Const policed pointer arguments to functions, part 1
Jens Arnold
2002-11-12
Added '*PANIC*' string. Line is now wrapped on recorders. LED blinks slowly t...
Björn Stenberg
2002-10-15
Unified player code
Linus Nielsen Feltzing
2002-09-24
Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...
Björn Stenberg
2002-09-12
Greg Haerr's new loadable font. No more #ifdef font-style, removed old
Daniel Stenberg
2002-08-11
First version of loadable fonts patch by Alex Gitelman
Björn Stenberg
2002-08-08
Turn off double-height in panicf()
Björn Stenberg
2002-07-15
Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).
Björn Stenberg
2002-05-24
do the lcd_puts() properly for the recorder too
Daniel Stenberg
2002-05-05
Disable interrupt only in target
Linus Nielsen Feltzing
2002-05-05
Disable interrupt
Linus Nielsen Feltzing
2002-05-05
adjusted to the differend LCDs and for no LCD at all... :-)
Daniel Stenberg
2002-05-02
Changed debug to DEBUGF and panic to panicf.
Björn Stenberg
2002-05-02
Added Gary's snprintf() and changed all places to use it.
Björn Stenberg
2002-04-30
functions for panic functions
Stuart Martin