Open ghost opened 5 years ago
There is no "INCLUDE_xTimerPendFunctionCall" at SDK. So could you add "INCLUDE_xTimerPendFunctionCall" to FreeRTOSConfig.h and I will add this one to "menuconfig" to enable some function later.
@donghengqaz I need this config too. What is the ETA of this feature in menuconfig?
There was any solution for this case? Trying to use xTimerPendFunctionCallFromISR, but having implicit declaration of function 'xTimerPendFunctionCallFromISR'; error
Environment
Problem Description
I wrote this code, which is pretty much copy paste from the documentation of the xEventGroupSetBitsFromISR method:
This results in the following compiler error:
I think that maybe INCLUDE_xTimerPendFunctionCall misses in FreeRTOSConfig.h in the SDK?
I didn't see an option in sdkconfig to enable this