fix(esp_hw_support): fix the issue of regdma wait node to immediately return to done

This commit is contained in:
Li Shuai
2024-07-03 15:50:11 +08:00
committed by wuzhenghui
parent 1c4a3106dc
commit a87c6408ec
7 changed files with 63 additions and 8 deletions

View File

@@ -1287,6 +1287,10 @@ config SOC_PM_PAU_LINK_NUM
int
default 4
config SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE
bool
default y
config SOC_CLK_RC_FAST_SUPPORT_CALIBRATION
bool
default y

View File

@@ -527,6 +527,8 @@
#define SOC_PM_PAU_LINK_NUM (4)
#define SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE (1)
/*-------------------------- CLOCK SUBSYSTEM CAPS ----------------------------------------*/
#define SOC_CLK_RC_FAST_SUPPORT_CALIBRATION (1)
#define SOC_MODEM_CLOCK_IS_INDEPENDENT (1)