|
| 1 | +{ |
| 2 | + "name": "espressif32", |
| 3 | + "title": "Espressif 32", |
| 4 | + "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.", |
| 5 | + "url": "https://espressif.com/", |
| 6 | + "homepage": "http://platformio.org/platforms/espressif32", |
| 7 | + "license": "Apache-2.0", |
| 8 | + "engines": { |
| 9 | + "platformio": "^3.0.0" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "https://github.com/platformio/platform-espressif32.git" |
| 14 | + }, |
| 15 | + "version": "0.12.0", |
| 16 | + "packageRepositories": [ |
| 17 | + "https://dl.bintray.com/platformio/dl-packages/manifest.json", |
| 18 | + "http://dl.platformio.org/packages/manifest.json", |
| 19 | + "https://raw.githubusercontent.com/eerimoq/simba/master/make/platformio/manifest.json", |
| 20 | + "https://raw.githubusercontent.com/eerimoq/pumbaa/master/make/platformio/manifest.json" |
| 21 | + ], |
| 22 | + "frameworks": { |
| 23 | + "arduino": { |
| 24 | + "package": "framework-arduinoespressif32", |
| 25 | + "script": "builder/frameworks/arduino.py" |
| 26 | + }, |
| 27 | + "espidf": { |
| 28 | + "package": "framework-espidf", |
| 29 | + "script": "builder/frameworks/espidf.py" |
| 30 | + }, |
| 31 | + "simba": { |
| 32 | + "package": "framework-simba", |
| 33 | + "script": "builder/frameworks/simba.py" |
| 34 | + }, |
| 35 | + "pumbaa": { |
| 36 | + "package": "framework-pumbaa", |
| 37 | + "script": "builder/frameworks/pumbaa.py" |
| 38 | + } |
| 39 | + }, |
| 40 | + "packages": { |
| 41 | + "toolchain-xtensa32": { |
| 42 | + "type": "toolchain", |
| 43 | + "version": "~1.50200.2" |
| 44 | + }, |
| 45 | + "framework-arduinoespressif32": { |
| 46 | + "type": "framework", |
| 47 | + "optional": true, |
| 48 | + "version": "~1.4.0" |
| 49 | + }, |
| 50 | + "framework-espidf": { |
| 51 | + "type": "framework", |
| 52 | + "optional": true, |
| 53 | + "version": "~2.211.0" |
| 54 | + }, |
| 55 | + "framework-simba": { |
| 56 | + "type": "framework", |
| 57 | + "optional": true, |
| 58 | + "version": ">=12.2.0" |
| 59 | + }, |
| 60 | + "framework-pumbaa": { |
| 61 | + "type": "framework", |
| 62 | + "optional": true, |
| 63 | + "version": ">=2.3.0" |
| 64 | + }, |
| 65 | + "tool-esptoolpy": { |
| 66 | + "type": "uploader", |
| 67 | + "version": "~1.20100.0" |
| 68 | + }, |
| 69 | + "tool-espotapy": { |
| 70 | + "type": "uploader", |
| 71 | + "optional": true, |
| 72 | + "version": "~1.1.0" |
| 73 | + } |
| 74 | + } |
| 75 | +} |
0 commit comments