-
Notifications
You must be signed in to change notification settings - Fork 8.1k
drivers: Update Renesas RA drivers to support FSP version 6.2.0 #97849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
drivers: Update Renesas RA drivers to support FSP version 6.2.0 #97849
Conversation
Update rev of hal_renesas to latest Signed-off-by: Khoa Tran <[email protected]>
When performing polling-based data transfer without enabling interrupts, the current implementation stops transferring as soon as either the TX or RX buffer becomes NULL. This causes the transfer to stop prematurely, even if the other direction still has data to send or receive. This commit fixes the condition so that data transfer continues as long as one direction (TX or RX) still has data remaining. Signed-off-by: Khoa Tran <[email protected]>
When enabling the DTC (Data Transfer Controller) for the I2S SSIE driver on Renesas RA8x2 boards, a redundant condition check prevented the interrupt service routines from entering during data transfer. This caused the transfer to fail when DTC was active. This commit removes the unnecessary condition check, allowing the DTC to operate correctly with I2S SSIE transfers on RA8x2 devices. Signed-off-by: Khoa Tran <[email protected]>
Add pwm_test alias to support test pwm_api on Renesas RA devices Signed-off-by: Khoa Tran <[email protected]>
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please update the manifest revision
hal_renesas
revision to get the FSP 6.2.0 migration commitsdrivers/spi/spi_b_renesas_ra8.c
drivers/i2s/i2s_renesas_ra_ssie.c
pwm_test
alias for Renesas devices