File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ development machine using the binutils-esp32ulp toolchain from Espressif.
15
15
Status
16
16
------
17
17
18
- The most commonly used simple stuff should work.
18
+ The most commonly used stuff should work. Many ULP code examples found on
19
+ the web will work unmodified. Notably, assembler macros and #include processing
20
+ are not supported.
19
21
20
22
Expressions in assembly source code are supported and get evaluated during
21
23
assembling. Only expressions evaluating to a single integer are supported.
@@ -34,7 +36,7 @@ tested with MicroPython v1.12 and v1.17. It has been tested on real ESP32's
34
36
of the type ESP32D0WDQ6 (revision 1) without SPIRAM. It has also been tested
35
37
on the Unix port.
36
38
37
- There might be some stuff missing, some bugs and other symptoms of alpha
39
+ There might be some stuff missing, some bugs and other symptoms of beta
38
40
software. Also, error and exception handling is rather rough yet.
39
41
40
42
Please be patient or contribute missing parts or fixes.
You can’t perform that action at this time.
0 commit comments