summaryrefslogtreecommitdiffstats
path: root/firmware/debug.c
AgeCommit message (Expand)AuthorFilesLines
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