-
Notifications
You must be signed in to change notification settings - Fork 751
zephyr: LTO single-threaded and DT fix #3598
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
carlescufi
wants to merge
3
commits into
nrfconnect:main
Choose a base branch
from
carlescufi:cherry-pick-100034
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
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
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Dec 3, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3598 Signed-off-by: Nordic Builder <[email protected]>
Contributor
Author
|
note: compliance checks are failing due to missing cherry-picks from upstream that fix formatting. Ignore and override. |
carlescufi
pushed a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Dec 10, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3598 Signed-off-by: Nordic Builder <[email protected]>
c0eb601 to
15bd530
Compare
carlescufi
pushed a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Dec 10, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3598 Signed-off-by: Nordic Builder <[email protected]>
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Dec 10, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3598 Signed-off-by: Nordic Builder <[email protected]>
bjarki-andreasen
approved these changes
Dec 12, 2025
15bd530 to
99410aa
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Dec 12, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3598 Signed-off-by: Nordic Builder <[email protected]>
…or LTO As described in this issue: zephyrproject-rtos/sdk-ng#1038 `-flto=auto` fails on some (slower) Windows machines due to an issue with the Zephyr SDK's GCC toolchain for Windows. In order to allow users to work around this issue, introduce a new CONFIG_LTO_SINGLE_THREADED option that switches to `-flto=1`, which enforces a single thread when processing LTO. Signed-off-by: Carles Cufi <[email protected]> (cherry picked from commit d0547b6)
Add variants of existing tests to cover this new Kconfig option. Signed-off-by: Carles Cufi <[email protected]> (cherry picked from commit 84a85ed)
The correct number is 7, since the QFN52 (QGAA) variant has P0.00 to P0.06 present. See: https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/chapters/pin.html#ariaid-title6 Signed-off-by: Carles Cufi <[email protected]> (cherry picked from commit 1571654)
99410aa to
436cdf6
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Dec 12, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3598 Signed-off-by: Nordic Builder <[email protected]>
carlescufi
pushed a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Dec 12, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3598 Signed-off-by: Nordic Builder <[email protected]>
carlescufi
pushed a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Dec 12, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3598 Signed-off-by: Nordic Builder <[email protected]>
de-nordic
approved these changes
Dec 12, 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.
See zephyrproject-rtos/zephyr#100034 zephyrproject-rtos/zephyr#100477