summaryrefslogtreecommitdiffstats
path: root/firmware/logf.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-21Implement a much more capable vuprintf()Michael Sevakis1-6/+6
2016-04-04Don't add new message to logf when we dump it to fileMihail Zenkov1-0/+4
2015-01-11Make a few local variables staticThomas Jarosch1-1/+1
2014-12-20Add missing va_end() call when the log is fullThomas Jarosch1-0/+1
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz1-3/+2
2014-01-11Print `last logf lines on panic().Frank Gevaerts1-0/+49
2013-08-16Fix logdiskAmaury Pouly1-6/+4
2012-08-06Remove copy/pasted preprocessor defines that shouldn't have been included.Michael Giacomelli1-2/+1
2012-08-07Introduce logging to disk feature into rockbox.Michael Giacomelli1-26/+103
2012-02-16Make logf() output to serial optionalRalf Ertzinger1-2/+2
2012-01-07Only use lcd-remote.h #ifdef HAVE_REMOTE_LCDRafaël Carré1-0/+2
2010-08-02Fix a logf bug which would trigger undefined behaviour(and probably crash) wh...Amaury Pouly1-0/+3
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-05-15vuprintf does not belong in stdio.h, causes problems with other versions of s...Jeffrey Goode1-0/+1
2010-05-06Revert r25854 which was bad for the database tool (I forgot it still needs th...Thomas Martitz1-3/+2
2009-11-03Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...Thomas Martitz1-1/+1
2009-11-02Echoes logf output to the sim console when logf build is enabledJeffrey Goode1-0/+7
2009-08-21A new implementation of logf, logfdisplay and logfdump.Maurus Cuelenaere1-74/+138
2009-08-12Fix a wrong memcpy in logf() introduced in r22253Rafaël Carré1-1/+1
2009-08-11Fix logf() multilines handlingRafaël Carré1-4/+5
2009-07-14FS#10080Nils Wallménius1-1/+1
2009-05-23Reorganise USB stack defines. Now config.h decides which class drivers get en...Frank Gevaerts1-1/+1
2009-03-11Commit FS#9970 by Yoshihisa Uchida: fix building when HAVE_SERIAL & ROCKBOX_H...Maurus Cuelenaere1-1/+1
2009-02-07Fix building of tools/database/Frank Gevaerts1-9/+9
2009-01-01Fix (USB) serial logf()Maurus Cuelenaere1-3/+3
2008-12-31Fix off-by-oneMaurus Cuelenaere1-3/+3
2008-12-31Commit FS#9733 (multiline logf) by Yoshihisa UchidaMaurus Cuelenaere1-10/+48
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-1/+0
2008-03-02implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to wor...Frank Gevaerts1-0/+10
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen1-2/+15
2006-10-12Logf output on the serial port for h100 targetsLinus Nielsen Feltzing1-0/+5
2005-06-30better logfMichiel Van Der Kolk1-4/+5
2005-06-22Moved to logf.hTomas Salfischberger1-1/+0
2005-06-01Modified logf to use a define for the log width, and changed it to default toDaniel Stenberg1-12/+12
2005-05-30(Optional) logf supportDaniel Stenberg1-0/+5
2005-05-24use proper remote lcd functionsDaniel Stenberg1-2/+2
2005-05-24initial remote-LCD logf browserDaniel Stenberg1-3/+40
2005-05-24Uses indices instead of pointersLinus Nielsen Feltzing1-8/+9
2005-05-23initial logf() work, not added to SOURCES yet (on purpose)Daniel Stenberg1-0/+60