-
I got my first Pico 2 boards the other day and found that the datetime RTC is not available anymore. So I modified the application to use the AON timer and that works ok. But with this the date of cre…
-
I am using the latest VS Code Insiders and Arch Linux, and trying to create an RISC-V example project for Pico 2, but the extension complained that "Failed to download and install SDK and/or toolchain…
-
Notice that these are both from the same commit in our repo, but the build fails in one and not the other. Using a specific git commit fixes the problem.
Working:
https://github.com/FastLED/Fast…
-
Please consider looking into adding platform support for the new RP2350 MCU and the Raspberry Pi Pico 2 development board.
RP2350 is the successor and next-generation of RPi RP2040 so guess would n…
Hedda updated
2 months ago
-
Hello to all,
I am using a **Pimoroni Pico 2 Plus** with the "GFX_Library_for_Arduino" library ver 1.4.9, but the "ImgViewerMjpeg_JPEGDEC" example compiles only by inserting the define: "**TARGET_RP2…
-
There is discussion going on elsewhere about erratum RP2350-E9. It describes a case where GPIO input pins can get latched at slightly above 2V. RP2350-E9 says the internal pull-down has to be enabled …
-
When trying to compile https://github.com/lurk101/pshell (1.2.30) using SDK 2.0.0 and ARM GCC 13.3.1 targetting Pico and some definitions are unavailable:
```
In file included from W:\pshell\cc\cc.c…
-
I'm debugging a CircuitPython issue in which we see input pins stuck at slightly above 2V, even without all the conditions described in the RP2350-E9 erratum. I reproduced the problem in MicroPython a…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.2.0-alpha.2350-19-gc53a0cb864 on 2024-08-19; Raspberry Pi Pico 2 with rp2350a
```
### Code/REPL
```python
import time, board, touchio
…
-
Adding:
```
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE)
```
into `CMakeLists.txt` to activate LTO, results in:
```
PICO_SDK_PATH is /home/mateush/pico-sdk-2.0.0
Target board (PICO_BOARD) is 'p…