CMSIS V2 RTOS

jthompson-at-cd wrote on Friday, June 30, 2017:

When CMSIS V2 RTOS layer be available?

westmorelandeng wrote on Friday, June 30, 2017:

Hello Jeff,

That’s just a wrapper for FreeRTOS or possibly another RTOS - not sure that’s appropriate for this forum.

I usually rip the CMSIS API calls out (that are RTOS related) since that is just an API calling an API; and IMHO doesn’t really make anything nicer or more readable.

For embedded systems hiding details isn’t a good idea (RTOS related), at least that is my opinion.

Regards,
John Westmoreland