-
### 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…
-
The NeoPixel example from the [MicroPython rp2 docs](https://docs.micropython.org/en/latest/rp2/quickref.html) is as follows:
```python
from machine import Pin
from neopixel import NeoPixel
pi…
-
### Documentation URL
https://docs.micropython.org/en/latest/library/rp2.DMA.html#chaining-and-trigger-register-access
### Description
### Port, board and/or hardware
rp2, Pico RP2040
#…
-
I've got the following errors during compiling however my coding days are over and I'm a little rusty:
[ 93%] Building C object CMakeFiles/USB_to_RC.dir/home/flm/pico-sdk/src/rp2_common/hardware_exce…
-
# Use case of octoprobe:
Given a url to a micropython repo, for example `https://github.com/micropython/micropython@v1.24.0-preview`.
Given octoprobe has 2 mcu tentacles connected: rp2, pyboard.
…
-
I'm not sure if this is just an issue I'm having with my current configuration or if this is in the stable version, but I get duplicate logs when processing RP2 input:
```
INFO: Processing ADA
IN…
-
seems like the latest [pico-sdk 2.0.0](https://github.com/raspberrypi/pico-sdk/releases/tag/2.0.0) broke the building process.
steps to reproduce:
```
mkdir test
cd test
sudo apt install cmake…
-
If a file is copied to RP2 it is stored with the correct time: i.e. the creation time reads correctly in Python code running on the RP2.
However, if the PC's local time != UTC, the `ls -l` command …
-
Hi.
I could use something like this, but of course I use different exchanges and each has a different CSV output format for trades and orders.
I'd like to write a separate project rp2-conv that …
-
Hi,
of course I am trying out rp2 5 days ahead of the tax filing deadline and nothing works at all.
Having installed Python, rp2 and dali-rp2 correctly (after an additional 4+ gigabyte MS VC insta…