wangchdo opened a new pull request, #17223:
URL: https://github.com/apache/nuttx/pull/17223
## Summary
The current event module uses semaphores for event wait and post
operations. However, semaphores are relatively heavy-weight and
more suitable for resource-based synchronization.
This patch replaces the semaphore-based mechanism with
nxsched_sleep() and nxsched_wakeup(), improving performance
and reducing memory usage.
## Impact
improvement for the event module, no impact to other nuttx parts
## Testing
I will provide test log later when I am with my test board
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]