Home
last modified time | relevance | path

Searched refs:LOG_RESET_COLOR (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/spi_flash/sim/stubs/log/include/
Desp_log.h43 #define LOG_RESET_COLOR macro
51 …e LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%d) %s: " format LOG_RESET_COLOR "\n"
/hal_espressif-3.6.0/components/log/include/
Desp_log.h278 #define LOG_RESET_COLOR "\033[0m" macro
290 #define LOG_RESET_COLOR macro
293 …e LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%u) %s: " format LOG_RESET_COLOR "\n"
294 …_TIME_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%s) %s: " format LOG_RESET_COLOR "\n"
/hal_espressif-3.6.0/examples/system/console_usb/main/
Dconsole_usb_example_main.c87 const char* prompt = LOG_COLOR_I CONFIG_IDF_TARGET "> " LOG_RESET_COLOR; in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_console_system.c129 )" LOG_RESET_COLOR; in make()
/hal_espressif-3.6.0/examples/system/console/advanced/main/
Dconsole_example_main.c158 const char* prompt = LOG_COLOR_I PROMPT_STR "> " LOG_RESET_COLOR; in app_main()
/hal_espressif-3.6.0/components/console/
Desp_console_repl.c318 …snprintf(repl_com->prompt, CONSOLE_PROMPT_MAX_LEN - 1, LOG_COLOR_I "%s " LOG_RESET_COLOR, prompt_t… in esp_console_setup_prompt()
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/main/
Dmain.c768 const char *prompt = LOG_COLOR_I "Throughput demo >> " LOG_RESET_COLOR; in app_main()