Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Doutput_helpers.py44 def color_print(message, color, newline='\n'): # type: (str, str, Optional[str]) -> None argument
46 sys.stderr.write('%s%s%s%s' % (color, message, ANSI_NORMAL, newline))
53 def yellow_print(message, newline='\n'): # type: (str, Optional[str]) -> None argument
54 color_print(message, ANSI_YELLOW, newline)
57 def red_print(message, newline='\n'): # type: (str, Optional[str]) -> None argument
58 color_print(message, ANSI_RED, newline)
Dserial_reader.py71 yellow_print('Waiting for the device to reconnect', newline='')
79 yellow_print('.', newline='')
Dcoredump.py114 yellow_print('Received %3d kB...' % new_buffer_len_kb, newline='\r')
/hal_espressif-latest/components/newlib/
DKconfig8 when a newline ('\n', LF) appears on stdout.
32 a newline ('\n', LF) on stdin.