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