-
# Description
We found a null-dereference in the UNIX port version. All PoCs involve `builtins.execfile()` and crash in `mp_reader_new_file` eventually. We've attached three PoCs and their stack tr…
-
# Description
We found a null-dereference in `mvlsb_fill_rect` and `rgb565_fill_rect` while MicroPython is operating on a `FrameBuffer` instance with an improper fill value to `fill()`. All mvlsb-r…
-
Hello!
Is there any work in progress or a working library for the wio terminal wifi chip (rtl8720d) or it will never be supported?
-
This variant is supported on [micropython esp32 generic page](https://micropython.org/download/ESP32_GENERIC/)
can you please include this variant in micropython builder
-
There is a bug in the `embed` port that can cause segfaults while compiling Python code in memory-constrained situations. I have not managed to construct a simple reproducer yet, since it depends on m…
-
After build all from source, i can't build a hello-world.cpp because of missing file: bits/alltypes.h:
```
emcc hello_world.c
```
```
In file included from hello_world.c:8:
In file included fr…
remoe updated
10 months ago
-
# Description
We observed a compatibility issue with MemorySanitizer. When compiled with MemorySanitizer, the UNIX port of `micropython` crashed at startup.
# Proof of Concept
```
$ # buil…
-
I try to Integrate the ADF components as parts of MicroPython with micropython_adf's README.
我尝试跟着README在micropython集成ADF
but I got this error
但我得到了这个错误
liyongheng@liyonghengdeMacBook-Pro esp32 …
-
We continue here the discussions
**Compilation of w600 port** and
**Compilation of w600 port II** (closed now)
of development/debugging the w60x port in MP branch w60x.
-
**Describe the bug**
It is supposed to turn off after a few minutes if not connected.
Or maybe it does, but it turns itself back on?
Could be related to the recent ioport changes.