mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
spi_flash: support working on differnt buses and frequency
This commit is contained in:

committed by
bot

parent
ce4de867d6
commit
1036a091fe
@@ -30,7 +30,7 @@ static IRAM_ATTR void cache_test_task(void *arg)
|
||||
vTaskDelete(NULL);
|
||||
}
|
||||
|
||||
TEST_CASE("spi_flash_cache_enabled() works on both CPUs", "[spi_flash]")
|
||||
TEST_CASE("spi_flash_cache_enabled() works on both CPUs", "[spi_flash][esp_flash]")
|
||||
{
|
||||
result_queue = xQueueCreate(1, sizeof(bool));
|
||||
|
||||
|
Reference in New Issue
Block a user