docs: update docs to be able to build with esp8684

This commit is contained in:
Marius Vikhammer
2021-11-09 17:11:01 +08:00
parent 302b21af03
commit 82325f6037
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