Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/console/
Desp_console_repl.c57 static esp_err_t esp_console_setup_history(const char *history_path, uint32_t max_history_len, esp_…
90 …ret = esp_console_setup_history(repl_config->history_save_path, repl_config->max_history_len, &cdc… in esp_console_new_repl_usb_cdc()
169 …ret = esp_console_setup_history(repl_config->history_save_path, repl_config->max_history_len, &usb… in esp_console_new_repl_usb_serial_jtag()
259 …ret = esp_console_setup_history(repl_config->history_save_path, repl_config->max_history_len, &uar… in esp_console_new_repl_uart()
336 static esp_err_t esp_console_setup_history(const char *history_path, uint32_t max_history_len, esp_… in esp_console_setup_history() function