Skip to content

Commit 3e3723b

Browse files
nhutnguyenkcKhiemNguyenT
authored andcommitted
hal: renesas: rz: Initial support for PWM
Initial HAL support for PWM Signed-off-by: Hieu Nguyen <[email protected]> Signed-off-by: Nhut Nguyen <[email protected]>
1 parent 5d11587 commit 3e3723b

File tree

4 files changed

+2278
-0
lines changed

4 files changed

+2278
-0
lines changed

drivers/rz/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_GTM
3838
zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_EXT_IRQ
3939
fsp/src/${SOC_SERIES_PREFIX}/r_intc_irq/r_intc_irq.c
4040
fsp/src/${SOC_SERIES_PREFIX}/r_intc_nmi/r_intc_nmi.c)
41+
42+
zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_GPT
43+
fsp/src/${SOC_SERIES_PREFIX}/r_gpt/r_gpt.c)

0 commit comments

Comments
 (0)