Skip to content

Commit d2bb84b

Browse files
Hoang Nguyennhutnguyenkc
authored andcommitted
hal: renesas: rza: Initial support LCDC for RZ/A3M
Initial support LCDC for RZ/A3M Signed-off-by: Hoang Nguyen <[email protected]> Signed-off-by: Nhut Nguyen <[email protected]>
1 parent 62136a8 commit d2bb84b

File tree

6 files changed

+2035
-1
lines changed

6 files changed

+2035
-1
lines changed

drivers/rz/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_DMAC
8989
zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_DMAC_B
9090
fsp/src/${SOC_SERIES_PREFIX}/r_dmac_b/r_dmac_b.c)
9191

92+
zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_DISPLAY
93+
fsp/src/${SOC_SERIES_PREFIX}/r_lcdc/r_lcdc.c)
94+
9295
if(CONFIG_DT_HAS_RENESAS_RZ_SCI_B_ENABLED)
9396
zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_SCI_UART
9497
fsp/src/${SOC_SERIES_PREFIX}/r_sci_b_uart/r_sci_b_uart.c)

0 commit comments

Comments
 (0)