Skip to main content
Gustavo.Laureano
Senior
November 14, 2015
Question

BUG - osSignalClear lacks implementation in CMSIS_OS layer

  • November 14, 2015
  • 1 reply
  • 463 views
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?

    This topic has been closed for replies.

    1 reply

    Nesrine M_O
    Associate
    November 24, 2015
    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