-
### The issue
When pressing the Page Up (ZL) & Page Down (ZR) buttons on the Retroid Pocket 2 it seems to only sent the key event on the second press.
Once pressed, it'll continue to work until…
-
Since the filesystem .uf2 and full firmware .uf2 both completely erase and replace the filesystem on-device, theyi will also blow away the user config file.
We can fix this - I think - by changing …
-
Following a discussion (https://github.com/orgs/micropython/discussions/11569) I noted that the Frequency provided to calculate the PIO Block clock can validly be specified as a float value, but this …
-
Received `No path found for AR to USD. Please open an issue at https://github.com/eprbell/dali-rp2/issues.` when processing input from Pionex using the csv.pionex plug-in:
> 2023-04-01 14:13:18,834…
-
Measuring hard IRQ latency with this script:
```python
from machine import Pin, PWM
from time import sleep_ms
import math
# Link 16-17, time 16-18
pin18 = Pin(18, Pin.OUT)
def callback(_):
…
-
### Port, board and/or hardware
esp32 port
### MicroPython version
Latest master
### Reproduction
Change micropython/examples/usercmodule/cppexample/example.cpp to
```
extern "C" {
…
-
Running pico_setup.sh on a RaspiOS system built as 32-bit userland but running with the 64-bit 5.10.10 kernel fails with
```
Scanning dependencies of target ELF2UF2Build
Scanning dependencies of …
-
About a month ago I bought a Piantor Kit and have been really happy with it. But now the right side has stopped working for some reason. When connected directly to the computer it always presents itse…
-
**Describe the bug**
I have attempted to build Zephyr within Kali Linux on an x64-based architecture as well as a Debian Raspberry Pi 5 OS as well as Windows x64. I have attempted to build the bli…
-
Hello all,
I have trouble to build a firmware.uf2.
In the readme on the step 4 to make the build in the path "ports/rp2"
It says to me:
/home/canhack/micropython/ports/rp2 (da4b38e75*) # m…