BUG - osSignalClear lacks implementation in CMSIS_OS layer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-11-14 3:03 PM
Posted on November 15, 2015 at 00:03
Hi again!
I'm using FreeRTOS with the CMSIS_OS portability layer provided with CubeMXAnd seems like the osSignalClear function is not implemented, even if marked as supported.is that right?
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-11-24 2:57 AM
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