mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: add startup tests with VFS disabled
This commit is contained in:
parent
dc77ccb24e
commit
2548a3e528
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
|
Loading…
Reference in New Issue
Block a user