manifest: Upmerge sdk-zephyr repository#27726
Merged
Merged
Conversation
Contributor
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 added project Note: This message is automatically posted and updated by the Manifest GitHub Action. |
aa8cafd to
34baaf4
Compare
nordic-segl
approved these changes
Mar 30, 2026
d5ac86b to
7a1f9cd
Compare
nordic-segl
approved these changes
Mar 30, 2026
7a1f9cd to
6023154
Compare
676e6c9 to
1cdcd85
Compare
As of now this is not supported in NCS. Add all platforms that have been seen failing. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
Commit `06dd00c340948455c30608c273e2a9bbd15f5543` in Zephyr put part of the TF-M CMake integration behind `NOT CONFIG_TFM_USE_NS_APP`. It makes sense because when `CONFIG_TFM_USE_NS_APP` is enabled we shouldn't build the NS app because TF-M is providing it. However in that scenario we still wrongfully build and then discard the Zephyr NS app, and now this results in undefined references to functions. Fix those by turning off the features which result in code needing TF-M functions that are not made available anymore. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
Test is using random API from interrupt context and some entropy drivers don't support it. It's a test so pseudo-rng is ok. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Until PM removal Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
Align NCS extensions for the image management group with changes made after introducing the mapped partitions binding. Ref: NCSDK-NONE Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
Align NCS extensions for the image management group with changes made after introducing the mapped partitions binding. This commit fixes the active partition detection for builds that uses merged slot approach. Ref: NCSDK-NONE Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
Enable UART_MCUMGR whenever MCUMGR_TRANSPORT_UART is used. Ref: NCSDK-NONE Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
- Invert logic for foreach function in unicast_client - Increase stack size - Add CONFIG_POLL for k_poll_signal - OCT-3598 Signed-off-by: Alexander Svensen <alexander.svensen@nordicsemi.no>
Update nRF7120 HPF GPIO ASM for zephyr-sdk 1.0 CI. Signed-off-by: Erdem Simsek <erdem.simsek@nordicsemi.no>
Update nRF54LV10A HPF MSPI ASM for zephyr-sdk 1.0.1. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
RAM overflow. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
Overflows. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
This Kconfig option has been removed in Memfault Firmware SDK 1.38.0. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
Allows reverting nrfconnect/sdk-zephyr@2d60426. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
Use custom logic when merged slot approach is in use. Ref: NCSDK-NONE Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
Disable deprecated ENTROPY_PSA_CRYPTO_RNG config. It also decreases binary size so it fits into flash. Signed-off-by: Adam Szczygieł <adam.szczygiel@nordicsemi.no>
Update bluetooth peripheral_lbs and peripheral_power_profiling to use the zephyr,mapped-partition compatible. Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
Mirror the driver_ops/def_driverbackendgroup ALIASES added in upstream Zephyr's doxyfile so the Zephyr Doxygen build no longer emits unknown command warnings on driver headers. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Regresssion until MBEDTLS upmerge. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
Regression. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
The zephyr_2.4 and zephyr_2.6 labels are no longer present in the upstream Zephyr documentation (those release notes are no longer in the toctree). Link directly to the archived Zephyr docs instead so the Sphinx build does not fail with undefined label warnings. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Regression. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
Fix build problem by disabling deprecated kconfig. Signed-off-by: Adam Szczygieł <adam.szczygiel@nordicsemi.no>
Drop the per-sample sysbuild.cmake files in esb_ptx and esb_prx that duplicated nrf/sysbuild/appcore.cmake. Instead set NRF_DEFAULT_EMPTY for SOC_SERIES_NRF53X in Kconfig.sysbuild. Signed-off-by: Marcin Jelinski <marcin.jelinski@nordicsemi.no>
MarGasiorek
approved these changes
Apr 30, 2026
pascal-nordic
approved these changes
Apr 30, 2026
carlescufi
approved these changes
Apr 30, 2026
bjarki-andreasen
approved these changes
Apr 30, 2026
PerMac
approved these changes
Apr 30, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Regular upmerge.
test_iot_libmodem: PR-5951
test-sdk-nrf: sdk-nrf-pr-27726
test_sdk_mcuboot: fix-for-upmarge
test_crypto: PR-989
test_wifi: wifi_upmerge_pr_27726
test_rs: PR-1940
test_fem: PR-1940
test_tfm: PR-224
test_ble_mesh: PR-250
test_sdk_dfu: PR-777