Hi everyone,
I want to dive into RTOS for microcontrollers. I decided to use FreeRTOS then I came across CMSIS-RTOS. If I get it correct it is a wrapper for RTOSs so you can change underlying RTOS without chancing your code. I wonder are there any real benefits of using CMSIS-RTOS rather than using native RTOS like FreeRTOS interface?
Thanks.