test(uhci): enable the psram test in CI

This commit is contained in:
morris
2025-04-30 10:40:29 +08:00
parent 852466ea0e
commit 8af9bb624e
10 changed files with 27 additions and 12 deletions

View File

@@ -16,6 +16,7 @@ menu "ESP-Driver:UHCI Configurations"
config UHCI_ISR_HANDLER_IN_IRAM
bool "Place UHCI ISR function into IRAM"
default n
select GDMA_CTRL_FUNC_IN_IRAM if SOC_GDMA_SUPPORTED
help
If this option is not selected, UHCI interrupt will be disabled for a long time and
may cause data lost when doing spi flash operation.