-
Notifications
You must be signed in to change notification settings - Fork 0
/
platform.json
46 lines (46 loc) · 1.26 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "esp-idf-platform",
"title": "Vivotronix ESP-IDF",
"description": "Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.",
"url": "https://espressif.com/",
"homepage": "http://platformio.org/platforms/espressif32",
"license": "Apache-2.0",
"engines": {
"platformio": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-espressif32.git"
},
"version": "0.10.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
],
"frameworks": {
"espidf": {
"package": "framework-espidf",
"script": "builder/frameworks/espidf.py"
}
},
"packages": {
"toolchain-xtensa32": {
"type": "toolchain",
"version": "~1.50200.0"
},
"framework-espidf": {
"type": "framework",
"optional": true,
"version": "~2.210.0"
},
"tool-esptoolpy": {
"type": "uploader",
"version": "~1.20000.0"
},
"tool-espotapy": {
"type": "uploader",
"optional": true,
"version": "~1.0.0"
}
}
}