micropython-esp32-ulp icon indicating copy to clipboard operation
micropython-esp32-ulp copied to clipboard

Support ESP32-S2

Open wnienhaus opened this issue 2 years ago • 0 comments

Support for the S2 should not be that difficult, because the ULP in the ESP32-S2 has only a slightly different binary format than the ULP of the original ESP32.

(Note the S2 has both a RISC-V based and FSM based ULP - this issue is about adding support for the FSM based ULP)

When implementing this, we should ensure that we have a clean and clear way of selecting which ESP32 variant to use as the target.

wnienhaus avatar Sep 04 '22 08:09 wnienhaus