spi_flash: add unit tests for qio mode

This commit is contained in:
Michael (XIAO Xufeng)
2020-03-18 12:21:08 +08:00
parent 61a7a26fc9
commit 4e287a09fe
5 changed files with 46 additions and 4 deletions

View File

@@ -432,7 +432,7 @@ UT_001:
UT_002:
extends: .unit_test_template
parallel: 12
parallel: 13
tags:
- ESP32_IDF
- UT_T1_1
@@ -586,7 +586,7 @@ UT_034:
UT_035:
extends: .unit_test_s2_template
parallel: 41
parallel: 43
tags:
- ESP32S2_IDF
- UT_T1_1

View File

@@ -0,0 +1,2 @@
TEST_COMPONENTS=spi_flash
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y

View File

@@ -0,0 +1,3 @@
TEST_COMPONENTS=spi_flash
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
CONFIG_IDF_TARGET="esp32s2"