Skip to content

Commit 5d11587

Browse files
khoa-nguyen-18KhiemNguyenT
authored andcommitted
hal: renesas: ra: initial support for SCE9
Initial support r_sce on SCE9 HWIP Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 325167b commit 5d11587

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

drivers/ra/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,16 @@ if(CONFIG_USE_RA_FSP_SCE)
101101
zephyr_library_sources(${sce7_srcs})
102102
endif()
103103

104+
if (CONFIG_HAS_RENESAS_RA_SCE9)
105+
zephyr_include_directories(
106+
fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/public/inc
107+
fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/private/inc)
108+
file(GLOB sce9_srcs
109+
"fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/adaptors/*.c"
110+
"fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/*.c")
111+
zephyr_library_sources(${sce9_srcs})
112+
endif()
113+
104114
if (CONFIG_HAS_RENESAS_RA_TRNG)
105115
zephyr_include_directories(
106116
fsp/src/r_sce/trng)

0 commit comments

Comments
 (0)