Skip to content

Commit 64c80be

Browse files
committed
change(soc): enable wifi soc wakeup and support wifi legacy sleep for esp32c61
1 parent 945af68 commit 64c80be

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,10 @@ config SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH
811811
int
812812
default 12
813813

814+
config SOC_PM_SUPPORT_WIFI_WAKEUP
815+
bool
816+
default y
817+
814818
config SOC_PM_SUPPORT_EXT1_WAKEUP
815819
bool
816820
default y

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414

415415
// TODO: IDF-5351 (Copy from esp32c3, need check)
416416
/*-------------------------- Power Management CAPS ----------------------------*/
417-
// #define SOC_PM_SUPPORT_WIFI_WAKEUP (1)
417+
#define SOC_PM_SUPPORT_WIFI_WAKEUP (1)
418418
// #define SOC_PM_SUPPORT_BEACON_WAKEUP (1)
419419
// #define SOC_PM_SUPPORT_BT_WAKEUP (1)
420420
#define SOC_PM_SUPPORT_EXT1_WAKEUP (1)

0 commit comments

Comments
 (0)