Home
last modified time | relevance | path

Searched refs:history (Results 1 – 25 of 43) sorted by relevance

12

/hal_espressif-3.6.0/components/console/linenoise/
Dlinenoise.c136 static char **history = NULL; variable
744 free(history[history_len - 1 - l->history_index]); in linenoiseEditHistoryNext()
745 history[history_len - 1 - l->history_index] = strdup(l->buf); in linenoiseEditHistoryNext()
755 strncpy(l->buf,history[history_len - 1 - l->history_index],l->buflen); in linenoiseEditHistoryNext()
893 free(history[history_len]); in linenoiseEdit()
917 free(history[history_len]); in linenoiseEdit()
1160 if (history) { in linenoiseHistoryFree()
1162 free(history[j]); in linenoiseHistoryFree()
1164 free(history); in linenoiseHistoryFree()
1166 history = NULL; in linenoiseHistoryFree()
[all …]
/hal_espressif-3.6.0/examples/system/console/advanced/
DREADME.md21 * Enable/disable `Example Configuration > Store command history in flash` as necessary
44 Use UP/DOWN arrows to navigate through command history.
82 Use UP/DOWN arrows to navigate through command history.
100 Use UP/DOWN arrows to navigate through command history.
115 Use UP/DOWN arrows to navigate through command history.
118 Line editing and history features are disabled.
135 … example illustrates how to use `linenoise` library, including line completion, hints, and history.
149 ### Command history
151 …from `linenoise`, it is written into history and the history is saved into a file in flash memory.…
/hal_espressif-3.6.0/examples/system/console/basic/
DREADME.md21 * Enable/disable `Example Configuration > Store command history in flash` as necessary
44 Use UP/DOWN arrows to navigate through command history.
82 Use UP/DOWN arrows to navigate through command history.
100 Use UP/DOWN arrows to navigate through command history.
115 Use UP/DOWN arrows to navigate through command history.
118 Line editing and history features are disabled.
135 … example illustrates how to use `linenoise` library, including line completion, hints, and history.
149 ### Command history
151 …from `linenoise`, it is written into history and the history is saved into a file in flash memory.…
/hal_espressif-3.6.0/examples/peripherals/i2c/i2c_tools/main/
DKconfig.projbuild4 bool "Store command history in flash"
8 command history. If this option is enabled, initalizes a FAT filesystem
9 and uses it to store command history.
/hal_espressif-3.6.0/examples/system/console/advanced/main/
DKconfig.projbuild4 bool "Store command history in flash"
8 command history. If this option is enabled, initalizes a FAT filesystem
9 and uses it to store command history.
/hal_espressif-3.6.0/examples/system/console/basic/main/
DKconfig.projbuild4 bool "Store command history in flash"
8 command history. If this option is enabled, initalizes a FAT filesystem
9 and uses it to store command history.
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dconsole.rst7 …includes handling of backspace and arrow keys, scrolling through command history, command auto-com…
77 …ost recently typed commands to be kept in memory. Users can navigate the history using up/down arr…
80 …utomatically add commands to history. Instead, applications need to call this function to add comm…
83 …Function saves command history from RAM to a text file, for example on an SD card or on a filesyst…
86 Counterpart to :cpp:func:`linenoiseHistorySave`, loads history from a file.
89 …Releases memory used to store command history. Call this function when done working with linenoise…
161 …linenoise library, read and handle commands from UART, and store command history in Flash. See REA…
/hal_espressif-3.6.0/components/fatfs/src/
D00readme.txt7 00history.txt Revision history.
/hal_espressif-3.6.0/examples/system/console_usb/
DREADME.md79 Use UP/DOWN arrows to navigate through command history.
111 Use UP/DOWN arrows to navigate through command history.
125 Use UP/DOWN arrows to navigate through command history.
128 Line editing and history features are disabled.
/hal_espressif-3.6.0/examples/ethernet/iperf/main/
DKconfig.projbuild15 bool "Store command history in flash"
19 command history. If this option is enabled, initalizes a FAT filesystem
20 and uses it to store command history.
/hal_espressif-3.6.0/examples/network/simple_sniffer/main/
DKconfig.projbuild15 bool "Store command history into flash"
18 Linenoise line editing library provides functions to save and load command history.
19 … If this option is enabled, initalizes a FAT filesystem and uses it to store command history.
/hal_espressif-3.6.0/examples/ethernet/iperf/
DREADME.md42 * Enable storing history commands in flash under `Store command history in flash`.
/hal_espressif-3.6.0/examples/network/simple_sniffer/
DREADME.md28 - Check `Store command history in flash` if you want to save command history into flash (recommend).
133 Use UP/DOWN arrows to navigate through command history.
/hal_espressif-3.6.0/docs/en/hw-reference/esp32s2/
Duser-guide-esp-lyrap-cam-v1.0.rst26 - `Hardware Revision Details`_: Covers revision history, known issues, and links to user guides for…
Duser-guide-esp-lyrap-cam-v1.1.rst28 - `Hardware Revision Details`_: Covers revision history, known issues, and links to user guides for…
Duser-guide-esp-lyrap-toucha-v1.1.rst29 - `Hardware Revision Details`_: Covers revision history, known issues, and links to user guides for…
Duser-guide-esp-lyrap-lcd32-v1.1.rst29 - `Hardware Revision Details`_: Covers revision history, known issues, and links to user guides for…
Duser-guide-esp-lyrap-lcd32-v1.2.rst31 - `Hardware Revision Details`_: Covers revision history, known issues, and links to user guides for…
Duser-guide-esp-lyrat-8311a_v1.3.rst35 - `Hardware Revision Details`_: Covers revision history, known issues, and links to user guides for…
Duser-guide-esp-lyrat-8311a_v1.2.rst35 - `Hardware Revision Details`_: Covers revision history, known issues, and links to user guides for…
/hal_espressif-3.6.0/examples/peripherals/i2c/i2c_tools/
DREADME.md41 - You can choose whether or not to save command history into flash in `Store command history in fla…
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/
DREADME.md44 Use UP/DOWN arrows to navigate through command history.
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/
DREADME.md71 Use UP/DOWN arrows to navigate through command history.
/hal_espressif-3.6.0/docs/en/hw-reference/esp32c3/
Duser-guide-devkitm-1.rst24 - `Hardware Revision Details`_: Revision history, known issues, and links to user guides for previo…
Duser-guide-devkitc-02.rst24 - `Hardware Revision Details`_: Revision history, known issues, and links to user guides for previo…

12