Skip to content

Commit 43d19c0

Browse files
danieldegrassecarlescufi
authored andcommitted
samples: drivers: display: add support for RT595 EVK
Add support for RT595 EVK to display sample using RM68200 based MIPI panel. The board is configured with an increased heap size to account for the panel's high resolution. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 6a92551 commit 43d19c0

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#
2+
# Copyright 2023, NXP
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
# Sample will allocate buffer equal to: (height / 8) * (height / 4) * pixel depth
8+
# For the 1280x720 16 bit display, this is (720 / 8) * (720 / 4) * 2 = 32400 bytes
9+
# We include 128 bytes of padding for kernel heap structures
10+
CONFIG_HEAP_MEM_POOL_SIZE=32528

samples/drivers/display/sample.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ tests:
7171
harness: console
7272
harness_config:
7373
fixture: fixture_display
74+
sample.display.mcux_dcnano_lcdif:
75+
platform_allow: mimxrt595_evk_cm33
76+
tags: display
77+
harness: console
78+
harness_config:
79+
fixture: fixture_display
7480
sample.display.sdl:
7581
build_only: true
7682
platform_allow: native_posix_64

0 commit comments

Comments
 (0)