Merge branch 'feat/vfs_disable_termios_by_default' into 'master'

feat(storage/vfs): Disable termios support by default

Closes IDF-7998

See merge request espressif/esp-idf!42175
This commit is contained in:
Tomas Rohlinek
2025-10-23 13:25:11 +02:00
+1 -1
View File
@@ -72,7 +72,7 @@ menu "Virtual file system"
config VFS_SUPPORT_TERMIOS
bool "Provide termios.h functions"
default y
default n
# Very likely, only makes sense for UART VFS driver, which itself depends on VFS_SUPPORT_IO
depends on VFS_SUPPORT_IO
help