fix(driver_spi): fixed p4 no dma polling trans cache sync fail

This commit is contained in:
wanckl
2024-10-23 18:59:53 +08:00
committed by Wan Lei
parent d622011a2b
commit a2be2ffe5a
4 changed files with 4 additions and 6 deletions

View File

@@ -1856,7 +1856,6 @@ TEST_CASE("test_spi_master_sleep_retention", "[spi]")
#endif
}
#if 0 /* Temp disable, TODO: IDFCI-2455*/
#if CONFIG_PM_ENABLE
TEST_CASE("test_spi_master_auto_sleep_retention", "[spi]")
{
@@ -1922,4 +1921,3 @@ TEST_CASE("test_spi_master_auto_sleep_retention", "[spi]")
TEST_ESP_OK(esp_pm_configure(&pm_config));
}
#endif //CONFIG_PM_ENABLE
#endif // 0