-
Notifications
You must be signed in to change notification settings - Fork 6.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
manifest: integrate nrfx 3.9.0 #81599
Closed
nika-nordic
wants to merge
5
commits into
zephyrproject-rtos:main
from
nika-nordic:integrate_nrfx_3_9_0_zephyrupstream
Closed
manifest: integrate nrfx 3.9.0 #81599
nika-nordic
wants to merge
5
commits into
zephyrproject-rtos:main
from
nika-nordic:integrate_nrfx_3_9_0_zephyrupstream
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
The hal_nordic revision was updated to bring in nrfx v3.9.0. Signed-off-by: Nikodem Kastelik <[email protected]>
There are many common options to all ICs of the 54L series. Consolidate them in a single entry so that they do not need to be re-typed for each SoC series member. Signed-off-by: Carles Cufi <[email protected]>
These two new ICs are variants of the nRF54L15 with different memory sizes: - nRF54L05: 500KB RRAM, 96KB RAM - nRF54L10: 1022KB RRAM, 192KB RAM - nRF54L15: 1524KB RRAM, 256KB RAM Signed-off-by: Carles Cufi <[email protected]>
Use the rather logical convention for the name that is applied to other Nordic boards: <board>_common.dtsi for definitions that are common to the board itself (LEDs, buttons, etc). Signed-off-by: Carles Cufi <[email protected]>
The nRF54L05 and nRF54L10 are identical to the nRF54L15 except for their memory sizes. Add support for emulating those ICs on the nRF54L15DK. This commit only adds support for the main application core. Support for the FLPR core may be added later. Signed-off-by: Carles Cufi <[email protected]>
zephyrbot
added
area: RISCV
RISCV Architecture (32-bit & 64-bit)
area: Kernel
platform: nRF
Nordic nRFx
labels
Nov 19, 2024
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. |
zephyrbot
requested review from
andyross,
ceolin,
dcpleung,
hubertmis,
jaz1-nordic,
kl-cruz,
krish2718,
magp-nordic,
masz-nordic,
nashif,
nordic-krch,
peter-mitsis and
sachinthegreen
November 19, 2024 14:53
closing in favor of #80980 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Kernel
area: RISCV
RISCV Architecture (32-bit & 64-bit)
DNM
This PR should not be merged (Do Not Merge)
manifest
manifest-hal_nordic
platform: nRF
Nordic nRFx
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.
Prerequisite: #79857
Based upon: #80980