Damien George
Damien George
Please try again now that #17138 is merged.
Thanks for the report. This is not specific to ESP32, it's a general "feature" across all ports and filesystems. The issue is that `/rom` is a mount point, not a...
Docs were updated in 7a15c97f069ed11fe0f7e697e240bec7eea4d0fb
It sounds like you're using the unix port of MicroPython. That does not have the GIL enabled, so you need to make sure that data structures shared between threads are...
Rebased and merged in 9a5cf0e3dbb7dbc1b66ef67dd2fec0245d24e37e through 1eb27e11f3bf8e5e0ee13191ef1e9c30b00f9ead
> Can you tell how much bigger the esp8266 binary gets ? It's now +44 bytes. That seems OK, considering it fixes a bug. Running the tests with ESP8266_GENERIC firmware,...
I support this change.
@agatti here's the final piece of the puzzle to get more native tests on the qemu port.
The CI shows the following failures: - Cortex-A9 has issue with some native tests, perhaps the ARM (non-Thumb) emitter has some bugs? - On RISC-V, the `extmod/deflate_decompress.py` test fails in...
> can this handle natmods or is something like #15851 still needed for importing MPY files from the filesystem? It could handle the natmod examples with a few more tweaks,...