Files
platform-espressif32/platform.json
T

76 lines
2.1 KiB
JSON
Raw Normal View History

2016-10-22 02:20:57 +03:00
{
"name": "espressif32",
"title": "Espressif 32",
"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": {
2017-01-27 21:35:45 +02:00
"platformio": "^3.0.0"
2016-10-22 02:20:57 +03:00
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-espressif32.git"
},
2018-02-08 16:15:30 +02:00
"version": "0.12.0",
2016-10-22 02:20:57 +03:00
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json",
2016-12-24 14:48:08 +01:00
"https://raw.githubusercontent.com/eerimoq/simba/master/make/platformio/manifest.json",
"https://raw.githubusercontent.com/eerimoq/pumbaa/master/make/platformio/manifest.json"
2016-10-22 02:20:57 +03:00
],
"frameworks": {
"arduino": {
"package": "framework-arduinoespressif32",
"script": "builder/frameworks/arduino.py"
},
"espidf": {
"package": "framework-espidf",
"script": "builder/frameworks/espidf.py"
2016-12-08 22:27:38 +01:00
},
"simba": {
"package": "framework-simba",
"script": "builder/frameworks/simba.py"
2016-12-24 14:48:08 +01:00
},
"pumbaa": {
"package": "framework-pumbaa",
"script": "builder/frameworks/pumbaa.py"
2016-10-22 02:20:57 +03:00
}
},
"packages": {
"toolchain-xtensa32": {
"type": "toolchain",
2017-11-26 17:01:54 +02:00
"version": "~1.50200.2"
2016-10-22 02:20:57 +03:00
},
"framework-arduinoespressif32": {
"type": "framework",
"optional": true,
2018-02-08 15:45:31 +02:00
"version": "~1.4.0"
2016-10-22 02:20:57 +03:00
},
"framework-espidf": {
"type": "framework",
"optional": true,
2017-11-27 13:18:57 +02:00
"version": "~2.211.0"
2016-10-24 20:23:25 +03:00
},
2016-12-08 22:27:38 +01:00
"framework-simba": {
"type": "framework",
"optional": true,
"version": ">=12.2.0"
},
2016-12-24 14:48:08 +01:00
"framework-pumbaa": {
"type": "framework",
"optional": true,
"version": ">=2.3.0"
},
2016-10-29 19:31:23 +03:00
"tool-esptoolpy": {
2016-10-24 20:23:25 +03:00
"type": "uploader",
2017-09-26 01:32:38 +03:00
"version": "~1.20100.0"
2017-04-28 11:51:04 +03:00
},
"tool-espotapy": {
"type": "uploader",
"optional": true,
2017-09-26 01:42:22 +03:00
"version": "~1.1.0"
2016-10-22 02:20:57 +03:00
}
}
}