File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 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.
1515Status
1616------
1717
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.
1921
2022Expressions in assembly source code are supported and get evaluated during
2123assembling. 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
3436devices with the chip type ESP32D0WDQ6 (revision 1) without SPIRAM. It has
3537also been tested on the Unix port.
3638
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
3840software. Also, error and exception handling is rather rough yet.
3941
4042Please be patient or contribute missing parts or fixes.
You can’t perform that action at this time.
0 commit comments