mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
spi_flash: add unit tests for qio mode
This commit is contained in:
@@ -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
|
||||
|
||||
2
tools/unit-test-app/configs/spi_flash_qio
Normal file
2
tools/unit-test-app/configs/spi_flash_qio
Normal file
@@ -0,0 +1,2 @@
|
||||
TEST_COMPONENTS=spi_flash
|
||||
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
||||
3
tools/unit-test-app/configs/spi_flash_qio_s2
Normal file
3
tools/unit-test-app/configs/spi_flash_qio_s2
Normal file
@@ -0,0 +1,3 @@
|
||||
TEST_COMPONENTS=spi_flash
|
||||
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
||||
CONFIG_IDF_TARGET="esp32s2"
|
||||
Reference in New Issue
Block a user