mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-29 17:24:39 +00:00
* 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>
This folder contains tools referenced from the instruction documentation.