forked from meshtastic/framework-portduino
-
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) · 797 Bytes
/
platform.json
File metadata and controls
31 lines (31 loc) · 797 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": "portduino",
"title": "Portduino Platform",
"description": "A platform for running Arduino-like code on Linux.",
"homepage": "https://github.com/radio-mistress/framework-portduino",
"license": "MIT",
"keywords": ["arduino", "linux", "portduino"],
"repository": {
"type": "git",
"url": "https://github.com/radio-mistress/framework-portduino.git"
},
"version": "1.0.0",
"frameworks": {
"arduino": {
"package": "framework-portduino",
"script": "builder/main.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": ">=1.40803.0,<1.40805.0"
},
"framework-portduino": {
"type": "framework",
"optional": true,
"version": "~1.0.0"
}
}
}