Skip to content

Commit 5ef8da2

Browse files
committed
Extend framework descriptions
1 parent 6d85d3b commit 5ef8da2

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

platform.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,24 @@
2626
},
2727
"espidf": {
2828
"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"
3033
},
3134
"simba": {
3235
"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"
3440
},
3541
"pumbaa": {
3642
"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"
3847
}
3948
},
4049
"packages": {

0 commit comments

Comments
 (0)