Skip to content

Commit 0c76f6c

Browse files
committed
Merge branch 'bugfix/idf-12651' into 'master'
fix the issue of regdma update cache state before wait compare Closes IDF-12651 See merge request espressif/esp-idf!38879
2 parents 67e5e59 + 19874ad commit 0c76f6c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,10 +1575,6 @@ config SOC_PM_PAU_REGDMA_LINK_IDX_WIFIMAC
15751575
int
15761576
default 4
15771577

1578-
config SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE
1579-
bool
1580-
default y
1581-
15821578
config SOC_PM_PMU_MIN_SLP_SLOW_CLK_CYCLE_FIXED
15831579
bool
15841580
default y

components/soc/esp32c5/include/soc/soc_caps.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,6 @@
627627
#define SOC_PM_PAU_REGDMA_LINK_CONFIGURABLE (1)
628628
#define SOC_PM_PAU_REGDMA_LINK_IDX_WIFIMAC (4) // The range of values for the link index is [0, SOC_PM_PAU_LINK_NUM)
629629

630-
#define SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE (1)
631630
#define SOC_PM_PMU_MIN_SLP_SLOW_CLK_CYCLE_FIXED (1)
632631

633632
#define SOC_PM_RETENTION_MODULE_NUM (32)

0 commit comments

Comments
 (0)