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
Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
===================
1
+
=================================
2
2
circuitpython-esp32-ulp-assembler
3
-
===================
3
+
=================================
4
4
5
5
The goal is to be able to write ESP-ULP Assembly code and run it from within circuit python.
6
6
This requires `my branch<https://github.com/Sola85/circuitpython/tree/improve_espulp>`_ of the circuit python repo, since the `espulp` module in default circuit python is basically not functional.
@@ -10,7 +10,7 @@ This fork fixes this incompatibility.
10
10
11
11
The examples are tested to work on esp32s3 and partially tested on an esp32.
12
12
13
-
The documentation in `docs`_ is outdated and the tests do not work.
13
+
The documentation in `docs`_ is outdated and the tests, as well as the tools do not work.