Skip to content

Commit ef308b3

Browse files
Hieu NguyenKhiemNguyenT
authored andcommitted
hal: renesas: rzv: Add DMA support for RZ/V series
Add HAL FSP DMAC_B files to support DMA for RZ/V series Signed-off-by: Hieu Nguyen <[email protected]> Signed-off-by: Nhut Nguyen <[email protected]>
1 parent bbfc2e6 commit ef308b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

drivers/rz/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_CANFD
8080
zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_RSPI_SPI
8181
fsp/src/${SOC_SERIES_PREFIX}/r_rspi/r_rspi.c)
8282

83-
zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_DMA
83+
zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_DMAC
84+
fsp/src/${SOC_SERIES_PREFIX}/r_dmac/r_dmac.c)
85+
86+
zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_DMAC_B
8487
fsp/src/${SOC_SERIES_PREFIX}/r_dmac_b/r_dmac_b.c)
8588

8689
if(CONFIG_DT_HAS_RENESAS_RZ_SCI_B_ENABLED)

0 commit comments

Comments
 (0)