Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
b8a51adb5736e9daf335fcf0015ce99d734bcdca
/
firmware
/
logf.c
b8a51ad
vuprintf does not belong in stdio.h, causes problems with other versions of stdio.h
by Jeffrey Goode
· 15 years ago
6ac6420
Revert r25854 which was bad for the database tool (I forgot it still needs the wrappers from uisimulator/common/io.c). Fix it so it works for both.
by Thomas Martitz
· 15 years ago
1ddb91a
Rename vfnprintf to vuprintf (u stands for user for the user callback and data passed to it) to avoid confusion with file and buffer size related functions from the printf-family, and add a comment to its declaration.
by Thomas Martitz
· 15 years ago
fade88a
Echoes logf output to the sim console when logf build is enabled
by Jeffrey Goode
· 15 years ago
20b0dd2
A new implementation of logf, logfdisplay and logfdump.
by Maurus Cuelenaere
· 15 years ago
27934e2
Fix a wrong memcpy in logf() introduced in r22253
by Rafaël Carré
· 15 years ago
9a5174c
Fix logf() multilines handling
by Rafaël Carré
· 15 years ago
3d4701a
FS#10080
by Nils Wallménius
· 16 years ago
c61a751
Reorganise USB stack defines. Now config.h decides which class drivers get enabled instead of usb_core.h
by Frank Gevaerts
· 16 years ago
dd9a9e4
Commit FS#9970 by Yoshihisa Uchida: fix building when HAVE_SERIAL & ROCKBOX_HAS_LOGF is defined in a simulator build
by Maurus Cuelenaere
· 16 years ago
7ae9c8d
Fix building of tools/database/
by Frank Gevaerts
· 16 years ago
aec4521
Fix (USB) serial logf()
by Maurus Cuelenaere
· 16 years ago
b6eaf1d
Fix off-by-one
by Maurus Cuelenaere
· 16 years ago
4c793fe
Commit FS#9733 (multiline logf) by Yoshihisa Uchida
by Maurus Cuelenaere
· 16 years ago
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 17 years ago
bdbdb97
FS#9051 - remove LCD margins... use viewports if you need them...
by Jonathan Gordon
· 17 years ago
776d015
implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to work, and needs to be enabled in the debug menu.
by Frank Gevaerts
· 17 years ago
0dd7ea2
Support building tagcache db natively on PC using the core of the
by Miika Pekkarinen
· 18 years ago
00d2182
Logf output on the serial port for h100 targets
by Linus Nielsen Feltzing
· 18 years ago
25b55e1
better logf
by Michiel Van Der Kolk
· 20 years ago
1a558da
Moved to logf.h
by Tomas Salfischberger
· 20 years ago
6ebdbe8
Modified logf to use a define for the log width, and changed it to default to
by Daniel Stenberg
· 20 years ago
edc0792
(Optional) logf support
by Daniel Stenberg
· 20 years ago
9e9f58f
use proper remote lcd functions
by Daniel Stenberg
· 20 years ago
11bf87f
initial remote-LCD logf browser
by Daniel Stenberg
· 20 years ago
056effc
Uses indices instead of pointers
by Linus Nielsen Feltzing
· 20 years ago
b033f6c
initial logf() work, not added to SOURCES yet (on purpose)
by Daniel Stenberg
· 20 years ago