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:
committed by
Mahavir Jain
parent
57a13b09cc
commit
32b8b60dc5
@@ -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
|
||||
|
||||
3
tools/unit-test-app/configs/spi_flash_legacy
Normal file
3
tools/unit-test-app/configs/spi_flash_legacy
Normal file
@@ -0,0 +1,3 @@
|
||||
TEST_COMPONENTS=spi_flash
|
||||
CONFIG_ESP32_SPIRAM_SUPPORT=y
|
||||
CONFIG_SPI_FLASH_USE_LEGACY_IMPL=y
|
||||
Reference in New Issue
Block a user