Files
FreeRTOS/tools/memory_estimator/template/report_libs.json
Archit Aggarwal 28e0db8b3b Add support for new MQTT in memory estimator tool (#138)
* 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
2020-07-13 11:01:11 -07:00

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)"
}
]
}