-
Notifications
You must be signed in to change notification settings - Fork 737
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
Closed
Closed
Mpsl alt #3534
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 <[email protected]>
|
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
Fixes instances of Kconfig options appearing for completely irrelevant builds Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit 8498c39)
8498c39 seems to have introduce an incorrect dependency which prevents the RTC timer from been built if any of the RTC's are enabled. It should only depend on the rtc1. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit dd06e7e)
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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (cherry picked from commit d1a7d1d)
nrfx_uarte_rx is deprecated and will be soon removed. Replaced by new API. Signed-off-by: Michał Stasiak <[email protected]> (cherry picked from commit 40f07a0)
Align paths after introducing BSP. Upstream PR #: 99399 Signed-off-by: Magdalena Pastula <[email protected]>
Align paths after introducing BSP. Upstream PR #: 99399 Signed-off-by: Magdalena Pastula <[email protected]>
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 <[email protected]>
…x 4.0 New nrfx release uses errata checker macros provided by MDK. Upstream PR #: 99399 Signed-off-by: Norbert Morawski <[email protected]>
Upstream PR #: 99399 Signed-off-by: Norbert Morawski <[email protected]>
The anomaly will be handled as part of nrfx 4.0 Upstream PR #: 99399 Signed-off-by: Norbert Morawski <[email protected]>
Added usage of new API responsible for calculating I2S prescaler values. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
Remove platform dependencies to make dt-bindings more generic. Upstream PR #: 99399 Signed-off-by: Jakub Zymelka <[email protected]>
…ones Switch saadc pin definitions for generic ones defined in nrf-saadc.h Upstream PR #: 99399 Signed-off-by: Jakub Zymelka <[email protected]>
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 <[email protected]>
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 <[email protected]>
…culation Added usage of new API responsible for calculating PDM prescaler values. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
Used API for standard instantiation and replaced nrfx_err_t error values with errno. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
Align to changes in nrfx Upstream PR #: 99399 Signed-off-by: Adam Kondraciuk <[email protected]>
Updated nrfx_clock_* error codes. Upstream PR #: 99399 Signed-off-by: Michal Frankiewicz <[email protected]>
NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
… nrfx NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
…nrfx NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
…in nrfx NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
…nrfx NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
Since selectable per-instance configs are removed, allow selecting the general symbol for driver. Upstream PR #: 99399 Signed-off-by: Michał Stasiak <[email protected]>
Add nrfx HFCLKAUDIO, XO24 drivers to source files. Upstream PR #: 99399 Signed-off-by: Marcin Szymczyk <[email protected]>
Minor alignment and fix failing tests. Upstream PR #: 99399 Signed-off-by: Adam Kondraciuk <[email protected]>
Minor alignment and fix failing tests. Upstream PR #: 99399 Signed-off-by: Adam Kondraciuk <[email protected]>
Update nrfx to version 4.0.0. Upstream PR #: 99399 Signed-off-by: Nikodem Kastelik <[email protected]>
New nrfx major release is not compatible with older API versions. Upstream PR #: 99399 Signed-off-by: Nikodem Kastelik <[email protected]>
Bump nrf_hw_models version to one including nrfx 4.0 alignment. Upstream PR #: 99399 Signed-off-by: Marcin Szymczyk <[email protected]>
Change MDK path and define `CONFIG_SOC_NORDIC_BSP_NAME`. Upstream PR #: 99399 Signed-off-by: Marcin Szymczyk <[email protected]>
Spaces should be used for indentation. Upstream PR #: 99399 Signed-off-by: Nikodem Kastelik <[email protected]>
This is required by compliance check. Upstream PR #: 99399 Signed-off-by: Nikodem Kastelik <[email protected]>
Switch saadc pin definitions for generic ones defined in nrf-saadc.h Signed-off-by: Jakub Zymelka <[email protected]>
…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 <[email protected]>
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 <[email protected]>
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.