Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/console/
Desp_console_repl.c39 const char *history_save_path; member
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()
340 repl_com->history_save_path = history_path; in esp_console_setup_history()
507 if (repl_com->history_save_path) { in esp_console_repl_task()
508 linenoiseHistorySave(repl_com->history_save_path); in esp_console_repl_task()
Desp_console.h47 …const char *history_save_path; //!< file path used to save history commands, set to NULL won't sav… member
61 .history_save_path = NULL, \
/hal_espressif-3.6.0/examples/ethernet/iperf/main/
Dethernet_example_main.c48 repl_config.history_save_path = HISTORY_PATH; in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_console_main.c66 repl_config.history_save_path = HISTORY_PATH; in app_main()
/hal_espressif-3.6.0/examples/peripherals/i2c/i2c_tools/main/
Di2ctools_example_main.c48 repl_config.history_save_path = HISTORY_PATH; in app_main()
/hal_espressif-3.6.0/examples/system/console/basic/main/
Dconsole_example_main.c80 repl_config.history_save_path = HISTORY_PATH; in app_main()
/hal_espressif-3.6.0/examples/network/simple_sniffer/main/
Dsimple_sniffer_example_main.c379 repl_config.history_save_path = HISTORY_FILE_PATH; in app_main()