-
Notifications
You must be signed in to change notification settings - Fork 14
hal: renesas: ra: Migrate FSP RA to version 6.0.0 #119
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
21
commits into
zephyrproject-rtos:main
Choose a base branch
from
renesas:support_renesas_migrate_fsp_600
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.0.0 #119
khoa-nguyen-18
wants to merge
21
commits into
zephyrproject-rtos:main
from
renesas:support_renesas_migrate_fsp_600
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
Migrate RA FSP from version 5.8.0 to version 6.0.0 Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
Update ofs cfg for migrate FSP 6.0.0 Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
Add an OFS DTS condition that depends on the node status Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
Add bsp_linker_info.h file in portable Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
Modify RX transfer info for sci, sci_b uart reception with DTC Remove redundant configuration Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
add bug fix for wrong configuration for number of acceptance filter rules for r_canfd channel 1 Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
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 <quy.tran.pz@renesas.com>
Move the place to store bsp from .code_in_ram section to .ramfunc Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
When enabling DCACHE, Flash hp can't read or write. This commit aim to fix this issue. Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
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 <quy.tran.pz@renesas.com>
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 <duy.nguyen.xa@renesas.com>
Initial support SDRAM on Renesas RA SoC Signed-off-by: Danh Doan <danh.doan.ue@bp.renesas.com>
Add support for USBFS on r_usb_device Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
Modify BSP_PRV_IELS_ENUM to use CONCAT instead of ## Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
Reflect OFS setting for WDT from Zephyr Kconfig value Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com> Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
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 <khoa.nguyen.xh@renesas.com>
Fixed IO definition issue for ELC register struct on RA8D1, RA8M1, RA8T1 Signed-off-by: Khanh Nguyen <khanh.nguyen.wz@bp.renesas.com>
Since the ARM linker has defined the ".noinit" section. We change to use default noinit section instead of defining another noinit section. Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
Add COMPARATOR_TRIGGER_NO_EDGE for e_comparator_trigger enum in r_comparator_api.h Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
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 <khoa.nguyen.xh@renesas.com>
Migrate `bsp_api.h` and `bsp_common.h` for use in FSP instead of in the portable directory. Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
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 5.8.0 to 6.0.0