-
Notifications
You must be signed in to change notification settings - Fork 7.4k
boards: renesas: rx: Add support for RX261 boards #90708
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?
boards: renesas: rx: Add support for RX261 boards #90708
Conversation
quytranpzz
commented
May 28, 2025
- Add SOC support for Renesas RX261 MCU
- Add support for EK-RX261 and FPB-RX261 boards
- Add scripts to support flash using RFP (Renesas flash programmer)
- Update serial driver, using a common sci struct which already defined in HAL
Update commit ID for hal_renesas to add support Renesas RX261 Signed-off-by: Quy Tran <quy.tran.pz@renesas.com>
Adding ARCH_EXCEPT for RX architect by using unconditional trap interrupt no 3. Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
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. |
# Enable GPIO | ||
CONFIG_GPIO=y | ||
|
||
# Enable uart driver |
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.
*UART
# Enable GPIO | ||
CONFIG_GPIO=y | ||
|
||
# Enable uart driver |
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.
*UART
pinctrl-0 = <&sci6_default>; | ||
pinctrl-names = "default"; | ||
status = "okay"; | ||
uart6: uart { |
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.
newline on line 94
…tool. Add support for scripts to flash using the RFP tool. Signed-off-by: Hau Ho <hau.ho.xc@bp.renesas.com>
Add macro to update fixed vectors to configure Hoco frequency via the register OFS1. Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
This commit to initial support for RX261 SOC. Signed-off-by: Hau Ho <hau.ho.xc@bp.renesas.com> Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
This commit to initial support dts SoC layer on RX261 Signed-off-by: Hau Ho <hau.ho.xc@bp.renesas.com> Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
Add support clock control for RX261 Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
Update gpio driver and pinctrl driver for support RX261 Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
This commit to update sci uart for support RX261 Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
Initial support for board FPB-RX261 Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
Intial support for EK-RX261 board Signed-off-by: Hau Ho <hau.ho.xc@bp.renesas.com>
d1dcc74
to
39bf6a1
Compare
|