cancel
Showing results for 
Search instead for 
Did you mean: 

BUG - osSignalClear lacks implementation in CMSIS_OS layer

Posted on November 15, 2015 at 00:03

Hi again!

I'm using FreeRTOS with the CMSIS_OS portability layer provided with CubeMX

And seems like the osSignalClear function is not implemented, even if marked as supported.

is that right?

1 REPLY 1
Nesrine M_O
Lead II
Posted on November 24, 2015 at 11:57

Hi Laureg,

In fact, cmsis_os is a generic wrapper for RTOS, the osSignalClear function is specified in this wrapper but the FreeRTOS doesn’t support it.

-Syrine