Searched refs:MICROPY_ERROR_PRINTER (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | warning.c | 40 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 D | modthread.c | 206 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 D | mpconfig.h | 701 #ifndef MICROPY_ERROR_PRINTER 702 #define MICROPY_ERROR_PRINTER (&mp_plat_print) macro
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | machine_spi.h | 37 …mp_print_str(MICROPY_ERROR_PRINTER, "Warning: SPI(-1, ...) is deprecated, use SoftSPI(...) instead…
|
A D | machine_i2c.h | 36 …mp_print_str(MICROPY_ERROR_PRINTER, "Warning: I2C(-1, ...) is deprecated, use SoftI2C(...) instead…
|
Completed in 8 milliseconds