Skip to content

Commit 8e82dab

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'fix/increase_c5_pau_work_time_v5.5' into 'release/v5.5'
fix(esp_hw_support): increase esp32c5 wifi link working cost (v5.5) See merge request espressif/esp-idf!41621
2 parents 93603cd + e1f5ff5 commit 8e82dab

File tree

1 file changed

+2
-2
lines changed
  • components/esp_hw_support/port/esp32c5/private_include

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ typedef struct pmu_sleep_machine_constant {
488488
.power_supply_wait_time_us = 2, \
489489
.power_up_wait_time_us = 2, \
490490
.regdma_s2m_work_time_us = 287, \
491-
.regdma_s2a_work_time_us = 568, \
492-
.regdma_m2a_work_time_us = 248, \
491+
.regdma_s2a_work_time_us = 720, \
492+
.regdma_m2a_work_time_us = 430, \
493493
.regdma_a2s_work_time_us = 433, \
494494
.regdma_rf_on_work_time_us = 68, \
495495
.regdma_rf_off_work_time_us = 25, \

0 commit comments

Comments
 (0)