From 5ef8da24c756ee9f8b7c1718c1f023cb2ef9b3ec Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Tue, 16 Jun 2020 23:47:05 +0300 Subject: [PATCH] Extend framework descriptions --- platform.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/platform.json b/platform.json index 14626de..c074a3b 100644 --- a/platform.json +++ b/platform.json @@ -26,15 +26,24 @@ }, "espidf": { "package": "framework-espidf", - "script": "builder/frameworks/espidf.py" + "script": "builder/frameworks/espidf.py", + "description": "ESP-IDF is the official development framework for the ESP32 and ESP32-S Series SoCs.", + "url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/", + "title": "Espressif IoT Development Framework" }, "simba": { "package": "framework-simba", - "script": "builder/frameworks/simba.py" + "script": "builder/frameworks/simba.py", + "description": "Simba is an RTOS and build framework with aims to make embedded programming easy and portable", + "url": "http://simba-os.readthedocs.org", + "title": "Simba" }, "pumbaa": { "package": "framework-pumbaa", - "script": "builder/frameworks/pumbaa.py" + "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", + "url": "http://pumbaa.readthedocs.org/", + "title": "Pumbaa" } }, "packages": {