Files
platform-espressif32/platform.json
T

182 lines
6.3 KiB
JSON
Raw Normal View History

2016-10-22 02:20:57 +03:00
{
"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.",
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",
2025-07-03 17:12:25 +02:00
"WiFi",
"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": {
2025-07-03 17:12:25 +02:00
"platformio": ">=6.1.18"
2016-10-22 02:20:57 +03:00
},
"repository": {
"type": "git",
"url": "https://github.com/pioarduino/platform-espressif32.git"
2016-10-22 02:20:57 +03:00
},
2026-02-12 00:58:14 +01:00
"version": "55.03.37",
2016-10-22 02:20:57 +03:00
"frameworks": {
"arduino": {
"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": {
"framework-arduinoespressif32": {
"type": "framework",
"optional": true,
"owner": "espressif",
2026-02-12 00:58:14 +01:00
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.3.7/esp32-core-3.3.7.tar.xz"
},
"framework-arduinoespressif32-libs": {
"type": "framework",
"optional": true,
"owner": "espressif",
2026-02-12 00:58:14 +01:00
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.3.7/esp32-core-3.3.7-libs.tar.xz"
},
2024-12-14 12:42:42 +01:00
"framework-arduino-c2-skeleton-lib": {
"type": "framework",
"optional": true,
"owner": "espressif",
2026-02-12 00:58:14 +01:00
"version": "https://github.com/pioarduino/platform-espressif32/releases/download/c2-skeleton/c2_87912cd291_compile_skeleton.zip"
2024-12-14 12:42:42 +01:00
},
2025-12-19 16:03:25 +01:00
"framework-arduino-c61-skeleton-lib": {
"type": "framework",
"optional": true,
"owner": "espressif",
2026-02-12 00:58:14 +01:00
"version": "https://github.com/pioarduino/platform-espressif32/releases/download/c61-skeleton/c61_87912cd291_compile_skeleton.zip"
2025-12-19 16:03:25 +01:00
},
"framework-espidf": {
"type": "framework",
"optional": true,
"owner": "pioarduino",
2026-02-12 00:58:14 +01:00
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.5.2.260206/esp-idf-v5.5.2.tar.xz"
},
2024-07-30 15:04:15 +02:00
"toolchain-xtensa-esp-elf": {
2016-10-22 02:20:57 +03:00
"type": "toolchain",
"optional": true,
2025-07-03 17:12:25 +02:00
"owner": "pioarduino",
2025-12-19 16:03:25 +01:00
"package-version": "14.2.0+20251107",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/xtensa-esp-elf-14.2.0_20251107.zip"
2020-05-11 21:17:48 +03:00
},
2022-04-13 18:49:20 +03:00
"toolchain-riscv32-esp": {
"type": "toolchain",
"optional": true,
2025-07-03 17:12:25 +02:00
"owner": "pioarduino",
2025-12-19 16:03:25 +01:00
"package-version": "14.2.0+20251107",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/riscv32-esp-elf-14.2.0_20251107.zip"
},
2022-04-13 18:49:20 +03:00
"toolchain-esp32ulp": {
2020-09-01 21:26:55 +03:00
"type": "toolchain",
"optional": true,
2025-07-03 17:12:25 +02:00
"owner": "pioarduino",
"package-version": "2.38.0+20240113",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/esp32ulp-elf-2.38_20240113.zip"
2021-11-05 13:49:21 +02:00
},
2025-07-03 17:12:25 +02:00
"tool-xtensa-esp-elf-gdb": {
"type": "debugger",
"optional": true,
2025-07-03 17:12:25 +02:00
"owner": "pioarduino",
2025-10-08 18:57:41 +02:00
"package-version": "16.3.0+20250913",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/xtensa-esp-gdb-16.3_20250913.zip"
},
"tool-riscv32-esp-elf-gdb": {
"type": "debugger",
"optional": true,
2025-07-03 17:12:25 +02:00
"owner": "pioarduino",
2025-10-08 18:57:41 +02:00
"package-version": "16.3.0+20250913",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/riscv32-esp-gdb-16.3_20250913.zip"
},
2016-10-29 19:31:23 +03:00
"tool-esptoolpy": {
2016-10-24 20:23:25 +03:00
"type": "uploader",
2025-07-23 17:37:22 +02:00
"optional": true,
2025-07-03 17:12:25 +02:00
"owner": "pioarduino",
2026-02-12 00:58:14 +01:00
"package-version": "5.1.2",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/esptoolpy-v5.1.2.zip"
2025-07-03 17:12:25 +02:00
},
2025-08-03 13:07:04 +02:00
"tool-esp_install": {
2025-07-03 17:12:25 +02:00
"type": "tool",
"optional": false,
"owner": "pioarduino",
2025-12-19 16:03:25 +01:00
"package-version": "5.3.4",
"version": "https://github.com/pioarduino/esp_install/releases/download/v5.3.4/esp_install-v5.3.4.zip"
2025-07-23 17:37:22 +02:00
},
"contrib-piohome": {
"optional": true,
"owner": "pioarduino",
"package-version": "3.4.4",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/contrib-piohome-3.4.4.tar.gz"
2020-04-24 21:50:12 +03:00
},
2023-08-01 19:38:55 +03:00
"tool-dfuutil-arduino": {
2026-01-22 00:13:43 +01:00
"type": "tool",
2023-08-01 19:38:55 +03:00
"optional": true,
2025-07-03 17:12:25 +02:00
"owner": "pioarduino",
"package-version": "1.11.0",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/dfuutil-arduino-v1.11.0.zip"
2023-08-01 19:38:55 +03:00
},
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,
2025-07-03 17:12:25 +02:00
"owner": "pioarduino",
2026-01-22 00:13:43 +01:00
"package-version": "2.1200.20251215",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/openocd-v0.12.0-esp32-20251215.zip"
2022-04-17 23:58:10 +03:00
},
2025-01-15 15:34:32 +01:00
"tool-cppcheck": {
2025-07-03 17:12:25 +02:00
"type": "tool",
2025-01-15 15:34:32 +01:00
"optional": true,
2025-07-03 17:12:25 +02:00
"owner": "pioarduino",
"package-version": "2.11.0+230717",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/cppcheck-v2.11.0-230717.zip"
2025-01-15 15:34:32 +01:00
},
"tool-clangtidy": {
2025-07-03 17:12:25 +02:00
"type": "tool",
2025-01-15 15:34:32 +01:00
"optional": true,
2025-07-03 17:12:25 +02:00
"owner": "pioarduino",
"package-version": "18.1.1",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/clangtidy-v18.1.1.zip"
2025-01-15 15:34:32 +01:00
},
"tool-pvs-studio": {
2025-07-03 17:12:25 +02:00
"type": "tool",
2025-01-15 15:34:32 +01:00
"optional": true,
2025-07-03 17:12:25 +02:00
"owner": "pioarduino",
"package-version": "7.36.91321",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/pvs-studio-v7.36.91321.zip"
2025-01-15 15:34:32 +01:00
},
2020-03-05 11:18:07 +02:00
"tool-cmake": {
2025-07-03 17:12:25 +02:00
"type": "tool",
"optional": true,
"owner": "pioarduino",
2025-09-17 00:09:47 +02:00
"package-version": "4.0.3",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/cmake-4.0.3.zip"
2025-07-03 17:12:25 +02:00
},
"tool-esp-rom-elfs": {
"type": "tool",
2020-03-05 11:18:07 +02:00
"optional": true,
2025-07-03 17:12:25 +02:00
"owner": "pioarduino",
"package-version": "2024.10.11",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/esp-rom-elfs-20241011.zip"
2020-03-05 11:18:07 +02:00
},
"tool-ninja": {
2025-07-03 17:12:25 +02:00
"type": "tool",
2020-03-05 11:18:07 +02:00
"optional": true,
2025-07-03 17:12:25 +02:00
"owner": "pioarduino",
2025-07-28 15:48:18 +02:00
"package-version": "1.13.1",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/ninja-1.13.1.zip"
2025-07-03 17:12:25 +02:00
},
"tool-scons": {
"type": "tool",
"optional": true,
"owner": "pioarduino",
"package-version": "4.40801.0",
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/scons-4.8.1.zip"
2016-10-22 02:20:57 +03:00
}
}
}