Skip to content

Commit 26bcf66

Browse files
nhutnguyenkcKhiemNguyenT
authored andcommitted
hal: renesas: rzn: Add PWM support for RZ/N series
- Add HAL FSP GPT files to support PWM for RZ/N series - Rename GPT capture compare isr of rzg/r_gpt from gpt_capture_a_isr, gpt_capture_b_isr to gpt_capture_compare_a_isr, gpt_capture_compare_b_isr respectively - In Zephyr, the interrupt id starts from 0, and the 32 first id are for SGIs and PPIs, so the FSP_INVALID_VECTOR must be redefined to 31 Signed-off-by: Nhut Nguyen <[email protected]> Signed-off-by: Hieu Nguyen [email protected]
1 parent 3737000 commit 26bcf66

File tree

5 files changed

+2489
-1
lines changed

5 files changed

+2489
-1
lines changed

drivers/rz/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ Patch List:
6868
Impacted files:
6969
drivers/rz/fsp/src/rzg/r_gpt/r_gpt.c
7070
drivers/rz/fsp/src/rzt/r_gpt/r_gpt.c
71+
drivers/rz/fsp/src/rzn/r_gpt/r_gpt.c

0 commit comments

Comments
 (0)