feat(i2s): support i2s on esp32c61

This commit is contained in:
gaoxu
2024-10-22 11:26:43 +08:00
committed by Gao Xu
parent 12398c0f25
commit 8ab0cdde60
36 changed files with 1396 additions and 69 deletions

View File

@@ -78,6 +78,10 @@ Clock Source
- :cpp:enumerator:`i2s_clock_src_t::I2S_CLK_SRC_PLL_160M`: 160 MHz PLL clock.
.. only:: SOC_I2S_SUPPORTS_PLL_F120M
- :cpp:enumerator:`i2s_clock_src_t::I2S_CLK_SRC_PLL_120M`: 120 MHz PLL clock.
.. only:: SOC_I2S_SUPPORTS_PLL_F96M
- :cpp:enumerator:`i2s_clock_src_t::I2S_CLK_SRC_PLL_96M`: 96 MHz PLL clock.