comejv opened a new issue, #16828:
URL: https://github.com/apache/nuttx/issues/16828

   ### Description / Steps to reproduce the issue
   
   To reproduce, enable CONFIG_CAPTURE and try to send CAPIOC_EDGES ioc 
instruction to the capture driver. This will lead to a panic because of 
drivers/timers/capture.c:344 : 
   ```c
   DEBUGASSERT(lower[i]->ops->getedges != NULL);
   ```
   
   Users who try to run the examples/capture app will run into this issue.
   
   ### On which OS does this issue occur?
   
   [OS: Linux]
   
   ### What is the version of your OS?
   
   WSL2
   
   ### NuttX Version
   
   master
   
   ### Issue Architecture
   
   [Arch: arm]
   
   ### Issue Area
   
   [Area: Drivers]
   
   ### Host information
   
   _No response_
   
   ### Verification
   
   - [x] I have verified before submitting the report.


-- 
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: commits-unsubscr...@nuttx.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to