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
Requires the code to be assembled and loaded as a binary.
We could have a cell that is of type %esp32_ULP which automatically assembles it, uploads it to a file and loads it into the ULP for fast iteration and turnaround.
The text was updated successfully, but these errors were encountered:
Apparently there is ULP access from Micropython.
https://github.com/micropython/micropython/blob/master/ports/esp32/README.ulp.md
Requires the code to be assembled and loaded as a binary.
We could have a cell that is of type %esp32_ULP which automatically assembles it, uploads it to a file and loads it into the ULP for fast iteration and turnaround.
The text was updated successfully, but these errors were encountered: