forked from geeksville/platform-native
-
Notifications
You must be signed in to change notification settings - Fork 11
/
platform.json
33 lines (33 loc) · 947 Bytes
/
platform.json
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
32
33
{
"name": "native",
"title": "Native",
"description": "Native development platform is intended to be used for desktop OS. This platform uses built-in toolchains (preferable based on GCC), frameworks, libs from particular OS where it will be run.",
"homepage": "https://github.com/meshtastic/platform-native",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"native",
"desktop"
],
"engines": {
"platformio": "^6"
},
"packages": {
"framework-portduino": {
"type": "framework",
"version": "https://github.com/meshtastic/framework-portduino.git#a7d95ec808ae5154cfb49ef293b330083c8f684d",
"optional": true
}
},
"frameworks": {
"arduino": {
"package": "framework-portduino",
"script": "builder/frameworks/arduino.py"
}
},
"repository": {
"type": "git",
"url": "https://github.com/meshtastic/platform-native.git"
},
"version": "1.2.1"
}