m5stack / M5StickC-IDF

EDP32 IDF Library for M5stickc
MIT License
24 stars 6 forks source link

Support for IDF 3.3.x and 4.x #1

Open standarddeviant opened 4 years ago

standarddeviant commented 4 years ago

Hello, what is needed to support ESP-IDF 3.3 or 4.x?

For context, I'm interested in using the I2S+DAC feature, which is known not to work in ESP-IDF 3.2 per this Espressif forum post: https://www.esp32.com/viewtopic.php?t=14029

standarddeviant commented 4 years ago

I've had success running the demo in this repo with ESP-IDF v4.2 with a branch I made here: https://github.com/m5stack/M5StickC-IDF/compare/master...standarddeviant:esp-idf-v4.x