commit | 0ac91da3a4cc6eca82a20003cc90939d300172a1 | [log] [tgz] |
---|---|---|
author | Josuah Demangeon <me@josuah.net> | Sun Jul 28 17:29:07 2024 +0200 |
committer | Mahesh Mahadevan <mahesh.mahadevan@nxp.com> | Thu Sep 05 13:11:35 2024 -0500 |
tree | 3b54d69eaecbcb38ba8bcb984e99bc1bf3703405 | |
parent | fe72c4b447e444efd41678c68ae15c52a8c31b35 [diff] |
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 #41543 Signed-off-by: Josuah Demangeon <me@josuah.net>