1- py -esp32-ulp Documentation
2- ==========================
1+ micropython -esp32-ulp Documentation
2+ ===================================
33
44.. contents :: Table of Contents
55
@@ -19,7 +19,7 @@ On the ESP32, install using upip:
1919
2020 # ensure the ESP32 is connected to a network with internet connectivity
2121 import upip
22- upip.install(' micropython-py- esp32-ulp' )
22+ upip.install(' micropython-esp32-ulp' )
2323
2424 On a PC, simply ``git clone `` this repo.
2525
@@ -36,7 +36,7 @@ data between the ULP and the main CPU.
3636
3737Run the ``counter.py `` example:
3838
39- 1. Install py -esp32-ulp onto the ESP32 as shown above
39+ 1. Install micropython -esp32-ulp onto the ESP32 as shown above
40402. Upload the `examples/counter.py </examples/counter.py >`_ file to the ESP32
41413. Run with ``import counter ``
4242
@@ -54,8 +54,8 @@ follows:
5454
5555.. code-block :: shell
5656
57- git clone https://github.com/ThomasWaldmann/py -esp32-ulp.git
58- cd py -esp32-ulp
57+ git clone https://github.com/micropython/micropython -esp32-ulp.git
58+ cd micropython -esp32-ulp
5959 micropython -m esp32_ulp path/to/code.S # this results in path/to/code.ulp
6060
6161
@@ -153,7 +153,7 @@ Testing
153153There are unit tests and also compatibility tests that check whether the binary
154154output is identical with what binutils-esp32ulp produces.
155155
156- py -esp32-ulp has been tested on the Unix port of MicroPython and on real ESP32
156+ micropython -esp32-ulp has been tested on the Unix port of MicroPython and on real ESP32
157157devices with the chip type ESP32D0WDQ6 (revision 1) without SPIRAM.
158158
159159Consult the Github Actions `workflow definition file </.github/workflows/run_tests.yaml >`_
0 commit comments