Skip to content

Commit f3c4f5a

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'fix/increase_c61_sleep_wakeup_ahead_time' into 'master'
change(esp_hw_support): increase esp32c61 s2a_work_time_us Closes WIFIBUG-1385 See merge request espressif/esp-idf!41367
2 parents 54a9c2e + 4193bf5 commit f3c4f5a

File tree

1 file changed

+1
-1
lines changed
  • components/esp_hw_support/port/esp32c61/private_include

1 file changed

+1
-1
lines changed

components/esp_hw_support/port/esp32c61/private_include/pmu_param.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ typedef struct pmu_sleep_machine_constant {
486486
.power_supply_wait_time_us = 20, \
487487
.power_up_wait_time_us = 2, \
488488
.regdma_s2m_work_time_us = 270, \
489-
.regdma_s2a_work_time_us = 666, \
489+
.regdma_s2a_work_time_us = 800, \
490490
.regdma_m2a_work_time_us = 296, \
491491
.regdma_a2s_work_time_us = 586, \
492492
.regdma_rf_on_work_time_us = 138, \

0 commit comments

Comments
 (0)