Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5f5a1de

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 thecurrent code works correctly. However, MicroPython v1.11 hasa bug related to loading the ULP binary, so while py-esp32-ulpproduces correct binaries on that version, they can not actuallybe 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 memoryconsumption, which makes it much better for py-esp32-ulp anyway,especially when assembling larger sources.)Fixes#48.
1 parent7309b40 commit5f5a1de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎README.rst‎

Lines changed: 5 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp