flash_ops: fix spi_flash_read with source buffer not from internal memory and size < 16

Closes https://github.com/espressif/esp-idf/issues/4010
This commit is contained in:
Ajita Chavan
2019-10-19 15:00:00 +08:00
committed by Mahavir Jain
parent 57a13b09cc
commit 32b8b60dc5
6 changed files with 57 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ UT_001:
UT_002:
extends: .unit_test_template
parallel: 18
parallel: 30
tags:
- ESP32_IDF
- UT_T1_1
@@ -413,7 +413,7 @@ UT_029:
# Gitlab parallel max value is 50. We need to create another UT job if parallel is larger than 50.
UT_030:
extends: .unit_test_template
parallel: 6
parallel: 10
tags:
- ESP32_IDF
- UT_T1_1

View File

@@ -0,0 +1,3 @@
TEST_COMPONENTS=spi_flash
CONFIG_ESP32_SPIRAM_SUPPORT=y
CONFIG_SPI_FLASH_USE_LEGACY_IMPL=y