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

   
   ## Summary
   
   ### patch1:
   drivers/capture: add signal notification support for edge capture events
   
   This commit adds comprehensive signal notification support to the capture
   driver, enabling applications to be asynchronously notified when capture
   edge events occur on any channel, rather than having to poll for events.
   
   ### patch2:
   drivers/capture: add fake capture driver for testing and development
   
   This commit introduces a software-based fake capture driver that simulates
   a 10Hz square wave with 50% duty cycle, enabling development and testing
   of capture-related applications without requiring real hardware.
   
   ## Impact
   
   new function about capture
   
   ## Testing
   
   examples capture
   <img width="1036" height="709" alt="image" 
src="https://github.com/user-attachments/assets/78eafb03-56f0-4b89-8766-e8f9f2348f38";
 />
   
   


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