Home
last modified time | relevance | path

Searched refs:red_print (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dweb_socket_client.py18 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))
Dconsole_parser.py13 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)))
Dlogger.py23 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))
Dgdbhelper.py9 from .output_helpers import normal_print, red_print, yellow_print
63 red_print('%s: %s' % (' '.join(cmd), e))
101red_print('Malformed gdb message... calculated checksum %02x received %02x' % (chsum, calc_chsum))
Doutput_helpers.py57 def red_print(message, newline='\n'): # type: (str, Optional[str]) -> None function
82 red_print('%s: %s' % (' '.join(cmd), e))
Dserial_reader.py12 from .output_helpers import red_print, yellow_print
70 red_print(e)