-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatform.json
42 lines (42 loc) · 1.34 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
{
"name": "custom8266",
"title": "custom Espressif 8266",
"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/espressif8266",
"license": "Apache-2.0",
"engines": {
"platformio": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/WallaceWilliam/framework-esp8266-rtos-sdk-idf-platformio.git"
},
"version": "1.0.0",
"packageRepositories": [
"https://github.com/WallaceWilliam/curl_for_win/raw/master/manifest.json",
"https://github.com/WallaceWilliam/xtensa-lx106-elf/raw/master/manifest.json"
],
"frameworks": {
"esp8266-rtos-sdk": {
"package": "framework-esp8266-rtos-sdk",
"script": "builder/frameworks/esp8266-rtos-sdk.py"
}
},
"packages": {
"toolchain-xtensa-lx106-elf": {
"type": "toolchain",
"version": "~5.2.0"
},
"framework-esp8266-rtos-sdk": {
"type": "framework",
"optional": true,
"version": "https://github.com/FastEmbedded/ESP8266_RTOS_SDK.git#release/v3.2"
},
"tool-curl-for-win": {
"type": "uploader",
"optional": true,
"version": ">1.0.0"
}
}
}