Merge branch 'feature/support_i2s_on_h2' into 'master'

i2s: support i2s on esp32h2

Closes IDF-6219 and IDF-6700

See merge request espressif/esp-idf!21948
This commit is contained in:
Kevin (Lao Kaiyao)
2023-01-19 10:47:33 +08:00
36 changed files with 1315 additions and 63 deletions

View File

@@ -376,8 +376,8 @@ config SOC_I2C_SUPPORT_RTC
default y
config SOC_I2S_NUM
bool
default y
int
default 1
config SOC_I2S_HW_VERSION_2
bool

View File

@@ -185,7 +185,7 @@
#define SOC_I2C_SUPPORT_RTC (1)
/*-------------------------- I2S CAPS ----------------------------------------*/
#define SOC_I2S_NUM (1)
#define SOC_I2S_NUM (1U)
#define SOC_I2S_HW_VERSION_2 (1)
#define SOC_I2S_SUPPORTS_XTAL (1)
#define SOC_I2S_SUPPORTS_PLL_F160M (1)