-
read this [great post](https://github.com/olikraus/u8g2/issues/2159) by @nordseele! I succesfully got a display up and running with the C sdk - but for me I'm reallllly trying to get the C++ version o…
-
Hi Guys,
I have a Pimoroni Pico Plus 2 here, and I have the PSRAM mapped and working
I have had a look through the sdk docs and I am not sure how to set this memory up as some form of secondary …
-
In default examples `project` has no explicitly used languages, which implies `C` and `CXX` `LANGUAGES`, but if I set my project to be C only (which is correct), cmake fails to generate it. I think to…
-
Wouldn't it be cool to be able to attach a USB MIDI controller (keyboard) directly to the Pico?
This code may be able to do it:
https://github.com/rppicomidi/midi2usbhost/tree/main/C-Code
-
I know this is probably not very supported so I don't expect much, but I was hoping to be able to develop using the meson build system as I'm a lot more familiar with it. Meson has a module to build c…
-
See https://github.com/earlephilhower/arduino-pico/issues/2535
According to [this](https://github.com/earlephilhower/arduino-pico/blob/edba2faa3424737b1b24d5583a330d1c54f0e7df/tools/makeboards.py#L…
-
I'm trying to use this library in a Raspberry Pi Pico project but I am having issues importing it.
Currently I have the following CMakeLists file for my project:
```cmake
cmake_minimum_required…
-
```
[build] C:\windows\system32\cmd.exe /C "cd . && C:\PROGRA~2\GNUARM~1\102021~1.10\bin\AR014C~1.EXE -mcpu=cortex-m0plus -mthumb -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-secti…
-
| Answer some general questions first | |
|:------------------------------------------------------------------- |:------: |
| Are you my GitHub sponsor? | no |
| Did…
-
I tried svd2nim for SVD file for RP2040 in https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2040/hardware_regs/RP2040.svd
It generated `rp2040.nim` that has 66639 lines.
Importing large mod…