boarchuz / HULP

ESP32 ULP Coprocessor Helper
MIT License
183 stars 19 forks source link

Is HULP compatible with ESP32-S3? #29

Closed jlutzwpi closed 9 months ago

jlutzwpi commented 1 year ago

Hello, I'm trying to run the Arduino ADC basic.ino example on an ESP32S3, and getting a bunch of compile errors. Is HULP able to run on an ESP32-S3, or does the RISC-V architecture make it incompatible? Thanks!

boarchuz commented 1 year ago

Only ESP32. Despite newer targets (S2, S3) still having a mostly similar ULP-FSM, the additional ULP-RISCV core is easier to use and has far better support in ESP-IDF. I suggest using that instead.

jlutzwpi commented 1 year ago

Thanks, will give that a try.