Skip to content

Commit 677984b

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

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
@@ -74,6 +74,16 @@ if(CONFIG_USE_RA_FSP_SCE)
7474
zephyr_library_sources(${rsip7_srcs})
7575
endif()
7676

77+
if (CONFIG_HAS_RENESAS_RA_SCE5)
78+
zephyr_include_directories(
79+
fsp/src/r_sce/crypto_procedures/src/sce5/plainkey/public/inc
80+
fsp/src/r_sce/crypto_procedures/src/sce5/plainkey/private/inc)
81+
file(GLOB sce5_srcs
82+
"fsp/src/r_sce/crypto_procedures/src/sce5/plainkey/adaptors/*.c"
83+
"fsp/src/r_sce/crypto_procedures/src/sce5/plainkey/primitive/*.c")
84+
zephyr_library_sources(${sce5_srcs})
85+
endif()
86+
7787
if (CONFIG_HAS_RENESAS_RA_SCE7)
7888
zephyr_include_directories(
7989
fsp/src/r_sce/crypto_procedures/src/sce7/plainkey/public/inc

0 commit comments

Comments
 (0)