Skip to content

Commit 3b6f8b1

Browse files
esp-lis10086loutianhao
authored andcommitted
fix(esp32c61): enable soc caps macro to fix regdma wait compare bug
1 parent 9529c4e commit 3b6f8b1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

components/soc/esp32c61/include/soc/Kconfig.soc_caps.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,18 @@ config SOC_PM_PAU_LINK_NUM
863863
int
864864
default 4
865865

866+
config SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR
867+
bool
868+
default y
869+
870+
config SOC_PM_PAU_REGDMA_LINK_WIFIMAC
871+
bool
872+
default y
873+
874+
config SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE
875+
bool
876+
default y
877+
866878
config SOC_CLK_RC_FAST_SUPPORT_CALIBRATION
867879
bool
868880
default y

components/soc/esp32c61/include/soc/soc_caps.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@
444444
#define SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR (1)
445445
#define SOC_PM_PAU_REGDMA_LINK_WIFIMAC (1)
446446

447+
#define SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE (1)
448+
447449
/*-------------------------- CLOCK SUBSYSTEM CAPS ----------------------------------------*/
448450
#define SOC_CLK_RC_FAST_SUPPORT_CALIBRATION (1)
449451
#define SOC_MODEM_CLOCK_IS_INDEPENDENT (1)

0 commit comments

Comments
 (0)