summaryrefslogtreecommitdiff
path: root/firmware/debug.c
AgeCommit message (Expand)Author
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken
2007-03-02Fix SH1 debug builds.Jens Arnold
2006-02-12Fixed warnings in the iFP target.Tomasz Malesinski
2006-02-04Added GDB API - a way to call stub procedures from a DEBUG build.Tomasz Malesinski
2005-08-16Enlarged the buffer for DEBUGF()Linus Nielsen Feltzing
2005-05-08More dead code...Jens Arnold
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg
2005-01-27Made almost the entire file dependent on SH7034. This probably needs attention.Daniel Stenberg
2005-01-27SH stuff only on SHDaniel Stenberg
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold
2004-07-27Fixed compression bugLinus Nielsen Feltzing
2002-10-20Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg
2002-07-15Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).Björn Stenberg
2002-07-04Now uses power.c/hLinus Nielsen Feltzing
2002-07-04Added MP3 CRC error countLinus Nielsen Feltzing
2002-07-04Removed charger and IDE control from the player debug menuLinus Nielsen Feltzing
2002-07-04Added Player debug menuLinus Nielsen Feltzing
2002-07-03Added IDE power control to the debug screenLinus Nielsen Feltzing
2002-07-02Added battery measurementLinus Nielsen Feltzing
2002-07-02Added recorder debug codeLinus Nielsen Feltzing
2002-06-04output debugf() nicely for simulator builds tooDaniel Stenberg
2002-05-31fixed a section bagder missedRobert Hak
2002-05-31remove compiler warnings by using '#ifdef DEBUG' on a large sectionDaniel Stenberg
2002-05-30debugbuf and debugmembuf does not have to be globalBjörn Stenberg
2002-05-17Added gdb stub serial port setupBjörn Stenberg
2002-05-06make debugf() do properly when SIMULATOR is defined, ignore the CRT_DISPLAYDaniel Stenberg
2002-05-02Changed debug to DEBUGF and panic to panicf.Björn Stenberg
2002-05-02Added Gary's snprintf() and changed all places to use it.Björn Stenberg
2002-04-30added #ifdef CRT_DISPLAY to provide a printf version of debug()Stuart Martin
2002-04-24Removed a warningLinus Nielsen Feltzing
2002-04-23Better handling of gdb CTRL-C during debug outputLinus Nielsen Feltzing
2002-04-20First commitLinus Nielsen Feltzing