Merge branch 'feature/enable_i2s_tests_on_esp32s2beta' into 'master'

Enable i2s and freertos test/s on esp32s2beta

See merge request espressif/esp-idf!6790
This commit is contained in:
Mahavir Jain
2019-12-18 17:51:54 +08:00
5 changed files with 17 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
#define I2S_MAX_BUFFER_SIZE (4 * 1024 * 1024) //the maximum RAM can be allocated
#define I2S_BASE_CLK (2*APB_CLK_FREQ)
// ESP32-S2 have 2 I2S
// ESP32-S2 have 1 I2S
#define I2S_NUM_0 (0) /*!< I2S port 0 */
#define I2S_NUM_MAX (1) /*!< I2S port max */
#define SOC_I2S_NUM (I2S_NUM_MAX)