Skip to content

platformio/platform-raspberrypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0d1976 · Mar 26, 2025
May 28, 2022
Jun 3, 2021
Dec 21, 2023
Mar 31, 2022
Apr 22, 2021
Apr 22, 2021
Apr 22, 2021
Apr 22, 2021
May 28, 2022
Mar 26, 2025
May 28, 2022

Repository files navigation

Raspberry Pi RP2040: development platform for PlatformIO

Build Status

RP2040 is a low-cost, high-performance microcontroller device with a large on-chip memory, symmetric dual-core processor complex, deterministic bus fabric, and rich peripheral set augmented with a unique Programmable I/O (PIO) subsystem, it provides professional users with unrivalled power and flexibility.

  • Home (home page in the PlatformIO Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = raspberrypi
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-raspberrypi.git
board = ...
...

Configuration

Please navigate to documentation.