|
12 | 12 | "type": "git",
|
13 | 13 | "url": "https://github.com/platformio/platform-espressif32.git"
|
14 | 14 | },
|
15 |
| - "version": "1.12.3", |
| 15 | + "version": "1.12.4", |
16 | 16 | "packageRepositories": [
|
17 | 17 | "https://dl.bintray.com/platformio/dl-packages/manifest.json",
|
18 | 18 | "http://dl.platformio.org/packages/manifest.json",
|
|
26 | 26 | },
|
27 | 27 | "espidf": {
|
28 | 28 | "package": "framework-espidf",
|
29 |
| - "script": "builder/frameworks/espidf.py" |
| 29 | + "script": "builder/frameworks/espidf.py", |
| 30 | + "description": "ESP-IDF is the official development framework for the ESP32 and ESP32-S Series SoCs.", |
| 31 | + "url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/", |
| 32 | + "title": "Espressif IoT Development Framework" |
30 | 33 | },
|
31 | 34 | "simba": {
|
32 | 35 | "package": "framework-simba",
|
33 |
| - "script": "builder/frameworks/simba.py" |
| 36 | + "script": "builder/frameworks/simba.py", |
| 37 | + "description": "Simba is an RTOS and build framework with aims to make embedded programming easy and portable", |
| 38 | + "url": "http://simba-os.readthedocs.org", |
| 39 | + "title": "Simba" |
34 | 40 | },
|
35 | 41 | "pumbaa": {
|
36 | 42 | "package": "framework-pumbaa",
|
37 |
| - "script": "builder/frameworks/pumbaa.py" |
| 43 | + "script": "builder/frameworks/pumbaa.py", |
| 44 | + "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", |
| 45 | + "url": "http://pumbaa.readthedocs.org/", |
| 46 | + "title": "Pumbaa" |
38 | 47 | }
|
39 | 48 | },
|
40 | 49 | "packages": {
|
|
0 commit comments