mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 06:34:34 +02:00
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