esp-idf/components/console
Darian Leung 1f73689c50
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:

- esp_console_repl.c will have 'defined but unused' warnings on various console
functions.
- esp_console_repl.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-29 17:36:41 +08:00
..
argtable3 console: argtable3: upgrade to v3.2.2 2022-10-27 11:38:49 +02:00
linenoise fix(console): Fixed linenoise prompt length calculation 2024-01-17 09:42:01 +01:00
test_apps/console feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
CMakeLists.txt refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
commands.c refactor(esp_console): improved error handling, added tests and docs 2023-08-15 14:11:30 +08:00
esp_console_repl.c fix(console): Fix build issues when CONFIG_ESP_CONSOLE_NONE is enabled 2024-02-29 17:36:41 +08:00
esp_console.h refactor(esp_console): improved error handling, added tests and docs 2023-08-15 14:11:30 +08:00
split_argv.c console: update copyright notice 2021-05-17 03:41:32 +02:00