mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
docs(ldo): corrected the LDO channel numbers in the programming guide
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user