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 <[email protected]>
@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/[email protected]
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.

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 <[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]>
adamkondraciuk and others added 27 commits November 26, 2025 14:16
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]>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.