Home
last modified time | relevance | path

Searched refs:MICROPY_ERROR_PRINTER (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dwarning.c40 mp_print_str(MICROPY_ERROR_PRINTER, category); in mp_warning()
41 mp_print_str(MICROPY_ERROR_PRINTER, ": "); in mp_warning()
45 mp_vprintf(MICROPY_ERROR_PRINTER, msg, args); in mp_warning()
46 mp_print_str(MICROPY_ERROR_PRINTER, "\n"); in mp_warning()
A Dmodthread.c206 mp_printf(MICROPY_ERROR_PRINTER, "Unhandled exception in thread started by "); in thread_entry()
207 mp_obj_print_helper(MICROPY_ERROR_PRINTER, args->fun, PRINT_REPR); in thread_entry()
208 mp_printf(MICROPY_ERROR_PRINTER, "\n"); in thread_entry()
209 mp_obj_print_exception(MICROPY_ERROR_PRINTER, MP_OBJ_FROM_PTR(exc)); in thread_entry()
A Dmpconfig.h701 #ifndef MICROPY_ERROR_PRINTER
702 #define MICROPY_ERROR_PRINTER (&mp_plat_print) macro
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmachine_spi.h37 …mp_print_str(MICROPY_ERROR_PRINTER, "Warning: SPI(-1, ...) is deprecated, use SoftSPI(...) instead…
A Dmachine_i2c.h36 …mp_print_str(MICROPY_ERROR_PRINTER, "Warning: I2C(-1, ...) is deprecated, use SoftI2C(...) instead…

Completed in 8 milliseconds