Skip to content

Conversation

@masz-nordic
Copy link
Contributor

No description provided.

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>
@github-actions
Copy link

github-actions bot commented Nov 25, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
hal_nordic zephyrproject-rtos/hal_nordic@7858281 (master) zephyrproject-rtos/hal_nordic#326 zephyrproject-rtos/hal_nordic#326/files
nrf_hw_models zephyrproject-rtos/nrf_hw_models@40403f5 zephyrproject-rtos/nrf_hw_models@5eec7ac (nrf4.0.0) zephyrproject-rtos/nrf_hw_models@40403f5f..5eec7aca
trusted-firmware-m zephyrproject-rtos/trusted-firmware-m@3e12b0c zephyrproject-rtos/trusted-firmware-m#156 zephyrproject-rtos/trusted-firmware-m#156/files

DNM label due to: 2 projects with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

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>
nordicjm and others added 19 commits November 26, 2025 14:16
Fixes instances of Kconfig options appearing for completely
irrelevant builds

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
(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 <alberto.escolar.piedras@nordicsemi.no>
(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 <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>
nordic-krch and others added 28 commits November 26, 2025 14:16
…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>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.