xSemaphoreGiveFromISR second argument

pbleyer wrote on Tuesday, April 10, 2012:

Hello.

Is there a reason NULL is not allowed as the pxHigherPriorityTaskWoken argument of xSemaphoreGiveFromISR? Many times I don’t need to know if a higher priority task was awaken and could pass NULL to the function instead, like some other API functions.

Thanks. Regards.

rtel wrote on Tuesday, April 10, 2012:

No particular reason over and above keeping the code size and run time to a minimum.  Feel free to add it to the feature request tracker and it will get added in at some point.

Regards.