DEV_semaphore/.platformio/platforms/espressif32/platform.json

151 lines
3.8 KiB
JSON

{
"name": "espressif32",
"title": "Espressif 32",
"description": "ESP32 is a series of low-cost, low-power system on a chip microcontrollers with integrated Wi-Fi and Bluetooth. ESP32 integrates an antenna switch, RF balun, power amplifier, low-noise receive amplifier, filters, and power management modules.",
"homepage": "https://espressif.com/",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"Wi-Fi",
"Bluetooth",
"Xtensa",
"RISC-V"
],
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-espressif32.git"
},
"version": "6.7.0",
"frameworks": {
"arduino": {
"package": "framework-arduinoespressif32",
"script": "builder/frameworks/arduino.py"
},
"espidf": {
"package": "framework-espidf",
"script": "builder/frameworks/espidf.py"
}
},
"packages": {
"toolchain-xtensa-esp32": {
"type": "toolchain",
"owner": "espressif",
"version": "8.4.0+2021r2-patch5"
},
"toolchain-xtensa-esp32s2": {
"type": "toolchain",
"optional": true,
"owner": "espressif",
"version": "8.4.0+2021r2-patch5"
},
"toolchain-xtensa-esp32s3": {
"type": "toolchain",
"optional": true,
"owner": "espressif",
"version": "8.4.0+2021r2-patch5"
},
"toolchain-riscv32-esp": {
"type": "toolchain",
"optional": true,
"owner": "espressif",
"version": "8.4.0+2021r2-patch5",
"optionalVersions": ["13.2.0+20230928"]
},
"toolchain-xtensa-esp-elf": {
"type": "toolchain",
"optional": true,
"owner": "platformio",
"version": "13.2.0+20230928"
},
"toolchain-esp32ulp": {
"type": "toolchain",
"optional": true,
"owner": "platformio",
"version": "~1.23500.0"
},
"tool-xtensa-esp-elf-gdb": {
"type": "debugger",
"optional": true,
"owner": "espressif",
"version": "~12.1.0"
},
"tool-riscv32-esp-elf-gdb": {
"type": "debugger",
"optional": true,
"owner": "espressif",
"version": "~12.1.0"
},
"framework-arduinoespressif32": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~3.20016.0"
},
"framework-espidf": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~3.50201.0",
"optionalVersions": ["~3.40407.0"]
},
"tool-esptoolpy": {
"type": "uploader",
"owner": "platformio",
"version": "~1.40501.0"
},
"tool-dfuutil-arduino": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.11.0"
},
"tool-openocd-esp32": {
"type": "debugger",
"optional": true,
"owner": "platformio",
"version": "~2.1100.0"
},
"tool-mkspiffs": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~2.230.0"
},
"tool-mklittlefs": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.203.0"
},
"tool-mkfatfs": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~2.0.0"
},
"tool-cmake": {
"optional": true,
"owner": "platformio",
"version": "~3.16.0"
},
"tool-ninja": {
"optional": true,
"owner": "platformio",
"version": "^1.7.0"
},
"tool-mconf": {
"optional": true,
"owner": "platformio",
"version": "~1.4060000.0"
},
"tool-idf": {
"optional": true,
"owner": "platformio",
"version": "~1.0.1"
}
}
}