esp-idf/components/vfs
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
..
include
private_include
test_apps
CMakeLists.txt
Kconfig
linker.lf
openocd_semihosting.h
sdkconfig.rename
vfs.c
vfs_cdcacm.c
vfs_console.c fix(console): Fix build issues when CONFIG_ESP_CONSOLE_NONE is enabled 2024-02-28 20:28:27 +08:00
vfs_eventfd.c
vfs_semihost.c