Closed APBashara closed 2 months ago
Currently using CMSIS OS to abstract the RTOS, we don't need to be running different types of RTOS so just using FreeRTOS directly gives us better features and more support material
https://www.freertos.org/Documentation/02-Kernel/03-Supported-devices/04-Demos/Device-independent-demo/Hardware-independent-RTOS-example
https://www.freertos.org/Why-FreeRTOS/FAQs/Memory-usage-boot-times-context#how-big-should-the-stack-be
https://freertos.org/Documentation/01-FreeRTOS-quick-start/01-Beginners-guide/02-Quick-start-guide
FreeRTOS changes tested to work
Currently using CMSIS OS to abstract the RTOS, we don't need to be running different types of RTOS so just using FreeRTOS directly gives us better features and more support material