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

@@ -43,6 +43,10 @@ config SOC_PCNT_SUPPORTED
bool
default y
config SOC_WIFI_SUPPORTED
bool
default y
config SOC_SDIO_SLAVE_SUPPORTED
bool
default y

View File

@@ -70,6 +70,7 @@
#define SOC_BT_SUPPORTED 1
#define SOC_CLASSIC_BT_SUPPORTED 1
#define SOC_PCNT_SUPPORTED 1
#define SOC_WIFI_SUPPORTED 1
#define SOC_SDIO_SLAVE_SUPPORTED 1
#define SOC_TWAI_SUPPORTED 1
#define SOC_EMAC_SUPPORTED 1