-
Hello,
im currently unable to build your lib along with micropython. They are in the same directory. The selected port is for the esp32.
Just to get things right im supposed to build all of this fro…
-
Actually I think since the two linked PRs merged it's possible to pass either an `int` or a `Pin` instance across all ports.
Definitely the case described in the original report works now, it's pos…
-
### Port, board and/or hardware
Official Pico w/rp2040
### MicroPython version
MicroPython v1.24.0 on 2024-10-25; Raspberry Pi Pico with RP2040
### Reproduction
[uncaught_exception_test.py.txt](h…
-
### Port, board and/or hardware
rp2 port with RP2350B
### MicroPython version
v1.24.0-preview.461.gb8227a3f7.dirty
### Reproduction
Connect a quadrature encoder to any pair of GPIO pins…
-
Bonjour ,
New build on raspberry pi with raspberry pi os ( 07/2024)
And error bellow
```GEN build-standard/genhdr/mpversion.h GEN build-standard/genhdr/qstr.i.last
…
-
Hi there,
first, thank you for providing a good first start to the micropython camera driver, it helped me starting to build an [improved version](https://github.com/cnadler86/micropython-camera-API)…
-
build `micropython` successfully
```
export PATH=/path/to/host/bin:$PATH
make -C ports/unix CROSS_COMPILE=arm-none-linux-gnueabihf-
```
Run `fb_test.py` failed
```
micropython fb_test.py
…
-
### Port, board and/or hardware
rp2 port with RP2350B
### MicroPython version
v1.24.0-preview.461.gb8227a3f7.dirty
### Reproduction
```
import neopixel
import machine
pin = 32
p = machine…
-
### Port, board and/or hardware
Unix, armv7a, android
### MicroPython version
1.24
### Reproduction
I had to go through a series of hacks and even change the micropython source code to get it to …
-
### Port, board and/or hardware
esp32
### MicroPython version
micropython 1.23 repo and idf 5.2.2
### Reproduction
make USER_C_MODULES=/home/runner/work/micropython-camera-API/micropython-camera-…