esp-idf/components/console
Darian Leung 4e4278477d
fix(console): Fix build issues when CONFIG_ESP_CONSOLE_NONE is enabled
This commit fixes the following build issues when CONFIG_ESP_CONSOLE_NONE is
enabled:

- vfs_console.c will attempt to register a VFS entry for STDIO console even if
CONFIG_ESP_CONSOLE_NONE is enabled. This results in "undeclared `primary_path`"
error.
- esp_console_repl_chpi.c does not use "TAG" when CONFIG_ESP_CONSOLE_NONE is
enabled, leading to a "defined by not used" warning.

Closes https://github.com/espressif/esp-idf/issues/12984
2024-02-28 20:28:27 +08:00
..
argtable3 console: argtable3: upgrade to v3.2.2 2022-10-27 11:38:49 +02:00
linenoise feat(console): Refactored code to support Linux target 2024-01-29 17:13:22 +08:00
private_include feat(console): Refactored code to support Linux target 2024-01-29 17:13:22 +08:00
test_apps feat(console): Refactored code to support Linux target 2024-01-29 17:13:22 +08:00
CMakeLists.txt feat(console): Refactored code to support Linux target 2024-01-29 17:13:22 +08:00
commands.c feat(console): Refactored code to support Linux target 2024-01-29 17:13:22 +08:00
esp_console_common.c feat(console): Refactored code to support Linux target 2024-01-29 17:13:22 +08:00
esp_console_repl_chip.c fix(console): Fix build issues when CONFIG_ESP_CONSOLE_NONE is enabled 2024-02-28 20:28:27 +08:00
esp_console_repl_linux.c feat(console): Refactored code to support Linux target 2024-01-29 17:13:22 +08:00
esp_console.h fix(console): Made setting command context less error-prone and clearer 2024-01-11 10:53:43 +08:00
split_argv.c console: update copyright notice 2021-05-17 03:41:32 +02:00