-
Notifications
You must be signed in to change notification settings - Fork 733
Mpsl alt #3534
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
Draft
masz-nordic
wants to merge
115
commits into
nrfconnect:main
Choose a base branch
from
masz-nordic:mpsl_alt
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.
Draft
Mpsl alt #3534
+1,995
−6,218
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
Nov 25, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3534 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 2 projects with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
eda04ee to
4576121
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Nov 25, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3534 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Fixes instances of Kconfig options appearing for completely irrelevant builds Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit 8498c39)
Remove redundant enabling of NRF_RTC_TIMER in SoC specific files and replace it with default y in the NRF_RTC_TIMER definition. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> (cherry picked from commit 182a6c6)
…nd MCK Ratios nRF53 series SoCs have a dedicated configurable audio PLL and the ability to enable MCK bypass via a register value CONFIG.CLKCONFIG. This can enable higher MCK/LRCK ratios that some I2S peripherals require the host to generate. Allow an application developer to choose if they want to initially look for a bypass ratio and, if found, enable bypass in the NRFX driver. If not, the standard MCK calculation is conducted as normal. Signed-off-by: Sean O'Connor <sean@standalone.tech> (cherry picked from commit 8115d9b)
Enable the MCK output to a pin to allow for DAC and ADC clocking. Provides a MCK source to peripherals that can utilize an external clocking source for internal DSP processes, especially at higher MCK/LRCK ratios. Signed-off-by: Sean O'Connor <sean@standalone.tech> (cherry picked from commit d1a7d1d)
nrfx_uarte_rx is deprecated and will be soon removed. Replaced by new API. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no> (cherry picked from commit 40f07a0)
Align paths after introducing BSP. Upstream PR #: 99399 Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Align paths after introducing BSP. Upstream PR #: 99399 Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
GPPI driver helper has been renamed. Some source files have been merged. Align buildsystem to these changes. Upstream PR #: 99399 Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
…x 4.0 New nrfx release uses errata checker macros provided by MDK. Upstream PR #: 99399 Signed-off-by: Norbert Morawski <norbert.morawski@nordicsemi.no>
Upstream PR #: 99399 Signed-off-by: Norbert Morawski <norbert.morawski@nordicsemi.no>
The anomaly will be handled as part of nrfx 4.0 Upstream PR #: 99399 Signed-off-by: Norbert Morawski <norbert.morawski@nordicsemi.no>
Added usage of new API responsible for calculating I2S prescaler values. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
Remove platform dependencies to make dt-bindings more generic. Upstream PR #: 99399 Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
…ones Switch saadc pin definitions for generic ones defined in nrf-saadc.h Upstream PR #: 99399 Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
Make the saadc driver more generic by including a generic header file for analog peripherals and removing platform dependencies. Upstream PR #: 99399 Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
Remove platform dependencies and replace the analog pin mapping method with the generic one from the (LP)COMP driver. Upstream PR #: 99399 Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
…culation Added usage of new API responsible for calculating PDM prescaler values. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
Used API for standard instantiation and replaced nrfx_err_t error values with errno. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
…grtc API Adapt to change in return value (nrfx_err_t to errno). Upstream PR #: 99399 Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Align to changes in nrfx Upstream PR #: 99399 Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
Updated nrfx_clock_* error codes. Upstream PR #: 99399 Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
… nrfx NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
…nrfx NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
…in nrfx NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
…nrfx NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
Since selectable per-instance configs are removed, allow selecting the general symbol for driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
Add nrfx HFCLKAUDIO, XO24 drivers to source files. Upstream PR #: 99399 Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
Minor alignment and fix failing tests. Upstream PR #: 99399 Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
Minor alignment and fix failing tests. Upstream PR #: 99399 Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
Update nrfx to version 4.0.0. Upstream PR #: 99399 Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
New nrfx major release is not compatible with older API versions. Upstream PR #: 99399 Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
Bump nrf_hw_models version to one including nrfx 4.0 alignment. Upstream PR #: 99399 Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
Change MDK path and define `CONFIG_SOC_NORDIC_BSP_NAME`. Upstream PR #: 99399 Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
Spaces should be used for indentation. Upstream PR #: 99399 Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
This is required by compliance check. Upstream PR #: 99399 Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
Switch saadc pin definitions for generic ones defined in nrf-saadc.h Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
…with nrfx 4.0 TF-M is dependent on nrfx so it must be aligned before nrfx 4.0 is integrated into Zephyr. Upstream PR #: 99399 Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
4576121 to
2ceeac5
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Nov 26, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3534 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
No description provided.