Skip to content

Conversation

@mstasiaknordic
Copy link
Contributor

nrfx 3.11.0 introduces MDK 8.70.0, which renames L20 and L09 targets.

Upstream PR : zephyrproject-rtos/zephyr#86703

This PR continues #2553

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Mar 6, 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@a1db06a zephyrproject-rtos/hal_nordic@35bf3ca (master) zephyrproject-rtos/[email protected]

All manifest checks OK

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

@mstasiaknordic mstasiaknordic force-pushed the integrate_nrfx_3_11_sdkzephyr branch 3 times, most recently from b496291 to 1ea710e Compare March 7, 2025 09:48
Rafal-Nordic and others added 12 commits March 12, 2025 08:17
Adding support for SWEXT (SWitch EXTernal) peripheral.

Signed-off-by: Rafal Dyla <[email protected]>
(cherry picked from commit 2e44835)
Update version to include USBREG HAL driver fix.

Signed-off-by: Johann Fischer <[email protected]>
(cherry picked from commit f00d42f)
The drivers still use the USBREG HAL driver which enables/disables the
interrupt by itself.

Signed-off-by: Johann Fischer <[email protected]>
(cherry picked from commit a05fd62)
…4L20 FLPR core"

This reverts commit 0cc20f2.

Signed-off-by: Michał Stasiak <[email protected]>
…LPR"

This reverts commit e2c01ec.

Signed-off-by: Michał Stasiak <[email protected]>
… 3.11.0

New nrfx version integrates MDK 8.70.0.

Upstream PR #: 86703

Signed-off-by: Nikodem Kastelik <[email protected]>
…r XO start anomaly"

This reverts commit 2cb2cf2.

Upstream PR #: 86703

Signed-off-by: Nikodem Kastelik <[email protected]>
…to new scheme

MDK 8.70.0 introduced following changes in the device naming:
- renamed nRF54L20 Eng A to nRF54LM20A Eng A
- renamed nRF54L09 Eng A to nRF54LV10A Eng A
Actual SoC renaming will happen in followup PR.

Upstream PR #: 86703

Signed-off-by: Nikodem Kastelik <[email protected]>
Some of the CLOCK events are associated with features
not available on every nRF device.

Upstream PR #: 86703

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

Setting frame size and endianess is now supported in UARTE HAL,
so these settings must have default values configured
to avoid compiler warnings about uninitialized fields.

Upstream PR #: 86703

Signed-off-by: Nikodem Kastelik <[email protected]>
…x 3.11

To be reverted or overwritten once full renamig of
nRF54L09 and nRF54L20 comes into NCS.

Signed-off-by: Michał Stasiak <[email protected]>
Some time ago a new shim for nRF UARTE was added (uart_nrfx_uarte2.c)
which used nrfx_uarte.c driver underneath. It was supposed to support
nrf54x platforms. However, later on legacy driver (uart_nrfx_uarte.c)
was extended to support nrf54x platforms and it takes less code size,
has better performance and more features. Shim uart_nrfx_uarte2 will
no longer be supported. As new shim is the default and there is a
Kconfig to pick the legacy shim (CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=y)
it cannot be deprecated in the normal way. Additional Kconfig option
is created (DEPRECATED_UART_NRFX_UARTE_LEGACY_SHIM) which is enabled
if CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n and it selects DEPRECATED.
A warning was also added to the CMakeLists.txt.

Patch removes use CONFIG_UART_NRFX_UARTE_LEGACY_SHIM in tests.

Signed-off-by: Krzysztof Chruściński <[email protected]>
(cherry picked from commit 70118c0)
@mstasiaknordic mstasiaknordic force-pushed the integrate_nrfx_3_11_sdkzephyr branch from 1ea710e to 37ebff9 Compare March 12, 2025 07:26
@rlubos rlubos merged commit 71f3da0 into nrfconnect:main Mar 12, 2025
17 checks passed
@mstasiaknordic mstasiaknordic deleted the integrate_nrfx_3_11_sdkzephyr branch May 20, 2025 07:19
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.

10 participants