|
1 |
| -py-esp32-ulp Documentation |
2 |
| -========================== |
| 1 | +micropython-esp32-ulp Documentation |
| 2 | +=================================== |
3 | 3 |
|
4 | 4 | .. contents:: Table of Contents
|
5 | 5 |
|
@@ -19,7 +19,7 @@ On the ESP32, install using upip:
|
19 | 19 |
|
20 | 20 | # ensure the ESP32 is connected to a network with internet connectivity
|
21 | 21 | import upip
|
22 |
| -upip.install('micropython-py-esp32-ulp') |
| 22 | +upip.install('micropython-esp32-ulp') |
23 | 23 |
|
24 | 24 | On a PC, simply ``git clone`` this repo.
|
25 | 25 |
|
@@ -36,7 +36,7 @@ data between the ULP and the main CPU.
|
36 | 36 |
|
37 | 37 | Run the ``counter.py`` example:
|
38 | 38 |
|
39 |
| -1. Install py-esp32-ulp onto the ESP32 as shown above |
| 39 | +1. Install micropython-esp32-ulp onto the ESP32 as shown above |
40 | 40 | 2. Upload the `examples/counter.py </examples/counter.py>`_ file to the ESP32
|
41 | 41 | 3. Run with ``import counter``
|
42 | 42 |
|
@@ -54,8 +54,8 @@ follows:
|
54 | 54 |
|
55 | 55 | .. code-block:: shell
|
56 | 56 |
|
57 |
| -git clone https://.com/ThomasWaldmann/py-esp32-ulp.git |
58 |
| -cd py-esp32-ulp |
| 57 | +git clone https://.com/micropython/micropython-esp32-ulp.git |
| 58 | +cd micropython-esp32-ulp |
59 | 59 | micropython -m esp32_ulp path/to/code.S # this results in path/to/code.ulp
|
60 | 60 |
|
61 | 61 |
|
@@ -153,7 +153,7 @@ Testing
|
153 | 153 | There are unit tests and also compatibility tests that check whether the binary
|
154 | 154 | output is identical with what binutils-esp32ulp produces.
|
155 | 155 |
|
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 |
157 | 157 | devices with the chip type ESP32D0WDQ6 (revision 1) without SPIRAM.
|
158 | 158 |
|
159 | 159 | Consult the Actions `workflow definition file </./workflows/run_tests.yaml>`_
|
|
0 commit comments