platform-raspberrypi icon indicating copy to clipboard operation
platform-raspberrypi copied to clipboard

Raspberry Pi: development platform for PlatformIO

Results 43 platform-raspberrypi issues
Sort by recently updated
recently updated
newest added

Massive upgrade. * Add support for building for https://github.com/earlephilhower/arduino-pico * As in the style of platform-ststm32, boards that can be used with both cores can be switched to the other...

feature

Although Arduino is very cool it would be nice to be able to write programs in a more classic C/C++ format (especially when tinkering with the C SDK from Raspberry).

feature

Hello, I’m using VSCode and I can’t fully use the debugger with SWD and cmsis-dap on my Raspberry Pi Pico, as it throws an error on the rp2040.svd file: **Unable...

I have seen the maxgerhardt issue#9. Compiling any project for the RP2040 on a Raspberry Pi is impossible since the compiler package is missing. For a Pi4 there is no...

I can't use the timer irq with the rp2040 and the arduino framework. Some help or recommendations? ``` #define PICO_TIME_DEFAULT_ALARM_POOL_DISABLED 0 #include #include "unity.h" #include #include "pico/stdlib.h" extern "C" {...

Hi. I encountered problem during upload to PiPico on windows using picoprobe with latest firmware (CMSIS-DAP v2). See screenshot below: ![obraz](https://github.com/platformio/platform-raspberrypi/assets/21359680/8f269d84-7370-48a8-a2d1-f97f4744e3a8) verbose: ![obraz](https://github.com/platformio/platform-raspberrypi/assets/21359680/7e6b2443-b43b-4efc-ab2c-94de4ac4ce43) I changed line in builder/main.py from: ![obraz](https://github.com/platformio/platform-raspberrypi/assets/21359680/536c5784-ea4e-4b29-8f1b-aa85f8aac86b)...

I am trying to read the contents of the peripheral registers using VS Code. Unfortunately when I click on a peripheral on XPERIPHERAL section of the debug column I got...

How to change default HW i2c pins on RP2040 in PlatformIO from #define PIN_WIRE0_SDA (4u) #define PIN_WIRE0_SCL (5u) to 12 and 13 like in Arduino pins_arduino.h [env:pico] platform = raspberrypi...

- [ ] **Feature Request**. Start by telling us what problem you’re trying to solve. Often a solution already exists! Don’t send pull requests to implement new features without first...