docs: translate coexist from CN to EN

This commit is contained in:
xiongweichao
2021-07-29 11:20:52 +08:00
committed by BOT
parent 06df46e26a
commit 6514f9e94c
14 changed files with 461 additions and 2 deletions

View File

@@ -235,6 +235,10 @@ config SOC_SIGMADELTA_SUPPORTED
bool
default y
config SOC_SUPPORT_COEXISTENCE
bool
default y
config SOC_TEMP_SENSOR_SUPPORTED
bool
default y

View File

@@ -59,6 +59,7 @@
#define SOC_I2S_SUPPORTED 1
#define SOC_RMT_SUPPORTED 1
#define SOC_SIGMADELTA_SUPPORTED 1
#define SOC_SUPPORT_COEXISTENCE 1
#define SOC_TEMP_SENSOR_SUPPORTED 1
/*-------------------------- SOC CAPS ----------------------------------------*/