Merge branch 'feature/brownout_bringup_c6' into 'master'

BOD: Bringup for ESP32C6

Closes IDF-5345

See merge request espressif/esp-idf!21888
This commit is contained in:
C.S.M
2023-01-10 14:42:43 +08:00
36 changed files with 961 additions and 276 deletions

View File

@@ -127,6 +127,10 @@ config SOC_MEMPROT_SUPPORTED
bool
default y
config SOC_BOD_SUPPORTED
bool
default y
config SOC_XTAL_SUPPORT_40M
bool
default y

View File

@@ -59,6 +59,7 @@
* earlier revisions */
#define SOC_SECURE_BOOT_SUPPORTED 1
#define SOC_MEMPROT_SUPPORTED 1
#define SOC_BOD_SUPPORTED 1
/*-------------------------- XTAL CAPS ---------------------------------------*/
#define SOC_XTAL_SUPPORT_40M 1