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 feat(storage/fatfs): Switch to a config struct for VFS FAT registration 2024-02-19 14:05:50 +01:00
private_include refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00
test_apps Merge branch 'contrib/github_pr_12800' into 'master' 2024-02-20 15:21:47 +08:00
CMakeLists.txt refactor(usb_serial_jtag): make usb_serial_jtag as component 2024-01-05 19:42:04 +08:00
Kconfig fix(vfs/uart): add UART VFS select callback in IRAM 2023-11-08 11:34:22 +01:00
linker.lf refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00
openocd_semihosting.h fix(vfs): fix compilation error on 64bit linux 2023-08-23 13:28:49 +08:00
sdkconfig.rename Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
vfs_cdcacm.c esp_system, vfs: fix incomplete blocking reads in vfs_cdcacm 2022-07-28 17:28:08 +02:00
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 fix(vfs): Fix event_write may not exit critical section 2023-09-18 10:16:34 +02:00
vfs_semihost.c fix(vfs): fix compilation error on 64bit linux 2023-08-23 13:28:49 +08:00
vfs.c refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00