forked from espressif/esp-idf
ci: add startup tests with VFS disabled
This commit is contained in:
2
tools/test_apps/system/startup/sdkconfig.ci.no_vfs
Normal file
2
tools/test_apps/system/startup/sdkconfig.ci.no_vfs
Normal file
@@ -0,0 +1,2 @@
|
||||
# Disable VFS support
|
||||
CONFIG_VFS_SUPPORT_IO=n
|
@@ -0,0 +1,4 @@
|
||||
# Disable VFS support except for basic I/O
|
||||
CONFIG_VFS_SUPPORT_SELECT=n
|
||||
CONFIG_VFS_SUPPORT_DIR=n
|
||||
CONFIG_VFS_SUPPORT_TERMIOS=n
|
Reference in New Issue
Block a user