-
Notifications
You must be signed in to change notification settings - Fork 19
Support RA6 RA4 RA2 hal layer #26
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
Support RA6 RA4 RA2 hal layer #26
Conversation
| /* If a transfer instance is used for reception, apply UART specific settings and open the transfer instance. */ | ||
| if (NULL != p_cfg->p_transfer_rx) | ||
| { | ||
| transfer_info_t * p_info = p_cfg->p_transfer_rx->p_cfg->p_info; |
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.
This line is not in FSP v5.3.0.
Please describe why added this line.
We will need to update the base version in the future.
Changes from a baseline version should be tracked as separate commits.
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.
Some files seem to be different from those in FSP v5.3.0.
It would be a good idea to split these into separate commits and explain why they are different, if necessary.
This would make future management more difficult.
|
(Move from zephyrproject-rtos/zephyr#76081 (comment)) The CMSIS header has a difference with v5.3.0. Let's record this as well. And this PR has no other problems. |
c2d795c to
a8585a4
Compare
Add RA6M1 hal support Signed-off-by: Quy Tran <[email protected]>
Add RA6M2 hal support Signed-off-by: Quy Tran <[email protected]>
Add RA6M3 hal support Signed-off-by: Quy Tran <[email protected]>
Add RA6M4 hal support Signed-off-by: Quy Tran <[email protected]>
Add RA6M5 hal support Signed-off-by: Quy Tran <[email protected]>
Add RA6E1 hal support Signed-off-by: Quy Tran <[email protected]>
Add RA6E2 hal support Signed-off-by: Quy Tran <[email protected]>
Modify RX transfer info for sci uart reception with DTC Remove redundant configuration Update README patch list of the modification of SCI UART source Signed-off-by: The Nguyen <[email protected]>
Add initial support for RA2L1 Signed-off-by: Quy Tran <[email protected]>
a8585a4 to
4b56607
Compare
@soburi , @ydamigos , @thaoluonguw , @KhiemNguyenT all items are updated |
|
R7FA4E2B9.h These are still seems to difference with v5.3.0. |
Initial support bsp config for RA4E2 board Signed-off-by: TriNguyen <[email protected]>
Initial support bsp config for RA4M1 board Signed-off-by: TriNguyen <[email protected]>
Initial support bsp config for RA4M2 board Signed-off-by: TriNguyen <[email protected]>
4b56607 to
8abb13d
Compare
Initial support bsp config for RA4M3 board Signed-off-by: TriNguyen <[email protected]>
Initial support bsp config for RA4W1 board Signed-off-by: TriNguyen <[email protected]>
Update PLL multiple calculation value Signed-off-by: Quy Tran <[email protected]>
Add new implementation for R_BSP_SecurityInit on Zephyr Signed-off-by: The Nguyen <[email protected]>
8abb13d to
795b884
Compare
Just two more! |
Sorry I push the wrong it's OK now please help to recheck
@soburi , Sorry I mistakenly push only the patch, please help to recheck again |
|
|
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
Oops, sorry. |
|
|
@ydamigos @KhiemNguyenT |
|
Could you progress this a bit? |
|
I am OK with these updates. Thank you. |
This PR is a draft version to support the following feature on hal_renesas:
BSP support:
RA2A1
RA2L1
RA4M1
RA4M2
RA4M3
RA4E1
RA4E2
RA4W1
RA6M1
RA6M2
RA6M3
RA6M4
RA6M5
RA6E1
RA6E2
Module:
SCI UART: Remove DTC override setting