Merge branch 'feature/esp8684_doc_build' into 'master'

docs: update docs to be able to build with esp8684

Closes IDF-4313

See merge request espressif/esp-idf!15849
This commit is contained in:
Marius Vikhammer
2021-12-20 03:32:28 +00:00
39 changed files with 719 additions and 50 deletions

View File

@@ -55,6 +55,10 @@ config SOC_XT_WDT_SUPPORTED
bool
default y
config SOC_WIFI_SUPPORTED
bool
default y
config SOC_SUPPORTS_SECURE_DL_MODE
bool
default y

View File

@@ -38,6 +38,7 @@
#define SOC_TEMP_SENSOR_SUPPORTED 1
#define SOC_FLASH_ENCRYPTION_XTS_AES 1
#define SOC_XT_WDT_SUPPORTED 1
#define SOC_WIFI_SUPPORTED 1
#define SOC_SUPPORTS_SECURE_DL_MODE 1
#define SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3
#define SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS 1