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

ESP32 ULP Co-Processor toolchain implemented in MicroPython

Results 20 micropython-esp32-ulp issues
Sort by recently updated
recently updated
newest added

Today, our build process build MicroPython using the lastest state of master of the MicroPython repository. This is great, because it suggests that our code (as exercised by our tests)...

Github has deprecated the `ubuntu-18.04` image for running Github Actions with (see https://github.com/actions/runner-images/issues/6002). We will need to ensure our build works with newer Ubuntu versions. (Last time I tried, the...

https://github.com/micropython/micropython-esp32-ulp/blob/7eb2a8034d7fd4eb3c588fc2fd3171780083ee8e/examples/readgpio.py#L40 Can I ask for a clarification on this line of the gpio example? What's got me confused here is that it references bit 13 of this register: ![image](https://user-images.githubusercontent.com/1521209/176322425-4db1a38b-33a7-422c-b79a-8b80cb045de2.png) Bit...

I've got the ulp counter in a 14k .mpy file as a def. If the def is not called everything runs OK so the 14k file size is not a...

I would like an example of how to use WAKE because I'm not quite sure how it's supposed to work. I'll contribute one if I can, but right now it...

Hello there and thank you so much for your great library and work. I want to start playing around with the ULP copro and as a first step, I want...

Greetings! Thank you for the great lib for micropython. I could have done many things with your lib, controlling lcd brightness during deepsleep, communicate with between ULP and main core....

https://github.com/ThomasWaldmann/py-esp32-ulp/pull/59 see writeup there.