-
- Downloads
Make DEBUG_printf() a proper function, implementation is port-dependent.
In particular, unix outputs to stderr, to allow to run testsuite against micropython built with debug output (by redirecting stderr to /dev/null).
Showing
- py/gc.c 1 addition, 1 deletionpy/gc.c
- py/malloc.c 1 addition, 1 deletionpy/malloc.c
- py/misc.h 3 additions, 0 deletionspy/misc.h
- py/qstr.c 1 addition, 2 deletionspy/qstr.c
- py/runtime.c 2 additions, 2 deletionspy/runtime.c
- stm/printf.c 11 additions, 0 deletionsstm/printf.c
- unix/main.c 9 additions, 0 deletionsunix/main.c
Loading
Please register or sign in to comment