From 470b9d024e9ebc1e2612c1419ca0b4ec606a987f Mon Sep 17 00:00:00 2001 From: hebinglin Date: Thu, 12 Mar 2026 15:46:34 +0800 Subject: [PATCH] change(esp_hw_support): optimize esp32h21eco1 pmu params --- .../esp_hw_support/port/esp32h21/private_include/pmu_param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_hw_support/port/esp32h21/private_include/pmu_param.h b/components/esp_hw_support/port/esp32h21/private_include/pmu_param.h index aa9624850c..5e7b0946b8 100644 --- a/components/esp_hw_support/port/esp32h21/private_include/pmu_param.h +++ b/components/esp_hw_support/port/esp32h21/private_include/pmu_param.h @@ -559,14 +559,14 @@ typedef struct pmu_sleep_machine_constant { }, \ .hp = { \ .min_slp_time_us = 450, \ - .analog_wait_time_us = 150, \ + .analog_wait_time_us = 190, \ .isolate_wait_time_us = 1, \ .reset_wait_time_us = 1, \ .power_supply_wait_time_us = 2, \ .power_up_wait_time_us = 2, \ .regdma_s2a_work_time_us = PMU_REGDMA_S2A_WORK_TIME_US, \ .regdma_a2s_work_time_us = PMU_REGDMA_A2S_WORK_TIME_US, \ - .xtal_wait_stable_time_us = 200, \ + .xtal_wait_stable_time_us = 160, \ .pll_wait_stable_time_us = 1 \ } \ }