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" : [
2020-08-25 17:18:24 +03:00
"dev-platform" ,
"Wi-Fi" ,
"Bluetooth" ,
"Xtensa" ,
"LX6"
2020-08-04 14:15:28 +03:00
] ,
2016-10-22 02:20:57 +03:00
"engines" : {
2020-09-03 15:19:08 +03:00
"platformio" : "^5"
2016-10-22 02:20:57 +03:00
} ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/platformio/platform-espressif32.git"
} ,
2022-01-28 13:46:55 +02:00
"version" : "3.5.0" ,
2016-10-22 02:20:57 +03:00
"frameworks" : {
"arduino" : {
"package" : "framework-arduinoespressif32" ,
"script" : "builder/frameworks/arduino.py"
} ,
"espidf" : {
"package" : "framework-espidf" ,
2020-06-16 23:47:05 +03:00
"script" : "builder/frameworks/espidf.py" ,
"description" : "ESP-IDF is the official development framework for the ESP32 and ESP32-S Series SoCs." ,
2020-06-25 13:32:07 +03:00
"homepage" : "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/" ,
2020-06-16 23:47:05 +03:00
"title" : "Espressif IoT Development Framework"
2016-12-08 22:27:38 +01:00
} ,
"simba" : {
"package" : "framework-simba" ,
2020-06-16 23:47:05 +03:00
"script" : "builder/frameworks/simba.py" ,
"description" : "Simba is an RTOS and build framework with aims to make embedded programming easy and portable" ,
2020-06-25 13:32:07 +03:00
"homepage" : "http://simba-os.readthedocs.org" ,
2020-06-16 23:47:05 +03:00
"title" : "Simba"
2016-12-24 14:48:08 +01:00
} ,
"pumbaa" : {
"package" : "framework-pumbaa" ,
2020-06-16 23:47:05 +03:00
"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" ,
2020-06-25 13:32:07 +03:00
"homepage" : "http://pumbaa.readthedocs.org/" ,
2020-06-16 23:47:05 +03:00
"title" : "Pumbaa"
2016-10-22 02:20:57 +03:00
}
} ,
"packages" : {
"toolchain-xtensa32" : {
"type" : "toolchain" ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2021-01-21 13:42:23 +02:00
"version" : "~2.50200.0" ,
"optionalVersions" : [ "~2.80400.0" ]
2016-10-22 02:20:57 +03:00
} ,
2020-05-11 21:17:48 +03:00
"toolchain-xtensa32s2" : {
"type" : "toolchain" ,
"optional" : true ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2021-01-21 13:42:23 +02:00
"version" : "~1.80400.0"
2020-05-11 21:17:48 +03:00
} ,
2019-06-20 13:42:21 +03:00
"toolchain-esp32ulp" : {
"type" : "toolchain" ,
"optional" : true ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2020-09-01 21:26:55 +03:00
"version" : "~1.22851.0"
} ,
"toolchain-esp32s2ulp" : {
"type" : "toolchain" ,
"optional" : true ,
"owner" : "platformio" ,
"version" : "~1.22851.0"
2019-06-20 13:42:21 +03:00
} ,
2021-06-23 12:32:55 +03:00
"toolchain-riscv-esp" : {
"type" : "toolchain" ,
"optional" : true ,
"owner" : "platformio" ,
"version" : "~1.80400.0"
} ,
2021-11-05 13:49:21 +02:00
"toolchain-xtensa-esp32" : {
"type" : "toolchain" ,
"optional" : true ,
"owner" : "espressif" ,
2022-01-21 11:07:17 +02:00
"version" : "8.4.0+2021r2-patch2"
2021-11-05 13:49:21 +02:00
} ,
"toolchain-xtensa-esp32s2" : {
"type" : "toolchain" ,
"optional" : true ,
"owner" : "espressif" ,
2022-01-21 11:07:17 +02:00
"version" : "8.4.0+2021r2-patch2"
2021-11-05 13:49:21 +02:00
} ,
"toolchain-riscv32-esp" : {
"type" : "toolchain" ,
"optional" : true ,
"owner" : "espressif" ,
2022-01-21 11:07:17 +02:00
"version" : "8.4.0+2021r2-patch2"
2021-11-05 13:49:21 +02:00
} ,
2016-10-22 02:20:57 +03:00
"framework-arduinoespressif32" : {
"type" : "framework" ,
"optional" : true ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2021-03-26 13:57:56 +02:00
"version" : "~3.10006.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 ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2022-01-13 17:50:25 +02:00
"version" : "~3.40302.0" ,
2021-01-21 13:42:23 +02:00
"optionalVersions" : [ "~3.40001.0" ]
2016-10-24 20:23:25 +03:00
} ,
2016-12-08 22:27:38 +01:00
"framework-simba" : {
"type" : "framework" ,
"optional" : true ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2016-12-08 22:27:38 +01:00
"version" : ">=12.2.0"
} ,
2016-12-24 14:48:08 +01:00
"framework-pumbaa" : {
"type" : "framework" ,
"optional" : true ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2016-12-24 14:48:08 +01:00
"version" : ">=2.3.0"
} ,
2016-10-29 19:31:23 +03:00
"tool-esptoolpy" : {
2016-10-24 20:23:25 +03:00
"type" : "uploader" ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2021-06-30 14:11:16 +03:00
"version" : "~1.30100.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
} ,
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" ,
2020-10-26 16:02:27 +02:00
"version" : "~2.1000.0"
2018-05-07 23:57:35 +03:00
} ,
"tool-mkspiffs" : {
"type" : "uploader" ,
"optional" : true ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2018-05-07 23:57:35 +03:00
"version" : "~2.230.0"
2020-03-05 11:18:07 +02:00
} ,
"tool-cmake" : {
"optional" : true ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2020-03-05 11:18:07 +02:00
"version" : "~3.16.0"
} ,
"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"
} ,
"tool-mconf" : {
"optional" : true ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2020-03-05 11:18:07 +02:00
"version" : "~1.4060000.0"
} ,
"tool-idf" : {
"optional" : true ,
2020-08-25 17:18:24 +03:00
"owner" : "platformio" ,
2020-03-05 11:18:07 +02:00
"version" : "~1.0.1"
2016-10-22 02:20:57 +03:00
}
}
}