Maximilian Gerhardt dc472b1455
Temporarily use git link for 2.3.2 core
Until the package appears in https://registry.platformio.org/tools/earlephilhower/framework-arduinopico/versions (currently only 2.3.1, needs manual approval)
2022-07-19 11:35:53 +02:00
2022-07-19 11:31:05 +02:00
2022-07-19 11:25:38 +02:00
2022-06-17 18:15:06 +02:00
2022-07-19 11:30:51 +02:00
2022-06-09 20:58:27 +02:00
2021-04-22 17:43:48 +03:00
2021-04-22 17:43:48 +03:00
2021-04-22 15:38:22 +03:00
2022-05-28 15:55:17 +03:00

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.

Description
Raspberry Pi: development platform for PlatformIO
Readme 396 KiB
Languages
Python 100%