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