mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-08-09 06:33:41 +00:00
* Add support for new MQTT in memory estimator tool * Fix issues in generating memory estimate report for MQTT Beta2 library * Update supported libraries' list in README for mqtt-beta1 and mqtt-beta libraries * Add beta1 suffix for light-mqtt library in README
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"libraries": [
|
|
{
|
|
"lib_name":"https",
|
|
"size_description":"Code Size of HTTPS (example generated with GCC for ARM Cortex-M)"
|
|
},
|
|
{
|
|
"lib_name":"jobs",
|
|
"size_description":"Code Size of AWS IoT Jobs excluding dependencies (example generated with GCC for ARM Cortex-M)"
|
|
},
|
|
{
|
|
"lib_name":"light-mqtt-beta1",
|
|
"size_description":"Code Size of Lightweight MQTT API (example generated with GCC for ARM Cortex-M)"
|
|
},
|
|
{
|
|
"lib_name":"mqtt-beta1",
|
|
"size_description":"Code Size of MQTT Beta1 (example generated with GCC for ARM Cortex-M)"
|
|
},
|
|
{
|
|
"lib_name":"mqtt-beta2",
|
|
"size_description":"Code Size of MQTT Beta2 (example generated with GCC for ARM Cortex-M)"
|
|
},
|
|
{
|
|
"lib_name":"ota-http",
|
|
"size_description":"Code Size of OTA with HTTP excluding dependencies (example generated with GCC for ARM Cortex-M)"
|
|
},
|
|
{
|
|
"lib_name":"ota-mqtt",
|
|
"size_description":"Code Size of OTA with MQTT excluding dependencies (example generated with GCC for ARM Cortex-M)"
|
|
},
|
|
{
|
|
"lib_name":"shadow",
|
|
"size_description":"Code Size of AWS IoT Device Shadow excluding dependencies (example generated with GCC for ARM Cortex-M)"
|
|
}
|
|
]
|
|
}
|