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

@@ -27,7 +27,7 @@ extern "C" {
// ESP32 have 2 I2S
#define I2S_NUM_0 (0) /*!< I2S port 0 */
#define I2S_NUM_1 (1) /*!< I2S port 0 */
#define I2S_NUM_1 (1) /*!< I2S port 1 */
#define I2S_NUM_MAX (2) /*!< I2S port max */
#define SOC_I2S_NUM (I2S_NUM_MAX)