wangchdo opened a new pull request, #17252:
URL: https://github.com/apache/nuttx/pull/17252

   
   ## Summary
   
       nxsig_wait_irq() is always invoked within an existing critical section, 
similar to
       nxsem_wait_irq(). Therefore, the additional critical section protection 
inside
       the function is unnecessary and has been removed.
   
   ## Impact
   
      Update nxsig_wait_irq() implemention  to improve performance, No impact 
to 
      other nuttx functions.
   
   ## Testing
   
   **ostest passed on board a2g-tc397-5v-tft**
   
   <img width="404" height="506" alt="image" 
src="https://github.com/user-attachments/assets/0d5f2292-c8af-4ea5-b3b9-9f3924df5588";
 />
   
   


-- 
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]

Reply via email to