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

Update readgpio_s3.py

Open synco opened this issue 1 year ago • 1 comments

To be consistent with the processor example I'd expect this... not sure about the knock-on effects.

synco avatar Jan 31 '24 05:01 synco

Actually esp32s2 is the correct value even for the ESP32-S3, because it specifies the instruction set of the ULP, not the overall device. The ESP32-S2 and ESP32-S3 have an identical ULP (at least the FSM ULP) which is why we simply called it all "esp32s2".

I can see how that can be confusing though. The README refers to this: https://github.com/micropython/micropython-esp32-ulp#id1, but maybe it could be easier, if we supported esp32s3 as a cpu type and simply treat it the same as esp32s2 internally.

wnienhaus avatar Mar 29 '24 19:03 wnienhaus