-
### Checks
- [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone.
- [X…
-
My application wants to do non-blocking i/o between `array` and the PIO state machines. The rp2 port only supports blocking and full length i/o, so I have to check the FIFO levels before doing a `get…
-
If you have a [PIO](https://docs.micropython.org/en/latest/rp2/tutorial/pio.html) program assembled in a python file, all of the instuctions are flagged as "Unresolved reference" errors.
```python
i…
-
You introduced auto detection on an issue thread https://github.com/platformio/platform-raspberrypi/issues/2
It works if `/media/${USER}/RPI-RP2` presence with the following setting.
```
[env:pic…
-
Many exchanges with futures trading (Binance, Bybit, FTX, etc), their APIs actually provide realized pnl of futures trading. So it seems like tax services like Koinly just import pnl when computing fu…
-
## Describe the Bug
when trying to compile custom firmware from QMK with or without vial specific keymaps it is unable to compile due to errors with platforms/chibios/drivers/wear_leveling/…
-
Previously I had the following in `data.ini`:
```
[in_header]
timestamp = 0
asset = 1
exchange = 2
...
```
But new _dali_ (v0.6.10) stopped to provide column _Asset_, so I've change the conf…
splix updated
4 months ago
-
Do WIznet have any plans to progress the Pull Request #8021/#8023 to allow support in the rp2 port of MicroPython?
-
I get this message in thonny trying to load micropython:
Could not find the right file from the release info (https://raw.githubusercontent.com/thonny/thonny/master/data/rpi-pico-firmware.json)
…
-
I followed the instructions, https://github.com/mocleiri/tensorflow-micropython-examples/tree/main/examples/hello-world#rp2-port, to run the hello_world example on my raspberry pico. When I copy:
…