forked from espressif/esp-idf
change(soc): define sleep retention module total number to 64 for esp32p4
This commit is contained in:
@@ -1937,7 +1937,7 @@ config SOC_SLEEP_TGWDT_STOP_WORKAROUND
|
|||||||
|
|
||||||
config SOC_PM_RETENTION_MODULE_NUM
|
config SOC_PM_RETENTION_MODULE_NUM
|
||||||
int
|
int
|
||||||
default 32
|
default 64
|
||||||
|
|
||||||
config SOC_PSRAM_VDD_POWER_MPLL
|
config SOC_PSRAM_VDD_POWER_MPLL
|
||||||
bool
|
bool
|
||||||
|
@@ -726,7 +726,7 @@
|
|||||||
#define SOC_SLEEP_SYSTIMER_STALL_WORKAROUND 1 //TODO IDF-11381: replace with all xtal field clk gate control
|
#define SOC_SLEEP_SYSTIMER_STALL_WORKAROUND 1 //TODO IDF-11381: replace with all xtal field clk gate control
|
||||||
#define SOC_SLEEP_TGWDT_STOP_WORKAROUND 1 //TODO IDF-11381: replace with all xtal field clk gate control
|
#define SOC_SLEEP_TGWDT_STOP_WORKAROUND 1 //TODO IDF-11381: replace with all xtal field clk gate control
|
||||||
|
|
||||||
#define SOC_PM_RETENTION_MODULE_NUM (32)
|
#define SOC_PM_RETENTION_MODULE_NUM (64)
|
||||||
|
|
||||||
/*-------------------------- PSRAM CAPS ----------------------------*/
|
/*-------------------------- PSRAM CAPS ----------------------------*/
|
||||||
#define SOC_PSRAM_VDD_POWER_MPLL (1)
|
#define SOC_PSRAM_VDD_POWER_MPLL (1)
|
||||||
|
Reference in New Issue
Block a user