LCDIF DCNANO Build fails when external memory is disabled and no driver framebuffers are allocated #58908
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: NXP
NXP
priority: low
Low impact/importance bug
Describe the bug
Building MCUX DCNANO LCDIF driver fails when
CONFIG_MCUX_DCNANO_LCDIF_EXTERNAL_FB_MEM=n
andCONFIG_MCUX_DCNANO_LCDIF_FB_NUM=0
To Reproduce
Steps to reproduce the behavior:
west build -p always -b mimxrt595_evk_cm33 samples/subsys/display/lvgl/ -DCONFIG_MCUX_DCNANO_LCDIF_EXTERNAL_FB_MEM=n -DCONFIG_MCUX_DCNANO_LCDIF_FB_NUM=0
Expected behavior
Build should succeed.
Additional context
This issue was not caught by CI as the default configuration for the DCNANO LCDIF defaults to external FB memory, as the on chip SRAM is not large enought to store the LCDIF buffers for the default display on the RT595 EVK.
The text was updated successfully, but these errors were encountered: