-
Notifications
You must be signed in to change notification settings - Fork 17
hal: renesas: ra: Migrate FSP RA to version 6.1.0 #137
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
Open
khoa-nguyen-18
wants to merge
15
commits into
zephyrproject-rtos:main
Choose a base branch
from
renesas:support_renesas_migrate_fsp_610
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
hal: renesas: ra: Migrate FSP RA to version 6.1.0 #137
khoa-nguyen-18
wants to merge
15
commits into
zephyrproject-rtos:main
from
renesas:support_renesas_migrate_fsp_610
+3,075
−2,458
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thenguyenyf
suggested changes
Sep 17, 2025
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.
Lack the update for drivers/ra/fsp/src/r_sce
. Other files are indentical with FSP 6.1.0
Migrate RA FSP from version 6.0.0 to version 6.1.0 Signed-off-by: Khoa Tran <[email protected]>
Add COMPARATOR_TRIGGER_NO_EDGE for e_comparator_trigger enum in r_comparator_api.h Signed-off-by: Khoa Nguyen <[email protected]>
Since FSP has changed to use the BSP_ICU_VECTOR_NUM_ENTRIES macro, but Zephyr does not have an automatically allocated IRQ number table to support BSP_ICU_VECTOR_NUM_ENTRIES. As a solution, we will continue using BSP_ICU_VECTOR_MAX_ENTRIES. Signed-off-by: Khoa Nguyen <[email protected]>
Remove static definition of some functions to avoid duplicate implementation in Zephyr SDHC driver, allows extern from Zephyr side Signed-off-by: Tran Van Quy <[email protected]>
Move the place to store bsp from .code_in_ram section to .ramfunc Signed-off-by: Khoa Nguyen <[email protected]>
This commit is to remove the statis definition of some internal funtions which used for Zephyr driver to avoid duplicate implement Signed-off-by: Quy Tran <[email protected]>
When enabling DCACHE, Flash hp can't read or write. This commit aim to fix this issue. Signed-off-by: Khoa Nguyen <[email protected]>
Modify RX transfer info for sci, sci_b uart reception with DTC Remove redundant configuration Signed-off-by: The Nguyen <[email protected]>
add bug fix for wrong configuration for number of acceptance filter rules for r_canfd channel 1 Signed-off-by: The Nguyen <[email protected]>
Add support for USBFS on r_usb_device Signed-off-by: The Nguyen <[email protected]>
IRQ priority on Zephyr have offset, disable the priority setting for IRQ in FSP HAL layer so that priority setting will not be override when Open() API is called Signed-off-by: Duy Nguyen <[email protected]>
Remove const to allow changing the value at runtime for ``p_phy_lsi_cfg_list`` in ra/fsp/inc/instances/r_ether_phy.h Signed-off-by: Khoa Nguyen <[email protected]>
This update is for Ethernet driver to better fit into Zephyr standard. Add in ETHER_CFG_USE_CUSTOM_PHY_DRIVER to Ethernet controller driver to skip the phy control and allow the use of Zephyr phy driver. Add phy link speed to Ethernet controller driver instance control. Add phy_lsi_address to Ethernet phy instance control to allow the control of phy address as input Signed-off-by: Duy Nguyen <[email protected]>
Fixed IO definition issue for ELC register struct on RA8D1, RA8M1, RA8T1 Signed-off-by: Khanh Nguyen <[email protected]>
Update FSP commit id Signed-off-by: Khoa Tran <[email protected]>
d038600
to
19a4165
Compare
Thank you, We have updated the migration for |
thenguyenyf
approved these changes
Sep 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Migrate FSP RA from version 6.0.0 to 6.1.0