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
/
debug.c
Age
Commit message (
Expand
)
Author
2007-03-02
Fix SH1 debug builds.
Jens Arnold
2006-02-12
Fixed warnings in the iFP target.
Tomasz Malesinski
2006-02-04
Added GDB API - a way to call stub procedures from a DEBUG build.
Tomasz Malesinski
2005-08-16
Enlarged the buffer for DEBUGF()
Linus Nielsen Feltzing
2005-05-08
More dead code...
Jens Arnold
2005-02-22
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
Daniel Stenberg
2005-02-18
Unified build system to use SOURCES for sim builds too, a single Makefile-look
Daniel Stenberg
2005-01-27
Made almost the entire file dependent on SH7034. This probably needs attention.
Daniel Stenberg
2005-01-27
SH stuff only on SH
Daniel Stenberg
2004-08-16
Const policed pointer arguments to functions, part 1
Jens Arnold
2004-07-27
Fixed compression bug
Linus Nielsen Feltzing
2002-10-20
Snapshot of file writing code. Bugs remain. Only short names are supported yet.
Björn Stenberg
2002-07-15
Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).
Björn Stenberg
2002-07-04
Now uses power.c/h
Linus Nielsen Feltzing
2002-07-04
Added MP3 CRC error count
Linus Nielsen Feltzing
2002-07-04
Removed charger and IDE control from the player debug menu
Linus Nielsen Feltzing
2002-07-04
Added Player debug menu
Linus Nielsen Feltzing
2002-07-03
Added IDE power control to the debug screen
Linus Nielsen Feltzing
2002-07-02
Added battery measurement
Linus Nielsen Feltzing
2002-07-02
Added recorder debug code
Linus Nielsen Feltzing
2002-06-04
output debugf() nicely for simulator builds too
Daniel Stenberg
2002-05-31
fixed a section bagder missed
Robert Hak
2002-05-31
remove compiler warnings by using '#ifdef DEBUG' on a large section
Daniel Stenberg
2002-05-30
debugbuf and debugmembuf does not have to be global
Björn Stenberg
2002-05-17
Added gdb stub serial port setup
Björn Stenberg
2002-05-06
make debugf() do properly when SIMULATOR is defined, ignore the CRT_DISPLAY
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
added #ifdef CRT_DISPLAY to provide a printf version of debug()
Stuart Martin
2002-04-24
Removed a warning
Linus Nielsen Feltzing
2002-04-23
Better handling of gdb CTRL-C during debug output
Linus Nielsen Feltzing
2002-04-20
First commit
Linus Nielsen Feltzing