Searched refs:red_print (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | web_socket_client.py | 18 from .output_helpers import red_print, yellow_print 62 red_print('WebSocket connection error: {}'.format(e)) 74 red_print('WebSocket close error: {}'.format(e)) 86 red_print('WebSocket send error: {}'.format(e)) 100 red_print('WebSocket receive error: {}'.format(e)) 107 red_print('WebSocket expected: {}, received: {}'.format(dict(expect_iterable), obj))
|
D | console_parser.py | 13 from .output_helpers import red_print 22 red_print('--- {}'.format(reason)) 23 red_print(console_parser.get_next_action_text()) 71 red_print(self.get_help_text()) 92 red_print('--- unknown menu character {} --'.format(key_description(c)))
|
D | logger.py | 23 from .output_helpers import lookup_pc_address, red_print, yellow_print 81 red_print('\nLog file {} cannot be created: {}'.format(name, e)) 90 red_print('\nLog file cannot be closed: {}'.format(e)) 117 red_print('\nCannot write to file: {}'.format(e))
|
D | gdbhelper.py | 9 from .output_helpers import normal_print, red_print, yellow_print 63 red_print('%s: %s' % (' '.join(cmd), e)) 101 … red_print('Malformed gdb message... calculated checksum %02x received %02x' % (chsum, calc_chsum))
|
D | output_helpers.py | 57 def red_print(message, newline='\n'): # type: (str, Optional[str]) -> None function 82 red_print('%s: %s' % (' '.join(cmd), e))
|
D | serial_reader.py | 12 from .output_helpers import red_print, yellow_print 70 red_print(e)
|