Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: video: introduce CONFIG_VIDEO_LOG_LEVEL #76393

Merged

Commits on Sep 5, 2024

  1. drivers: video: introduce CONFIG_VIDEO_LOG_LEVEL

    Zephyr drivers have typically one log level defined per class. The video
    drivers were making exception. This adds the missing log level for video
    drivers.
    
    Since all headers had to be modified, this also:
    
    - Update the log initialization to the new syntax from 5e34681
    
    - Sort the #include list to something like zephyrproject-rtos#41543
    
    Signed-off-by: Josuah Demangeon <me@josuah.net>
    josuah committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    49c3723 View commit details
    Browse the repository at this point in the history