Skip to content

Commit 4dedba1

Browse files
nhutnguyenkcKhiemNguyenT
authored andcommitted
hal: renesas: rz: Initial support for ADC
Initial HAL support for ADC Signed-off-by: Phuc Pham <[email protected]> Signed-off-by: Nhut Nguyen <[email protected]>
1 parent 3a8466b commit 4dedba1

File tree

5 files changed

+1591
-0
lines changed

5 files changed

+1591
-0
lines changed

drivers/rz/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_IOPORT
2222

2323
zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_SCIF_UART
2424
fsp/src/${SOC_SERIES_PREFIX}/r_scif_uart/r_scif_uart.c)
25+
26+
zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_ADC
27+
fsp/src/${SOC_SERIES_PREFIX}/r_adc_c/r_adc_c.c)

0 commit comments

Comments
 (0)