forked from espressif/esp-idf
fix(storage/console): fix test configuration
This commit is contained in:
@@ -8,6 +8,8 @@ components/esp_system/test_apps/console:
|
|||||||
disable:
|
disable:
|
||||||
- if: CONFIG_NAME == "serial_jtag_only" and SOC_USB_SERIAL_JTAG_SUPPORTED != 1
|
- if: CONFIG_NAME == "serial_jtag_only" and SOC_USB_SERIAL_JTAG_SUPPORTED != 1
|
||||||
- if: CONFIG_NAME == "serial_jtag_only_no_vfs" and SOC_USB_SERIAL_JTAG_SUPPORTED != 1
|
- if: CONFIG_NAME == "serial_jtag_only_no_vfs" and SOC_USB_SERIAL_JTAG_SUPPORTED != 1
|
||||||
|
disable_test:
|
||||||
|
- if: CONFIG_NAME == "simple" and IDF_TARGET != "esp32"
|
||||||
|
|
||||||
components/esp_system/test_apps/esp_system_unity_tests:
|
components/esp_system/test_apps/esp_system_unity_tests:
|
||||||
disable:
|
disable:
|
||||||
|
@@ -1,2 +1,3 @@
|
|||||||
CONFIG_ESP_CONSOLE_NONE=y
|
CONFIG_ESP_CONSOLE_NONE=y
|
||||||
|
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
|
||||||
CONFIG_VFS_SUPPORT_IO=y
|
CONFIG_VFS_SUPPORT_IO=y
|
||||||
|
Reference in New Issue
Block a user