zephyr/drivers/video
sudarsan N 9e7e58fb54 video: common: fix formatting for heap define to fit CI line length
Wrap K_HEAP_DEFINE to fit within 100-character CI limit and apply
consistent spacing.This is a formatting-only change.

Signed-off-by: sudarsan N <sudarsansamy2002@gmail.com>
2025-07-11 15:54:09 -05:00
..
CMakeLists.txt
gc2145.c video: gc2145: convert to multi-instance driver 2025-06-24 20:12:51 -10:00
imx335.c
Kconfig
Kconfig.emul_imager
Kconfig.emul_rx
Kconfig.esp32_dvp
Kconfig.gc2145
Kconfig.imx335
Kconfig.mcux_csi
Kconfig.mcux_mipi_csi2rx
Kconfig.mcux_sdma
Kconfig.mt9m114
Kconfig.ov2640
Kconfig.ov5640
Kconfig.ov7670
Kconfig.ov7725
Kconfig.ov9655
Kconfig.shell
Kconfig.st_mipid02
Kconfig.stm32_dcmi
Kconfig.stm32_dcmipp
Kconfig.sw_generator
mt9m114.c drivers: video: fix uninitialized struct 2025-06-23 15:46:42 +01:00
ov2640.c drivers: video: fix uninitialized struct in ov2640_init() 2025-06-27 10:58:43 +02:00
ov5640.c drivers: video: fix uninitialized struct 2025-06-23 15:46:42 +01:00
ov7670.c drivers: video: fix uninitialized struct 2025-06-23 15:46:42 +01:00
ov7725.c
ov9655.c drivers: video: Place device APIs in linker sections 2025-06-27 10:09:32 -05:00
video_common.c video: common: fix formatting for heap define to fit CI line length 2025-07-11 15:54:09 -05:00
video_common.h
video_ctrls.c drivers: video: use inclusive language 2025-06-25 10:49:41 +02:00
video_ctrls.h drivers: video: use inclusive language 2025-06-25 10:49:41 +02:00
video_device.c
video_device.h
video_emul_imager.c drivers: video: fix uninitialized struct 2025-06-23 15:46:42 +01:00
video_emul_rx.c
video_esp32_dvp.c drivers: video: esp32_dvp: use inclusive language 2025-06-25 10:49:41 +02:00
video_mcux_csi.c
video_mcux_mipi_csi2rx.c
video_mcux_smartdma.c
video_shell.c video: shell: correct incorrect error return value in cmd_video_format 2025-06-25 15:55:24 -10:00
video_st_mipid02.c
video_stm32_dcmi.c drivers: video: dcmi: fix DMA channel configuration 2025-06-27 10:00:35 -05:00
video_stm32_dcmipp.c drivers: video: stm32_dcmipp: move video/ header directory to drivers/ 2025-07-09 09:42:43 -05:00
video_sw_generator.c
video.ld