-
Notifications
You must be signed in to change notification settings - Fork 637
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
[nrf fromtree] Integrate nrfx 3.10.0 #2460
Open
nika-nordic
wants to merge
9
commits into
nrfconnect:main
Choose a base branch
from
nika-nordic:integrate_nrfx_3_10_sdkzephyr
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
[nrf fromtree] Integrate nrfx 3.10.0 #2460
nika-nordic
wants to merge
9
commits into
nrfconnect:main
from
nika-nordic:integrate_nrfx_3_10_sdkzephyr
+108
−5
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 DPPI and PPIB peripheral nodes must be enabled to allow the CONFIG_HAS_HW_NRF_DPPIC to be set. This change is consistent with what was done on nRF5340 and does not introduce any additional memory overhead, because there is no Zephyr driver behind the nrf-dppic and nrf-ppib bindings. Signed-off-by: Rafał Kuźnia <[email protected]> (cherry picked from commit d890cfd)
… check The UART_xyz_ENHANCED_POLL_OUT Kconfig was using an outdated property for checking whether the peripheral has the endtx->stoptx short. The property is now updated. Signed-off-by: Rafał Kuźnia <[email protected]> (cherry picked from commit ec1f662)
This commit updates revision of hal_nordic to bring the latest changes in the nRF IEEE 802.15.4 driver. Signed-off-by: Andrzej Kuroś <[email protected]> (cherry picked from commit 9a0ff57)
…RAW_API The non-raw API has been removed from the nRF 802.15.4 Radio Driver. There is no need to set NRF_802154_USE_RAW_API macro anymore in CMakeLists.txt that integrates the driver. Signed-off-by: Andrzej Kuroś <[email protected]> (cherry picked from commit ad1657f)
Update hal_nordic so that nrfx twister files use native YAML lists. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit ceaf33c)
…g driver Update with the latest nordic hal Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit 2a95e2291f90d0e38490c4b922f8bcf50e67705a)
… 3.10.0 New nrfx version contains support for nRF7120 Eng A device. Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit 3fe559a0c6bb23ac04758d89cfd494562bd1ae90)
…nction Avoid unhandled event calling assert function Signed-off-by: Matthias Hauser <[email protected]> (cherry picked from commit 543864321cbdf5a60ed7e76976f52e28147c75e5)
…nts for now New events from nrfx_clock driver are not utilized for now by the clock_control, so should be ignored to avoid assertion. Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit 2692f167576b74c0a9f13309d5a55f88a93f2cc6)
nika-nordic
requested review from
anangl,
carlescufi and
nordic-krch
as code owners
February 3, 2025 12:59
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
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.
PR cherry-picks nrfx 3.10.0 hal_nordic update, alongside all dependent changes