You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, what versions and devices everything was tested on.
Everything was tested all the way back to v1.10 today, and the
current code works correctly. However, MicroPython v1.11 has
a bug related to loading the ULP binary, so while py-esp32-ulp
produces correct binaries on that version, they can not actually
be used on the same version. To avoid explaining all this detail,
MicroPython v1.12 was chosen as the minimum supported version.
(Actually MicroPython v1.12 massively reduced its own memory
consumption, which makes it much better for py-esp32-ulp anyway,
especially when assembling larger sources.)
Fixes#48.
0 commit comments