File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ What is py-esp32-ulp?
4
4
It is an assembler toolchain for the ESP32 ULP (Ultra Low-Power) Co-Processor,
5
5
written in MicroPython.
6
6
7
- The goal is to be able to translate small assembler language programs to
8
- a loadable/executable machine code binary, at runtime, on the ESP32
7
+ It is able to translate small, simple assembler language programs to a
8
+ loadable/executable machine code binary, at runtime, on the ESP32
9
9
microcontroller, from projects implemented in MicroPython.
10
10
11
11
This is intended as an alternative approach to assembling such programs on a
@@ -15,9 +15,15 @@ development machine using the binutils-esp32ulp toolchain from Espressif.
15
15
Status
16
16
------
17
17
18
- Work in progress and not really practically usable yet.
18
+ The most commonly used simple stuff should work.
19
+
20
+ We have some unit tests and also compatibility tests that compare the output
21
+ whether it is identical with binutils-esp32ulp output.
22
+
23
+ There might be some stuff missing, some bugs and other symptoms of alpha
24
+ software. Also, error and exception handling is rather rough yet.
19
25
20
26
Please be patient or contribute missing parts or fixes.
21
27
22
- See the issue tracker for know bugs and todo items.
28
+ See the issue tracker for known bugs and todo items.
23
29
You can’t perform that action at this time.
0 commit comments