File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/soc/esp32p4/include/soc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1937,7 +1937,7 @@ config SOC_SLEEP_TGWDT_STOP_WORKAROUND
19371937
19381938config SOC_PM_RETENTION_MODULE_NUM
19391939 int
1940- default 32
1940+ default 64
19411941
19421942config SOC_PSRAM_VDD_POWER_MPLL
19431943 bool
Original file line number Diff line number Diff line change 726726#define SOC_SLEEP_SYSTIMER_STALL_WORKAROUND 1 //TODO IDF-11381: replace with all xtal field clk gate control
727727#define SOC_SLEEP_TGWDT_STOP_WORKAROUND 1 //TODO IDF-11381: replace with all xtal field clk gate control
728728
729- #define SOC_PM_RETENTION_MODULE_NUM (32 )
729+ #define SOC_PM_RETENTION_MODULE_NUM (64 )
730730
731731/*-------------------------- PSRAM CAPS ----------------------------*/
732732#define SOC_PSRAM_VDD_POWER_MPLL (1)
You can’t perform that action at this time.
0 commit comments