Question
No "Signal Management" on FREERTOS
Hi
I use STM32WB55CGUX with FREE_RTOS.
I want to use SIGNALS with command such: osSignalWait, osSignalClear and osSignalSet.
I see those functions in cmsis_os.h file but I see no implementation to those functions.
There is a cmsis_os2.c file (instead of cmsis_os.c) and in this file there is no "SIgnal Management".
What is wrong ?
