No "Signal Management" on FREERTOS
HiI 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 ...