circuitpython/lib/utils
Glenn Ruben Bakke 8a4a05c1ee lib/utils: Expose pyb_set_repl_info function public
The patch enables the possibility to disable or initialize the repl
info from outside of the module. Can also be used to initialize the
repl_display_debugging_info in pyexec.c if not startup file is clearing
.bss segment.
2018-07-18 17:12:25 +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 lib/utils/printf: Make DEBUG_printf implementation more accessible. 2018-07-05 19:44:18 +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