From c0ed9349b0e5eaf21a3c9cbdb002d385c1831797 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 29 May 2020 22:35:28 +0200 Subject: [PATCH] test_apps: add build test for !CONFIG_SPI_FLASH_YIELD_DURING_ERASE --- tools/test_apps/system/build_test/sdkconfig.ci.no_flash_delay | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/test_apps/system/build_test/sdkconfig.ci.no_flash_delay diff --git a/tools/test_apps/system/build_test/sdkconfig.ci.no_flash_delay b/tools/test_apps/system/build_test/sdkconfig.ci.no_flash_delay new file mode 100644 index 0000000000..5977e1a49f --- /dev/null +++ b/tools/test_apps/system/build_test/sdkconfig.ci.no_flash_delay @@ -0,0 +1 @@ +CONFIG_SPI_FLASH_YIELD_DURING_ERASE=n