-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
RA family changes to support Arduino Portenta C33 #87579
Merged
kartben
merged 3 commits into
zephyrproject-rtos:main
from
pillo79:pr-renesas-ra6-changes
Mar 27, 2025
Merged
RA family changes to support Arduino Portenta C33 #87579
kartben
merged 3 commits into
zephyrproject-rtos:main
from
pillo79:pr-renesas-ra6-changes
Mar 27, 2025
Conversation
This file contains 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
96c647c
to
25cc874
Compare
soburi
approved these changes
Mar 26, 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.
LGTM
The commit title should follow the format |
Otherwise, interrupts will trigger a very funny fault See https://github.com/arduino/ArduinoCore-renesas/blob/main/cores/arduino/main.cpp#L49-L57 Signed-off-by: Martino Facchin <m.facchin@arduino.cc>
Check if the option bits DT nodes are enabled before including them in the linker script for all RA SoCs. These must be disabled for targets that provide a separate bootloader. This commit adds the DT_NODE_HAS_STATUS_OKAY gates to all RA-series SoC linker scripts, converting existing ones to the new macro. The changes in this commit have been mechanically generated using find and awk tools. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
Define Ethernet and MDIO nodes in the RA6 Cortex-M33 SoC device tree files in a similar manner to the RA8 SoC device tree files. Removed those nodes from R6E2 SoC as it does not have Ethernet support. Signed-off-by: Martino Facchin <m.facchin@arduino.cc>
25cc874
to
47afc57
Compare
thenguyenyf
suggested changes
Mar 26, 2025
thenguyenyf
approved these changes
Mar 26, 2025
facchinm
approved these changes
Mar 27, 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.
This pull request includes multiple DTS and linker script updates for Renesas RA microcontrollers, cleaned up and taken from #85337. The following changes are included:
option_bits
sections in the final Zephyr ELF if they are not defined by the build