Skip to content

Commit 5f5a1de

Browse files
committed
document minimum supported MicroPython version
Also, what versions and devices everything was tested on. Everything was tested all the way back to v1.10 today, and the current code works correctly. However, MicroPython v1.11 has a bug related to loading the ULP binary, so while py-esp32-ulp produces correct binaries on that version, they can not actually be used on the same version. To avoid explaining all this detail, MicroPython v1.12 was chosen as the minimum supported version. (Actually MicroPython v1.12 massively reduced its own memory consumption, which makes it much better for py-esp32-ulp anyway, especially when assembling larger sources.) Fixes #48.
1 parent 7309b40 commit 5f5a1de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ ULP source files containing convenience macros such as WRITE_RTC_REG. The
2929
preprocessor and how to use it is documented here:
3030
`Preprocessor support <docs/preprocess.rst>`_.
3131

32+
The minimum supported version of MicroPython is v1.12. py-esp32-ulp has been
33+
tested with MicroPython v1.12 and v1.17. It has been tested on real ESP32
34+
devices with the chip type ESP32D0WDQ6 (revision 1) without SPIRAM. It has
35+
also been tested on the Unix port.
36+
3237
There might be some stuff missing, some bugs and other symptoms of alpha
3338
software. Also, error and exception handling is rather rough yet.
3439

0 commit comments

Comments
 (0)