-
Notifications
You must be signed in to change notification settings - Fork 7k
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
boards: renesas: Add support for Renesas ek_ra4l1 board #85722
Conversation
thaoluonguw
commented
Feb 13, 2025
- Add support for the RA4L1 SoC
- Add support for the EK-RA4L1 board
- Update GPIO driver: Only configs for VBATT pin when RA MCU support.
- Provide test and sample support for the EK-RA4L1 board.
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
82d9bc7
to
89cc2f2
Compare
Supported Features | ||
================== | ||
|
||
The below features are currently supported on Zephyr for EK-RA4L1 board: |
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.
The below features are currently supported on Zephyr for EK-RA4L1 board: | |
The below features are currently supported on Zephyr for the ``ek_ra4l1`` board: |
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.
I updated. Thank you for your suggestion.
Programming and Debugging | ||
************************* | ||
|
||
Applications for the ``ek_ra4l1`` board target configuration can be |
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.
Applications for the ``ek_ra4l1`` board target configuration can be | |
Applications for the ``ek_ra4l1`` board configuration can be |
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.
I updated. Thank you for your suggestion.
boards/renesas/ek_ra4l1/ek_ra4l1.dts
Outdated
max-bitrate = <5000000>; | ||
#phy-cells = <0>; | ||
}; | ||
|
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.
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.
I fixed it. Thank you for your feedback.
68b3e47
to
65b469e
Compare
Remove compatible "renesas,ra-flash-hp-controller" for flash due to not support yet. |
@nordicjm : Could you please help me recheck again? Thank you so much. |
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. This is a new RA MCU in 2025.
Update commit ID for hal_renesas to support RA4L1 Signed-off-by: Thao Luong <[email protected]>
Add minimal support for RA4L1 SoC and devicetree Signed-off-by: Thao Luong <[email protected]>
Add minimal support for EK-RA4L1 Signed-off-by: Thao Luong <[email protected]>
Update GPIO driver for RA: Only configs for VBATT pin when RA MCU support. Signed-off-by: Thao Luong <[email protected]>
Add configs and dts node for ek_ra4l1 run on spi_loopback Signed-off-by: Thao Luong <[email protected]>
Add dts nodes for ek_ra4l1 run on adc_accuracy_test and adc_api Signed-off-by: Thao Luong <[email protected]>
Add dts nodes for ek_ra4l1 run on pwm_loopback Signed-off-by: Thao Luong <[email protected]>
Add config and dts node for ek_ra4l1 run on i2c_api Signed-off-by: Thao Luong <[email protected]>
Add dts node for ek_ra4l1 run on uart_async_api Signed-off-by: Thao Luong <[email protected]>
f00b07e
65b469e
to
f00b07e
Compare
Rebase to solve conflict in west.yml. |
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.
looks fine - please address documentation comments in a follow-up commit
|
||
RA4L1 Evaluation Kit | ||
#################### |
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.
RA4L1 Evaluation Kit | |
#################### |
|
||
.. code-block:: console | ||
|
||
west flash -r jlink |
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.
jlink is already the default (and only) runner
west flash -r jlink | |
west flash |