Replies: 2 comments
-
|
Yes, it is theoretically possible to port code from CircuitPython to MicroPython. Doing so will require some C hacking. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Been following ULP process for a while. I was able to reproduce ulp timer functionality from here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know that Micropython doesn't currently support the ULP RISC-V coprocessor on the ESP32-S2 and -S3. However, in trying to find other solutions to this problem, I discovered that CircuitPython does support this coprocessor with their
espulpmodule (espulpdocumentation).I'm super naive to the development of Micropython, but I know that CircuitPython is based on Micropython. So, the thought occurred to me that perhaps this could be something that could be integrated into Micropython.
(This was discussed back in 2023 in https://github.com/orgs/micropython/discussions/11175 with no resolution).
Beta Was this translation helpful? Give feedback.
All reactions