Home
last modified time | relevance | path

Searched refs:max_history_len (Results 1 – 2 of 2) 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() argument
347 if (linenoiseHistorySetMaxLen(max_history_len) != 1) { in esp_console_setup_history()
348 ESP_LOGE(TAG, "set max history length to %d failed", max_history_len); in esp_console_setup_history()
Desp_console.h46 uint32_t max_history_len; //!< maximum length for the history member
60 .max_history_len = 32, \