Skip to content

Commit ae1ac54

Browse files
Ta Minh NhatKhiemNguyenT
authored andcommitted
hal: renesas: ra: add support for r_i3c
First commit to initial support of r_i3c Signed-off-by: The Nguyen <[email protected]>
1 parent b30d0b9 commit ae1ac54

File tree

5 files changed

+3386
-0
lines changed

5 files changed

+3386
-0
lines changed

drivers/ra/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ zephyr_library_sources_ifdef(CONFIG_USE_RA_FSP_ACMPHS
8585
fsp/src/r_acmphs/r_acmphs.c)
8686
zephyr_library_sources_ifdef(CONFIG_USE_RA_FSP_ELC
8787
fsp/src/r_elc/r_elc.c)
88+
zephyr_library_sources_ifdef(CONFIG_USE_RA_FSP_I3C
89+
fsp/src/r_i3c/r_i3c.c)
8890

8991
if(CONFIG_USE_RA_FSP_SCE)
9092
zephyr_include_directories(

0 commit comments

Comments
 (0)