Home
last modified time | relevance | path

Searched refs:MICROPY_DEBUG_PRINTER (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/shared/libc/
A Dprintf.c44 int ret = mp_vprintf(MICROPY_DEBUG_PRINTER, fmt, ap); in DEBUG_printf()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmpconfig.h451 #ifndef MICROPY_DEBUG_PRINTER
452 #define MICROPY_DEBUG_PRINTER (&mp_plat_print) macro
A Dobjfun.c295 …mp_printf(MICROPY_DEBUG_PRINTER, "VM stack underflow: " INT_FMT "\n", code_state->sp - code_state-… in fun_bc_call()
317 …mp_printf(MICROPY_DEBUG_PRINTER, "VM stack overflow state=%p n_state+1=" UINT_FMT "\n", code_state… in fun_bc_call()
A Dobjtype.c178 mp_obj_print_helper(MICROPY_DEBUG_PRINTER, lookup->dest[0], PRINT_REPR); in mp_obj_class_lookup()

Completed in 10 milliseconds