Files
platform-espressif32/platform.json
T
2020-06-22 14:15:22 +03:00

124 lines
3.6 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.",
"homepage": "https://espressif.com/",
"license": "Apache-2.0",
"engines": {
"platformio": "<5"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-espressif32.git"
},
"version": "1.12.4",
"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",
"description": "ESP-IDF is the official development framework for the ESP32 and ESP32-S Series SoCs.",
"url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/",
"title": "Espressif IoT Development Framework"
},
"simba": {
"package": "framework-simba",
"script": "builder/frameworks/simba.py",
"description": "Simba is an RTOS and build framework with aims to make embedded programming easy and portable",
"url": "http://simba-os.readthedocs.org",
"title": "Simba"
},
"pumbaa": {
"package": "framework-pumbaa",
"script": "builder/frameworks/pumbaa.py",
"description": "Pumbaa is Python on top of Simba. The implementation is a port of MicroPython, designed for embedded devices with limited amount of RAM and code memory",
"url": "http://pumbaa.readthedocs.org/",
"title": "Pumbaa"
}
},
"packages": {
"toolchain-xtensa32": {
"type": "toolchain",
"version": "~2.50200.0"
},
"toolchain-xtensa32s2": {
"type": "toolchain",
"optional": true,
"version": "~1.80200.0"
},
"toolchain-esp32ulp": {
"type": "toolchain",
"optional": true,
"version": "~1.22851.190618"
},
"framework-arduinoespressif32": {
"type": "framework",
"optional": true,
"version": "~3.10004.191002"
},
"framework-arduino-mbcwb": {
"type": "framework",
"optional": true,
"version": ">=2.1.1"
},
"framework-espidf": {
"type": "framework",
"optional": true,
"version": "~3.40001.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.20600.0"
},
"tool-mbctool": {
"optional": true,
"version": ">=2.0.0"
},
"tool-openocd-esp32": {
"type": "debugger",
"optional": true,
"version": "~1.1000.20181026"
},
"tool-mkspiffs": {
"type": "uploader",
"optional": true,
"version": "~2.230.0"
},
"tool-cmake": {
"optional": true,
"version": "~3.16.0"
},
"tool-ninja": {
"optional": true,
"version": "^1.7.0"
},
"tool-mconf": {
"optional": true,
"version": "~1.4060000.0"
},
"tool-idf": {
"optional": true,
"version": "~1.0.1"
}
}
}