Skip to content

Commit bd9bedf

Browse files
quytranpzzKhiemNguyenT
authored andcommitted
hal: renesas: rx: Add support for SPI driver on RX devices
Add SPI driver support with r_rspi on the rdp for RX devices Signed-off-by: Quy Tran <[email protected]>
1 parent 200ddc2 commit bd9bedf

File tree

6 files changed

+4142
-0
lines changed

6 files changed

+4142
-0
lines changed

drivers/rx/CMakeLists.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,12 @@ if(CONFIG_USE_RX_RDP_FLASH)
8181
)
8282
endif()
8383
endif()
84+
85+
if(CONFIG_USE_RX_RDP_RSPI)
86+
zephyr_library_sources(
87+
rdp/src/r_rspi_rx/src/r_rspi_rx.c
88+
)
89+
zephyr_include_directories(
90+
rdp/src/r_rspi_rx/src
91+
rdp/src/r_rspi_rx)
92+
endif()

0 commit comments

Comments
 (0)