mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-11 23:58:36 +00:00
Create a dedicated config symbol for video device initialization. Generally, video device init is low priority comparing to standard devices. Moreover some video device can rely on other device init, like the csi mcux driver which rely on sensor and i2c init. This fixes a crash in video capture sample, when camera sensor (mt9m114) is not connected. Signed-off-by: Loic Poulain <loic.poulain@linaro.org> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.mcux_csi | ||
Kconfig.mt9m114 | ||
Kconfig.sw_generator | ||
mt9m114.c | ||
video_common.c | ||
video_mcux_csi.c | ||
video_sw_generator.c |