Searched refs:colors (Results 1 – 5 of 5) sorted by relevance
| /subsys/shell/ |
| A D | shell_log_backend.c | 61 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in z_shell_log_backend_process() local 68 if (colors) { in z_shell_log_backend_process() 75 if (colors) { in z_shell_log_backend_process() 161 bool locked, bool colors) in process_log_msg() argument 170 if (colors) { in process_log_msg() 211 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in process_msg_from_buffer() local 219 process_log_msg(sh, log_output, msg, false, colors); in process_msg_from_buffer() 233 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in process() local 239 process_log_msg(sh, log_output, msg, true, colors); in process() 254 process_log_msg(sh, log_output, msg, true, colors); in process()
|
| A D | shell_cmds.c | 523 SHELL_COND_CMD(CONFIG_SHELL_VT100_COMMANDS, colors, &m_sub_colors,
|
| A D | Kconfig | 189 If enabled VT100 colors are used in shell (e.g. print errors in red).
|
| /subsys/logging/ |
| A D | log_output.c | 42 static const char *const colors[] = { variable 278 const char *log_color = start && (colors[level] != NULL) ? in color_print() 279 colors[level] : LOG_COLOR_CODE_DEFAULT; in color_print()
|
| A D | Kconfig.mode | 38 colors, or asynchronous logging, and all messages are simply
|
Completed in 19 milliseconds