docs(ldo): corrected the LDO channel numbers in the programming guide

This commit is contained in:
morris
2025-11-18 18:56:46 +08:00
parent 6495ce4fda
commit 36063fbfb4
9 changed files with 30 additions and 22 deletions

View File

@@ -1083,6 +1083,10 @@ config SOC_LEDC_SUPPORT_ETM
bool
default y
config SOC_GP_LDO_NUM_UNITS
int
default 4
config SOC_MMU_PERIPH_NUM
int
default 2

View File

@@ -112,7 +112,7 @@
#define SOC_SPI_FLASH_SUPPORTED 1
#define SOC_TOUCH_SENSOR_SUPPORTED 1
#define SOC_RNG_SUPPORTED 1
#define SOC_GP_LDO_SUPPORTED 1 // General purpose LDO
#define SOC_GP_LDO_SUPPORTED 1
#define SOC_PPA_SUPPORTED 1
#define SOC_LIGHT_SLEEP_SUPPORTED 1
#define SOC_DEEP_SLEEP_SUPPORTED 1
@@ -395,6 +395,9 @@
#define SOC_LEDC_SUPPORT_SLEEP_RETENTION (1)
#define SOC_LEDC_SUPPORT_ETM (1)
/*-------------------------- LDO CAPS ----------------------------------------*/
#define SOC_GP_LDO_NUM_UNITS 4 // Number of general purpose LDO units
/*-------------------------- MMU CAPS ----------------------------------------*/
#define SOC_MMU_PERIPH_NUM (2U)
#define SOC_MMU_LINEAR_ADDRESS_REGION_NUM (2U)