Invalid implementation of additional specific APIs to Free RTOS ???
Posted on March 19, 2018 at 10:01/*** @brief Resume execution of a all suspended threads.* @retval status code that indicates the execution status of the function.*/osStatus osThreadResumeAll (void){ if (xTaskResumeAll() == pdTRUE) return osOK; ...