Skip to content

[nrf fromlist] manifest: update hal_nordic revision to integrate nrfx 3.13.0 #3061

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

nika-nordic
Copy link
Contributor

@nika-nordic nika-nordic commented Jul 18, 2025

Copy link

github-actions bot commented Jul 18, 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@71308dc (nrfx-3.12.1) zephyrproject-rtos/hal_nordic#308 zephyrproject-rtos/hal_nordic#308/files

DNM label due to: 1 project with PR revision

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

@nika-nordic nika-nordic force-pushed the integrate_nrfx_3_13_sdkzephyr branch 2 times, most recently from 838ccb8 to 29eba6e Compare July 22, 2025 21:45
aescolar and others added 8 commits July 23, 2025 18:37
…d rng driver

Update with the latest nordic hal which includes an updated
CRACEN driver which supports the 54LM20 and newer devices

Signed-off-by: Alberto Escolar Piedras <[email protected]>
(cherry picked from commit ce0d65a)
For a long time (since version 3.3.0) nrfx contained an incorrectly
defined symbol NRF_SAADC_8BIT_SAMPLE_WIDTH that was set to 8 for nRF54L
and nRF54H Series SoCs, which was probably only true for very early
engineering revisions of those. Based on this, the adc_nrfx_saadc driver
was incorrectly writing consecutive 8-bit samples in supplied buffers,
cutting off the highest 8 bits of the results. And for sequences with
multiple channels, it was even causing that the results written as
16-bit words by hardware were partially overwritten in next iteration.

In nrfx 3.12.0 (see commit f46798f)
this was finally corrected - the symbol is now deprecated and it is
always set to 16. This commit is a follow-up to the above and removes
parts of adc_nrfx_saadc that now became dead code to prevent further
confusion regarding 8-bit sampling.

Signed-off-by: Andrzej Głąbek <[email protected]>
(cherry picked from commit 616ec75)
…3.12

Update NRFX_CONFIG_API_VER_MINOR to 12, to be compatible with
latest SAADC driver changes.

Signed-off-by: Jakub Zymelka <[email protected]>
(cherry picked from commit be8c61a)
SHIM Nordic modification for the ADC driver controlling the SAADC
peripheral. Replaced HAL based implementation in favor of nrfx driver.

As a next step, it is planned to implement a feature that will allow
the peripheral SAADC timer to be used for sampling, and for this it is
necessary to use the nrfx driver in this SHIM.
This will allow more accurate and faster sampling than the kernel
mechanism currently provides.

Signed-off-by: Jakub Zymelka <[email protected]>
(cherry picked from commit f3d2507)
GAIN field is not present on LV10A, so instead we need to
check the input value to the function.

Signed-off-by: Jakub Zymelka <[email protected]>
(cherry picked from commit 35044b6)
… 3.13.0

New nrfx release contains MDK 8.72.1
and various fixes for nRF devices.

Upstream PR #: 93316

Signed-off-by: Nikodem Kastelik <[email protected]>
…or nRF54LV10A

MDK 8.72.1 does not specify VDD and DVDD internal analog inputs
for this SoC.

Upstream PR #: 93316

Signed-off-by: Nikodem Kastelik <[email protected]>
Some SoCs might not have any VDD reference available.
Use internal 1.2V reference derived from VDD in this case.

Upstream PR #: 93316

Signed-off-by: Nikodem Kastelik <[email protected]>
@nika-nordic nika-nordic force-pushed the integrate_nrfx_3_13_sdkzephyr branch from 29eba6e to de59a20 Compare July 23, 2025 16:38
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.

7 participants