Skip to content

Commit d808af6

Browse files
committed
Extend native SDK descriptions
(cherry picked from commit 8a07ebe)
1 parent a017c4c commit d808af6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

platform.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,17 @@
3131
},
3232
"esp8266-rtos-sdk": {
3333
"package": "framework-esp8266-rtos-sdk",
34-
"script": "builder/frameworks/esp8266-rtos-sdk.py"
34+
"script": "builder/frameworks/esp8266-rtos-sdk.py",
35+
"description": "ESP8266 SDK based on FreeRTOS, a truly free professional grade RTOS for microcontrollers",
36+
"url": "https://github.com/espressif/ESP8266_RTOS_SDK",
37+
"title": "ESP8266 RTOS SDK"
3538
},
3639
"esp8266-nonos-sdk": {
3740
"package": "framework-esp8266-nonos-sdk",
38-
"script": "builder/frameworks/esp8266-nonos-sdk.py"
41+
"script": "builder/frameworks/esp8266-nonos-sdk.py",
42+
"description": "The non-OS SDK provides a set of application programming interfaces (APIs) for core ESP8266 functionalities such as data reception/transmission over Wi-Fi, TCP/IP stack functions, hardware interface functions and basic system management functions",
43+
"url": "https://github.com/espressif/ESP8266_NONOS_SDK",
44+
"title": "ESP8266 Non-OS SDK"
3945
}
4046
},
4147
"packages": {

0 commit comments

Comments
 (0)