Files
platform-espressif32/platform.json
T

147 lines
3.6 KiB
JSON
Raw Normal View History

2016-10-22 02:20:57 +03:00
{
"name": "espressif32",
"title": "Espressif 32",
2023-01-23 12:28:43 +02:00
"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.",
2020-06-22 14:15:22 +03:00
"homepage": "https://espressif.com/",
2016-10-22 02:20:57 +03:00
"license": "Apache-2.0",
2020-08-04 14:15:28 +03:00
"keywords": [
"dev-platform",
"Wi-Fi",
"Bluetooth",
"Xtensa",
2022-04-14 10:29:04 +03:00
"RISC-V"
2020-08-04 14:15:28 +03:00
],
2016-10-22 02:20:57 +03:00
"engines": {
2022-05-27 17:27:53 +03:00
"platformio": "^6"
2016-10-22 02:20:57 +03:00
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-espressif32.git"
},
2023-06-20 12:19:31 +03:00
"version": "6.3.2",
2016-10-22 02:20:57 +03:00
"frameworks": {
"arduino": {
"package": "framework-arduinoespressif32",
"script": "builder/frameworks/arduino.py"
},
"espidf": {
"package": "framework-espidf",
2023-04-28 13:26:27 +03:00
"script": "builder/frameworks/espidf.py"
2016-10-22 02:20:57 +03:00
}
},
"packages": {
2022-04-13 18:49:20 +03:00
"toolchain-xtensa-esp32": {
2016-10-22 02:20:57 +03:00
"type": "toolchain",
2022-04-13 18:49:20 +03:00
"owner": "espressif",
2023-01-04 20:05:31 +02:00
"version": "8.4.0+2021r2-patch5",
2023-08-03 13:38:40 +03:00
"optionalVersions": ["12.2.0+20230208"]
2016-10-22 02:20:57 +03:00
},
2022-04-13 18:49:20 +03:00
"toolchain-xtensa-esp32s2": {
2020-05-11 21:17:48 +03:00
"type": "toolchain",
"optional": true,
2022-04-13 18:49:20 +03:00
"owner": "espressif",
2023-01-04 20:05:31 +02:00
"version": "8.4.0+2021r2-patch5",
2023-08-03 13:38:40 +03:00
"optionalVersions": ["12.2.0+20230208"]
2022-05-16 13:18:16 +03:00
},
"toolchain-xtensa-esp32s3": {
"type": "toolchain",
"optional": true,
"owner": "espressif",
2023-01-04 20:05:31 +02:00
"version": "8.4.0+2021r2-patch5",
2023-08-03 13:38:40 +03:00
"optionalVersions": ["12.2.0+20230208"]
2020-05-11 21:17:48 +03:00
},
2022-04-13 18:49:20 +03:00
"toolchain-riscv32-esp": {
"type": "toolchain",
"optional": true,
2022-04-13 18:49:20 +03:00
"owner": "espressif",
2023-01-04 20:05:31 +02:00
"version": "8.4.0+2021r2-patch5",
2023-08-03 13:38:40 +03:00
"optionalVersions": ["12.2.0+20230208"]
2020-09-01 21:26:55 +03:00
},
2022-04-13 18:49:20 +03:00
"toolchain-esp32ulp": {
2020-09-01 21:26:55 +03:00
"type": "toolchain",
"optional": true,
"owner": "platformio",
2022-12-26 14:32:12 +02:00
"version": "~1.23500.0"
2021-11-05 13:49:21 +02:00
},
2016-10-22 02:20:57 +03:00
"framework-arduinoespressif32": {
"type": "framework",
"optional": true,
"owner": "platformio",
2023-08-01 19:38:55 +03:00
"version": "~3.20011.0"
2016-10-22 02:20:57 +03:00
},
2020-03-17 10:51:38 +00:00
"framework-arduino-mbcwb": {
"type": "framework",
"optional": true,
2020-11-18 21:49:40 +02:00
"owner": "meteca",
2020-03-17 10:51:38 +00:00
"version": ">=2.1.1"
},
2016-10-22 02:20:57 +03:00
"framework-espidf": {
"type": "framework",
"optional": true,
"owner": "platformio",
2023-08-25 17:01:34 +03:00
"version": "~3.50101.0",
2023-08-01 19:38:55 +03:00
"optionalVersions": ["~3.40405.0"]
2016-10-24 20:23:25 +03:00
},
2016-10-29 19:31:23 +03:00
"tool-esptoolpy": {
2016-10-24 20:23:25 +03:00
"type": "uploader",
"owner": "platformio",
"version": "~1.40501.0"
2020-04-24 21:50:12 +03:00
},
2020-03-17 10:51:38 +00:00
"tool-mbctool": {
2020-03-17 13:49:43 +02:00
"optional": true,
2020-11-18 21:49:40 +02:00
"owner": "meteca",
2020-03-17 10:51:38 +00:00
"version": ">=2.0.0"
2017-04-28 11:51:04 +03:00
},
2023-08-01 19:38:55 +03:00
"tool-dfuutil-arduino": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.11.0"
},
2018-03-21 23:37:51 +02:00
"tool-openocd-esp32": {
2018-04-13 13:47:46 -07:00
"type": "debugger",
2018-03-21 23:37:51 +02:00
"optional": true,
"owner": "platformio",
2023-04-29 13:06:23 +03:00
"version": "~2.1100.0"
2018-05-07 23:57:35 +03:00
},
"tool-mkspiffs": {
"type": "uploader",
"optional": true,
"owner": "platformio",
2018-05-07 23:57:35 +03:00
"version": "~2.230.0"
2020-03-05 11:18:07 +02:00
},
2022-04-17 23:58:10 +03:00
"tool-mklittlefs": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.203.0"
},
"tool-mkfatfs": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~2.0.0"
},
2020-03-05 11:18:07 +02:00
"tool-cmake": {
"optional": true,
"owner": "platformio",
2020-03-05 11:18:07 +02:00
"version": "~3.16.0"
},
"tool-ninja": {
"optional": true,
"owner": "platformio",
2020-03-05 11:18:07 +02:00
"version": "^1.7.0"
},
"tool-mconf": {
"optional": true,
"owner": "platformio",
2020-03-05 11:18:07 +02:00
"version": "~1.4060000.0"
},
"tool-idf": {
"optional": true,
"owner": "platformio",
2020-03-05 11:18:07 +02:00
"version": "~1.0.1"
2016-10-22 02:20:57 +03:00
}
}
}