-
## Bug
```python
mpbuild/src/mpbuild/__init__.py
try:
os.stat("./ports")
except OSError:
raise SystemExit("Please run from root of micropython source tree")
```
When I `import py…
-
**Describe the bug**
Error when building ulab for 1 dimension.
**Configuration used**
```
#define ULAB_MAX_DIMS (1) // Limit array dimensions to 1D
```
**Output**
```
../../../ulab/code/nu…
-
while building i get the error:
CMake Error at /home/Storage-drive/FIRM/lilygo-micropython-master/extmod/display/lcd/src/micropython.cmake:3 (include):
include could not find requested file:
…
-
Freeze error with ARDUINO boards.
Both for 1.23.0 & preview
08:15:20 | INFO | repos - repos/micropython v1.24.0-preview
08:15:20 | INFO | repos …
-
Since I want to use ov2640 camera. I used below command to build firmware. (followed most step as https://github.com/lemariva/micropython-camera-driver)
The firmware can be generated , but its size i…
-
### Description
Product mcu : https://www.wch-ic.com/products/CH32V103.html
Features
Qingke V3A processor, max 80MHz system clock frequency.
Single-cycle multiplication and hardware division.
2…
-
We want to simplify development and ease of use for Tulip Desktop, our Tulip simulator.
Tulip Desktop is crucial for Tulip - it helps people learn about Tulip and also helps them write programs for …
-
I was recently interested to build static and shared library versions of the `micropython/examples/embedding` case using cmake and I managed to get it roughly done ( see this [public repo](https://git…
-
I have a custom ESP32C3 board that has an SD Card on it. I can easily run SD Card functions in Arduino with it but when I put micropython on it using the latest release, SDCard isn't even found when y…
-
# Description
A null-dereference was found in the UNIX port while attempting to use a `framebuf.FrameBuffer()` instance for `binascii.b2a_base64()`. Below is the only PoC we found for this bug.
…