esp-idf/components/console
Ivan Grokhotkov 5b88c6b142
console: pass esp_console_repl_universal_t pointer to the repl task
For usb_serial_jtag REPL only, xTaskCreate was passing a pointer to
esp_console_repl_com_t, while esp_console_repl_task was expecting
a pointer to esp_console_repl_universal_t.

The way the two structures are defined, this makes no difference, and
the pointer values are the same. Still, this could potentially break
in the future.

(I am not sure what is the distinction between repl_com (common?) and
repl_universal; it seems that `int uart_channel` could just as well
be part of esp_console_repl_com_t; alternatively, as suggested in the
previous commit, this structure could contain a callback function
pointer, which would allow `esp_console_new_repl_*` functions to
specify how stdin/stdout should be initialized by the REPL task.)
2022-08-30 19:37:15 +02:00
..
argtable3 console: argtable3: sync arg_end argument name 2022-04-11 19:42:53 +02:00
linenoise driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
test build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
CMakeLists.txt build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
commands.c console: update copyright notice 2021-05-17 03:41:32 +02:00
esp_console.h docs: update programming guide for esp32s3 chip independent system chapters 2021-11-23 12:48:10 +05:30
esp_console_repl.c console: pass esp_console_repl_universal_t pointer to the repl task 2022-08-30 19:37:15 +02:00
split_argv.c console: update copyright notice 2021-05-17 03:41:32 +02:00