Skip to content

Commit 3737000

Browse files
nhutnguyenkcKhiemNguyenT
authored andcommitted
hal: renesas: rzt: Add PWM support for RZ/T series
- Add HAL FSP GPT files to support PWM for RZ/T 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 e62747d commit 3737000

File tree

5 files changed

+2488
-1
lines changed

5 files changed

+2488
-1
lines changed

drivers/rz/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ Patch List:
6767
gpt_capture_compare_a_isr, gpt_capture_compare_b_isr respectively
6868
Impacted files:
6969
drivers/rz/fsp/src/rzg/r_gpt/r_gpt.c
70+
drivers/rz/fsp/src/rzt/r_gpt/r_gpt.c

0 commit comments

Comments
 (0)