2016-10-22 02:20:57 +03:00
{
"name" : "espressif32" ,
"title" : "Espressif 32" ,
2024-07-17 15:29:13 +02:00
"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" : [
2020-08-25 17:18:24 +03:00
"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" : {
2024-10-19 16:37:12 +02:00
"platformio" : ">=6.1.16"
2016-10-22 02:20:57 +03:00
} ,
"repository" : {
"type" : "git" ,
2024-07-17 15:29:13 +02:00
"url" : "https://github.com/pioarduino/platform-espressif32.git"
2016-10-22 02:20:57 +03:00
} ,
2025-02-21 22:13:07 +01:00
"version" : "54.03.20+develop" ,
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" : {
2024-07-17 15:29:13 +02:00
"framework-arduinoespressif32" : {
"type" : "framework" ,
"optional" : true ,
"owner" : "espressif" ,
2025-02-21 22:13:07 +01:00
"version" : "https://github.com/espressif/arduino-esp32/archive/master.zip"
2024-07-17 15:29:13 +02:00
} ,
"framework-arduinoespressif32-libs" : {
"type" : "framework" ,
"optional" : true ,
"owner" : "espressif" ,
2024-08-21 16:51:01 +02:00
"version" : ""
2024-07-17 15:29:13 +02:00
} ,
2024-12-14 12:42:42 +01:00
"framework-arduino-c2-skeleton-lib" : {
"type" : "framework" ,
"optional" : true ,
"owner" : "espressif" ,
2024-12-14 13:37:24 +01:00
"version" : "https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc3/c2_arduino_compile_skeleton.zip"
2024-12-14 12:42:42 +01:00
} ,
2024-07-17 15:29:13 +02:00
"framework-espidf" : {
"type" : "framework" ,
"optional" : true ,
"owner" : "pioarduino" ,
2025-02-25 12:37:27 +01:00
"version" : "https://github.com/pioarduino/esp-idf/releases/download/v5.4.0.250221/esp-idf-v5.4.0.zip"
2024-07-17 15:29:13 +02:00
} ,
2024-07-30 15:04:15 +02:00
"toolchain-xtensa-esp-elf" : {
2016-10-22 02:20:57 +03:00
"type" : "toolchain" ,
2024-07-17 15:29:13 +02:00
"optional" : true ,
2024-07-30 15:26:35 +02:00
"owner" : "platformio" ,
2025-02-21 22:13:07 +01:00
"version" : "14.2.0+20241119"
2020-05-11 21:17:48 +03:00
} ,
2022-04-13 18:49:20 +03:00
"toolchain-riscv32-esp" : {
2019-06-20 13:42:21 +03:00
"type" : "toolchain" ,
"optional" : true ,
2024-07-30 15:26:35 +02:00
"owner" : "platformio" ,
2025-02-21 22:13:07 +01:00
"version" : "14.2.0+20241119"
2024-04-23 16:43:58 +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" ,
2024-07-30 15:04:15 +02:00
"version" : "~1.23800.0"
2021-11-05 13:49:21 +02:00
} ,
2024-07-17 15:29:13 +02:00
"tool-xtensa-esp-elf-gdb" : {
2023-08-28 16:10:48 +03:00
"type" : "debugger" ,
"optional" : true ,
2024-10-25 15:51:30 +02:00
"owner" : "platformio" ,
2024-10-25 15:41:31 +02:00
"version" : "14.2.0+20240403"
2023-08-28 16:10:48 +03:00
} ,
"tool-riscv32-esp-elf-gdb" : {
"type" : "debugger" ,
"optional" : true ,
2024-10-25 15:51:30 +02:00
"owner" : "platformio" ,
2024-10-25 15:41:31 +02:00
"version" : "14.2.0+20240403"
2023-08-28 16:10:48 +03:00
} ,
2016-10-29 19:31:23 +03:00
"tool-esptoolpy" : {
2016-10-24 20:23:25 +03:00
"type" : "uploader" ,
2024-07-17 15:29:13 +02:00
"owner" : "pioarduino" ,
2025-01-10 16:52:45 +01:00
"version" : "https://github.com/pioarduino/esptool/releases/download/v4.8.6/esptool.zip"
2020-04-24 21:50:12 +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 ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2023-04-29 13:06:23 +03:00
"version" : "~2.1100.0"
2018-05-07 23:57:35 +03:00
} ,
2024-07-17 15:29:13 +02:00
"tool-mklittlefs" : {
2018-05-07 23:57:35 +03:00
"type" : "uploader" ,
2024-07-17 15:29:13 +02:00
"owner" : "tasmota" ,
"version" : "^3.2.0"
2020-03-05 11:18:07 +02:00
} ,
2024-07-17 15:29:13 +02:00
"tool-mkfatfs" : {
2022-04-17 23:58:10 +03:00
"type" : "uploader" ,
"optional" : true ,
"owner" : "platformio" ,
2024-07-17 15:29:13 +02:00
"version" : "~2.0.0"
2022-04-17 23:58:10 +03:00
} ,
2024-07-17 15:29:13 +02:00
"tool-mkspiffs" : {
2022-04-17 23:58:10 +03:00
"type" : "uploader" ,
"optional" : true ,
"owner" : "platformio" ,
2024-07-17 15:29:13 +02:00
"version" : "~2.230.0"
2022-04-17 23:58:10 +03:00
} ,
2025-01-15 15:34:32 +01:00
"tool-cppcheck" : {
"optional" : true ,
"owner" : "platformio" ,
2025-02-05 15:01:52 +01:00
"version" : "~1.21100"
2025-01-15 15:34:32 +01:00
} ,
"tool-clangtidy" : {
"optional" : true ,
"owner" : "platformio" ,
"version" : "^1.190100.0"
} ,
"tool-pvs-studio" : {
"optional" : true ,
"owner" : "platformio" ,
"version" : "^7.18.59866"
} ,
2020-03-05 11:18:07 +02:00
"tool-cmake" : {
"optional" : true ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2025-02-06 21:24:48 +01:00
"version" : "~3.30.2"
2020-03-05 11:18:07 +02:00
} ,
"tool-ninja" : {
"optional" : true ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2020-03-05 11:18:07 +02:00
"version" : "^1.7.0"
2016-10-22 02:20:57 +03:00
}
}
}