feat(pmu): set fix voltage to different mode for esp32c6 & c6 modify brownout rst2

This commit is contained in:
hongshuqing
2023-12-06 10:37:15 +08:00
parent 195ebe1d3c
commit 35918b89a9
10 changed files with 231 additions and 34 deletions

View File

@@ -1398,3 +1398,7 @@ config SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND
config SOC_PHY_COMBO_MODULE
bool
default y
config SOC_CAPS_NO_RESET_BY_ANA_BOD
bool
default y

View File

@@ -559,3 +559,6 @@
/*------------------------------------- PHY CAPS -------------------------------------*/
#define SOC_PHY_COMBO_MODULE (1) /*!< Support Wi-Fi, BLE and 15.4*/
/*------------------------------------- No Reset CAPS -------------------------------------*/
#define SOC_CAPS_NO_RESET_BY_ANA_BOD (1)