Establish a console REPL environment over UART driver @attention This function is meant to be used in the examples to make the code more compact. Applications which use console functionality should be based on the underlying linenoise and esp_console functions.
return REPL handle after initialization succeed, return NULL otherwise
Return value
- ESP_OK on success - ESP_FAIL Parameter error
Notes
This is an all-in-one function to establish the environment needed for REPL, includes: - Install the UART driver on the console UART (8n1, 115200, REF_TICK clock source) - Configures the stdin/stdout to go through the UART driver - Initializes linenoise - Spawn new thread to run REPL in the background
Examples
esp_console_new_repl_uart() is referenced by 17 libraries and example projects: