FreeRTOS Support Archive
The FreeRTOS support forum is used to obtain active support directly from Real
Time Engineers Ltd. In return for using our top quality software and services for
free, we request you play fair and do your bit to help others too! Sign up
to receive notifications of new support topics then help where you can.
This is a read only archive of threads posted to the FreeRTOS support forum.
The archive is updated every week, so will not always contain the very latest posts.
Use these archive pages to search previous posts. Use the Live FreeRTOS Forum
link to reply to a post, or start a new support thread.
[FreeRTOS Home] [Live FreeRTOS Forum] [FAQ] [Archive Top] [April 2012 Threads] xSemaphoreGiveFromISR second argumentPosted by Pablo Bleyer on 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.
RE: xSemaphoreGiveFromISR second argumentPosted by Richard on 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.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|