Availability PR 8381 (RomFs filesystem on esp8266) #16689
-
PR 8381 is about dynamically frozen .mpy files, which use less RAM than ordinary .mpy files. The currently last remark in this PR is that the PR "is enabled on all esp8266 board variants". I've noticed that the (currently) most recent preview build for an ESP8266, named ESP8266_GENERIC-20250203-v1.25.0-preview.245.g990f50fbb.bin, does not include support for VfsMap described in the aforementioned PR. Will this PR be included in a (soon to be released) preview build for v1.25.0? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @wnelis, While a PR is still open the changes are not integrated to the MicroPython "master" branch. The only way to use these changes is to use git to check out that exact PR branch and build the code manually. So currently no nightly build will include this change. After the PR merged is, the next nightly build will include the change. This feature is still planned for inclusion in the v1.25.0 release. Subscribing to the PR is the best way to be notified about when the changes become available. |
Beta Was this translation helpful? Give feedback.
-
Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @wnelis,
While a PR is still open the changes are not integrated to the MicroPython "master" branch. The only way to use these changes is to use git to check out that exact PR branch and build the code manually. So currently no nightly build will include this change.
After the PR merged is, the next nightly build will include the change.
This feature is still planned for inclusion in the v1.25.0 release. Subscribing to the PR is the best way to be notified about when the changes become available.