* Add the memory estimator tool
This tool helps in determining the memory estimates for FreeRTOS
libraries.
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* Address review feedback
1. Make the tool python3 compatible - The output read from a process is
bytes array and needs to be decoded as 'utf-8' before doing any string
like operations.
2. Make the script runnable from any directory.
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>