forked from py32duino/Arduino-PY32
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatform.json
More file actions
31 lines (31 loc) · 717 Bytes
/
platform.json
File metadata and controls
31 lines (31 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "py32",
"title": "Puya PY32",
"description": "Platform for Puya PY32 microcontrollers",
"homepage": "https://github.com/bve/Arduino-PY32",
"license": "MIT",
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/bve/Arduino-PY32.git"
},
"version": "0.1.0",
"frameworks": {
"arduino": {
"package": "framework-arduino-py32",
"script": "builder/frameworks/arduino.py"
}
},
"packages": {
"framework-arduino-py32": {
"type": "framework",
"version": "https://github.com/bve/Arduino-PY32.git"
},
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"version": "1.70201.0"
}
}
}