index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
/
printf.c
Age
Commit message (
Expand
)
Author
2021-07-12
shared: Introduce new top-level dir and move 1st party lib code there.
Damien George
2020-06-19
tools/uncrustify: Enable more opts to remove space between func and '('.
David Lechner
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2019-02-06
lib/utils/printf: Exclude __GI_vsnprintf alias for gcc 9 and above.
Damien George
2018-08-02
py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.
Damien George
2018-07-05
lib/utils/printf: Make DEBUG_printf implementation more accessible.
stijn
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2016-09-05
py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
Delio Brignoli
2016-04-13
lib/utils/printf: Rework overriding printer of DEBUG_printf().
Paul Sokolovsky
2015-12-12
lib/utils/printf: Add vsnprintf alias for Clang.
Paul Sokolovsky
2015-12-10
lib/utils/printf: Apply workaround for static linking with uclibc.
Paul Sokolovsky
2015-11-29
py: Change mp_print_strn_t func type to use size_t for the str length.
Damien George
2015-11-23
lib/utils/printf: Use more conservative check for MICROPY_DEBUG_STDERR.
Paul Sokolovsky
2015-11-22
lib/utils/printf: Fix issue with putchar define for some ports.
Paul Sokolovsky
2015-11-22
lib/utils/printf: Add extra prototypes.
Paul Sokolovsky
2015-11-22
unix: Use printf() implementation in terms of mp_printf().
Paul Sokolovsky
2015-11-21
py/emitglue: Host definition of mp_verbose_flag.
Paul Sokolovsky
2015-11-10
lib/utils/printf: Move from stmhal/ .
Paul Sokolovsky