xiaoxiang781216 commented on PR #17352:
URL: https://github.com/apache/nuttx/pull/17352#issuecomment-3573720064

   > Thank you guys! I have sent the update on the mailing list with this PR 
and [apache/nuttx-apps#3217](https://github.com/apache/nuttx-apps/pull/3217) 
(applications update signal disable).
   > 
   > What is the Signal Disable impact on the Drivers?
   
   With the partial signal disable solution, driver which notify the event to 
userspace through signal still work if it doesn't use sigwaitinfo(not signal 
handler) to receive the event, for example, button driver notification example 
work as before:
   
https://github.com/apache/nuttx/blob/master/include/nuttx/input/buttons.h#L77-L111
   
https://github.com/apache/nuttx-apps/blob/master/examples/buttons/buttons_main.c#L201-L256
   but this example can't work with the full signal disable.


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