From fb32407754bdef981c8c2301a8dd5a86b0666b9b Mon Sep 17 00:00:00 2001 From: laokaiyao Date: Tue, 27 May 2025 17:42:32 +0800 Subject: [PATCH] change(pmu): update pmu sig soc headers of c5 --- components/soc/esp32c5/include/soc/pmu_icg_mapping.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/soc/esp32c5/include/soc/pmu_icg_mapping.h b/components/soc/esp32c5/include/soc/pmu_icg_mapping.h index 5581950d7c..93b0983691 100644 --- a/components/soc/esp32c5/include/soc/pmu_icg_mapping.h +++ b/components/soc/esp32c5/include/soc/pmu_icg_mapping.h @@ -33,6 +33,7 @@ #define PMU_ICG_APB_ENA_MEM_MONITOR 25 #define PMU_ICG_APB_ENA_IOMUX 26 #define PMU_ICG_APB_ENA_PVT_MONITOR 27 +#define PMU_ICG_APB_ENA_BS 28 #define PMU_ICG_FUNC_ENA_GDMA 0 #define PMU_ICG_FUNC_ENA_SPI2 1 #define PMU_ICG_FUNC_ENA_I2S_RX 2