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?
44It is an assembler toolchain for the ESP32 ULP (Ultra Low-Power) Co-Processor,
55written in MicroPython.
66
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
99microcontroller, from projects implemented in MicroPython.
1010
1111This 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.
1515Status
1616------
1717
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.
1925
2026Please be patient or contribute missing parts or fixes.
2127
22- See the issue tracker for know bugs and todo items.
28+ See the issue tracker for known bugs and todo items.
2329
You can’t perform that action at this time.
0 commit comments