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

   ## Summary
   
   Add a Kconfig option for supporting old APIs on video driver.
   The video_initialize() and video_uninitialize() are re-named to 
capture_initialize() and capture_uninitialize().
   But this modification made break compatibility on user APIs.
   So this commit add a option on Kconfig to use old API symbol name.
   
   ## Impact
   
   No impact except enabling the additional Kconfig option.
   Video I/F has an impact when the option is enabled.
   
   ## Testing
   
   Test spresense:camera, if it can be build and works well.


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