Skip to content

Commit 5ed1548

Browse files
KhanhNguyen-RVChenrikbrixandersen
authored andcommitted
samples: video: Add CEU support for Renesas RA boards
Add EK-RA8D1 board support for capture and capture_to_lvgl samples Signed-off-by: Khanh Nguyen <[email protected]>
1 parent d37590f commit 5ed1548

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_VIDEO_FRAME_WIDTH=320
2+
CONFIG_VIDEO_FRAME_HEIGHT=240
3+
CONFIG_VIDEO_BUFFER_POOL_SZ_MAX=155000
4+
CONFIG_VIDEO_BUFFER_POOL_NUM_MAX=2

samples/drivers/video/capture/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tests:
1313
- platform:frdm_mcxn947/mcxn947/cpu0:SHIELD="dvp_20pin_ov7670;lcd_par_s035_8080"
1414
- platform:frdm_mcxn236/mcxn236:SHIELD="dvp_20pin_ov7670;lcd_par_s035_8080"
1515
- platform:stm32h7b3i_dk:SHIELD="st_b_cams_omv_mb1683"
16+
- platform:ek_ra8d1/r7fa8d1bhecbd:SHIELD="dvp_20pin_ov7670;rtkmipilcdb00000be"
1617
extra_configs:
1718
- CONFIG_TEST=y
1819
- CONFIG_FPU=y
@@ -36,6 +37,7 @@ tests:
3637
- mm_swiftio
3738
- esp32s3_eye/esp32s3/procpu
3839
- stm32h7b3i_dk
40+
- ek_ra8d1/r7fa8d1bhecbd
3941
depends_on: video
4042
integration_platforms:
4143
- mimxrt1064_evk/mimxrt1064
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_VIDEO_BUFFER_POOL_SZ_MAX=160000
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&renesas_mipi_i2c {
8+
gt911_rtkmipilcdb00000be: gt911-rtkmipilcdb00000be@5d {
9+
status = "disabled";
10+
};
11+
};
12+
13+
&zephyr_lcdif {
14+
input-pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
15+
};

0 commit comments

Comments
 (0)