micropython/lib/utils
Damien George da2d2b6d88 py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.
This patch in effect renames MICROPY_DEBUG_PRINTER_DEST to
MICROPY_DEBUG_PRINTER, moving its default definition from
lib/utils/printf.c to py/mpconfig.h to make it official and documented, and
makes this macro a pointer rather than the actual mp_print_t struct.  This
is done to get consistency with MICROPY_ERROR_PRINTER, and provide this
macro for use outside just lib/utils/printf.c.

Ports are updated to use the new macro name.
2018-08-02 14:04:44 +10:00
..
interrupt_char.c lib/utils/interrupt_char: Remove support for KBD_EXCEPTION disabled. 2017-06-02 12:03:57 +10:00
interrupt_char.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
printf.c py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output. 2018-08-02 14:04:44 +10:00
pyexec.c lib/utils: Fix to support compiling with object representation D. 2018-07-08 23:13:37 +10:00
pyexec.h lib/utils: Expose pyb_set_repl_info function public 2018-07-18 17:12:25 +10:00
stdout_helpers.c various: Spelling fixes 2017-05-29 11:36:05 +03:00
sys_stdio_mphal.c lib/utils: Fix to support compiling with object representation D. 2018-07-08 23:13:37 +10:00