Searched refs:newline (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | output_helpers.py | 44 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)
|
D | serial_reader.py | 71 yellow_print('Waiting for the device to reconnect', newline='') 79 yellow_print('.', newline='')
|
D | coredump.py | 114 yellow_print('Received %3d kB...' % new_buffer_len_kb, newline='\r')
|
/hal_espressif-latest/components/newlib/ |
D | Kconfig | 8 when a newline ('\n', LF) appears on stdout. 32 a newline ('\n', LF) on stdin.
|