76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"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": {
|
|
"platformio": "^3.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/platformio/platform-espressif32.git"
|
|
},
|
|
"version": "0.9.0",
|
|
"packageRepositories": [
|
|
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
|
|
"http://dl.platformio.org/packages/manifest.json",
|
|
"https://raw.githubusercontent.com/eerimoq/simba/master/make/platformio/manifest.json",
|
|
"https://raw.githubusercontent.com/eerimoq/pumbaa/master/make/platformio/manifest.json"
|
|
],
|
|
"frameworks": {
|
|
"arduino": {
|
|
"package": "framework-arduinoespressif32",
|
|
"script": "builder/frameworks/arduino.py"
|
|
},
|
|
"espidf": {
|
|
"package": "framework-espidf",
|
|
"script": "builder/frameworks/espidf.py"
|
|
},
|
|
"simba": {
|
|
"package": "framework-simba",
|
|
"script": "builder/frameworks/simba.py"
|
|
},
|
|
"pumbaa": {
|
|
"package": "framework-pumbaa",
|
|
"script": "builder/frameworks/pumbaa.py"
|
|
}
|
|
},
|
|
"packages": {
|
|
"toolchain-xtensa32": {
|
|
"type": "toolchain",
|
|
"version": "~1.50200.0"
|
|
},
|
|
"framework-arduinoespressif32": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"version": "~1.1.4"
|
|
},
|
|
"framework-espidf": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"version": "~2.210.0"
|
|
},
|
|
"framework-simba": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"version": ">=12.2.0"
|
|
},
|
|
"framework-pumbaa": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"version": ">=2.3.0"
|
|
},
|
|
"tool-esptoolpy": {
|
|
"type": "uploader",
|
|
"version": "~1.20000.0"
|
|
},
|
|
"tool-espotapy": {
|
|
"type": "uploader",
|
|
"optional": true,
|
|
"version": "~1.0.0"
|
|
}
|
|
}
|
|
}
|