77 lines
2.0 KiB
JSON
77 lines
2.0 KiB
JSON
{
|
|
"name": "raspberrypi",
|
|
"title": "Raspberry Pi RP2040",
|
|
"description": "RP2040 is a low-cost, high-performance microcontroller device with a large on-chip memory, symmetric dual-core processor complex, and rich peripheral.",
|
|
"homepage": "https://www.raspberrypi.org/documentation/rp2040/getting-started/",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"dev-platform",
|
|
"ARM",
|
|
"Cortex-M",
|
|
"Raspberry Pi",
|
|
"RP2040"
|
|
],
|
|
"engines": {
|
|
"platformio": "^6"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/platformio/platform-raspberrypi.git"
|
|
},
|
|
"version": "1.9.0",
|
|
"frameworks": {
|
|
"arduino": {
|
|
"package": "framework-arduino-mbed",
|
|
"script": "builder/frameworks/arduino/arduino.py"
|
|
}
|
|
},
|
|
"packages": {
|
|
"toolchain-gccarmnoneeabi": {
|
|
"type": "toolchain",
|
|
"owner": "platformio",
|
|
"version": ">=1.90201.0,<1.90302.0"
|
|
},
|
|
"toolchain-rp2040-earlephilhower": {
|
|
"type": "toolchain",
|
|
"optional": true,
|
|
"owner": "earlephilhower",
|
|
"version": "~5.100300.0"
|
|
},
|
|
"framework-arduino-mbed": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"owner": "platformio",
|
|
"version": "~4.0.2"
|
|
},
|
|
"framework-arduinopico": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"owner": "earlephilhower",
|
|
"version": "https://github.com/earlephilhower/arduino-pico.git#456b474a48175328ec251711761dcf957bf09801"
|
|
},
|
|
"tool-rp2040tools": {
|
|
"type": "uploader",
|
|
"owner": "platformio",
|
|
"version": "~1.0.2"
|
|
},
|
|
"tool-openocd-rp2040-earlephilhower": {
|
|
"type": "uploader",
|
|
"optional": true,
|
|
"owner": "earlephilhower",
|
|
"version": "~5.100300.0"
|
|
},
|
|
"tool-jlink": {
|
|
"type": "uploader",
|
|
"optional": true,
|
|
"owner": "platformio",
|
|
"version": "^1.72000.0"
|
|
},
|
|
"tool-mklittlefs-rp2040-earlephilhower": {
|
|
"type": "uploader",
|
|
"optional": true,
|
|
"owner": "earlephilhower",
|
|
"version": "~5.100300.0"
|
|
}
|
|
}
|
|
}
|