8000 updated README · pvr1/py-esp32-ulp@718c93f · GitHub
[go: up one dir, main page]

Skip to content

Commit 718c93f

Browse files
updated README
1 parent 44e16ce commit 718c93f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ What is py-esp32-ulp?
44
It is an assembler toolchain for the ESP32 ULP (Ultra Low-Power) Co-Processor,
55
written 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
99
microcontroller, from projects implemented in MicroPython.
1010

1111
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.
1515
Status
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

2026
Please 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

0 commit comments

Comments
 (0)
0