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 1ec5e249b6
commit 75ff8d7ff8
4 changed files with 47 additions and 3 deletions
@@ -0,0 +1,2 @@
TEST_COMPONENTS=spi_flash
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
@@ -0,0 +1,3 @@
TEST_COMPONENTS=spi_flash
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
CONFIG_IDF_TARGET="esp32s2"