mirror of
https://github.com/platformio/platform-raspberrypi.git
synced 2025-09-04 20:29:52 +00:00
develop

Some checks failed
Examples / build (examples/arduino-blink, macos-latest) (push) Has been cancelled
Examples / build (examples/arduino-blink, ubuntu-latest) (push) Has been cancelled
Examples / build (examples/arduino-blink, windows-latest) (push) Has been cancelled
Examples / build (examples/arduino-external-libs, macos-latest) (push) Has been cancelled
Examples / build (examples/arduino-external-libs, ubuntu-latest) (push) Has been cancelled
Examples / build (examples/arduino-external-libs, windows-latest) (push) Has been cancelled
Bump version to 1.17.0
Raspberry Pi RP2040: development platform for PlatformIO
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
- Install PlatformIO
- 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.
Description
Languages
Python
100%