Skip to content

Conversation

@koffes
Copy link

@koffes koffes commented Jun 5, 2025

No description provided.

MarkusLassila and others added 30 commits May 19, 2025 11:34
PPP recv buf must be aligned to word.

Signed-off-by: Markus Lassila <[email protected]>
Enable zperf server config to support download command in zperf.
Fixes SHEL-3622.

Signed-off-by: Ravi Dondaputi <[email protected]>
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
… pins

Test fast UART on slow domain pins (P2) for nrf54h.
This test will not execute in CI (requires specific conflicting setup),
manual test only. Test case marked as 'build only'.

Signed-off-by: Bartosz Miller <[email protected]>
Added shell command "indicate" for enabling and disabling
indicate callback. This is useful when testing how indications behave
when application doesn't request them. Hence, app doesn't wake up UARTs
and you can test how SLM behaves in this case.

Signed-off-by: Tommi Rantanen <[email protected]>
Add note about fixed issue in nrf_provisioning library.

Signed-off-by: Juha Ylinen <[email protected]>
Added the missing known issue.
Applicable since since 2.5.0
All platforms affected.
No workaround.

Signed-off-by: Anna Wojdylo <[email protected]>
ChachaPoly used sx_hw_reserve instead of sx_aead_hw_reserve.
This was problematic because the sx_aead_hw_reserve is responsible
of calling the prepare_key function pointer. This is relevant to
the KMU keys since they rely on this function to prepare the key
material.

This fixes the issue by using the sx_aead_hw_reserve function
for ChachaPoly the same way that is used by CCM and GCM.

Ref: NCSDK-33315

Signed-off-by: Georgios Vasilakis <[email protected]>
There are no countermeasures for ChachaPoly in Cracen so
only call the relevant functions for CCM and GCM.

Signed-off-by: Georgios Vasilakis <[email protected]>
Add the iron variant to more crypto samples.

Ref: NCSDK-NONE

Signed-off-by: Sebastian Bøe <[email protected]>
adds nrf54lm20 support to west ncs-provision.

Signed-off-by: Mateusz Michalek <[email protected]>
Replace `NET_L2_OPENTHREAD` with `OPENTHREAD` as OpenThread Kconfigs
were moved from L2 to OpenThread module.

Keep `NET_L2_OPENTHREAD` if there is dependency to networking.

Signed-off-by: Adrian Gielniewski <[email protected]>
Update nrfxlib revision.

Signed-off-by: Adrian Gielniewski <[email protected]>
Update Matter SDK revision.

Signed-off-by: Adrian Gielniewski <[email protected]>
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
The Event RX buffer count should be
greater than the ACL TX buffer count.

Signed-off-by: Marcin Jelinski <[email protected]>
exclude region 3 usage if BOOTCONF kicks in.

Signed-off-by: Mateusz Michalek <[email protected]>
Add overlays required to run the wdt_variables test on:
- nrf54lm20pdk/nrf54lm20a/cpuapp,
- nrf54lm20pdk/nrf54lm20a/cpuflpr,
- nrf54lv10apdk/nrf54lv10a/cpuapp,
- nrf54lv10apdk/nrf54lv10a/cpuflpr.

Signed-off-by: Sebastian Głąb <[email protected]>
Add overlays required by the wdt_basic_api test for:
- nrf54lm20pdk/nrf54lm20a/cpuflpr,
- nrf54lv10apdk/nrf54lv10a/cpuflpr.

Signed-off-by: Sebastian Głąb <[email protected]>
Fixed the double verb sentence in the KMU provisioning section of the
Fast Pair Locator Tag readme file.

Ref: NCSDK-33211

Signed-off-by: Kamil Piszczek <[email protected]>
Added a firmware log to the Fast Pair Locator Tag sample to indicate
that the firmware version is being read. Improved the testing procedure
for Android update notifications by leveraging the new log information.

Ref: NCSDK-33211

Signed-off-by: Kamil Piszczek <[email protected]>
Add test case for Fast SPIM slower on v2.9.0-nRF54H20-1 than on v2.8.0

Signed-off-by: Piotr Krzyzanowski <[email protected]>
Removed dependency to newlib.

Signed-off-by: Tommi Kangas <[email protected]>
Removed dependency to newlib.

Signed-off-by: Tommi Kangas <[email protected]>
Fixed compilation with picolibc.

Signed-off-by: Tommi Kangas <[email protected]>
Use the default libc implementation (picolibc) instead of newlib.

mallinfo() is currently not supported by the Zephyr malloc
implementation, so system heap statistics are removed from
the "heap" command.

Jira: NCSDK-33478

Signed-off-by: Tommi Kangas <[email protected]>
This commit fixes the processing of the 'last part' of compressed input.
Previously, LZMA_FINISH_END was incorectly enforced and it caused
issues if decompression output reached 'dicLimit' during this
'last part' processing. Please refer to following discussion for the
detailed rationale:
nrfconnect#20582 (comment)

nrf_compress API was extended to support decompressed output limit
checking. This is the correct way to use LZMA_FINISH_END flag.
Also, decompression status at the end of input stream processing is now
checked.

ref: NCSDK-32340

Signed-off-by: Michal Kozikowski <[email protected]>
This commit removes redundant configuration of sysbuild config
PM_MCUBOOT_PAD.

Signed-off-by: Łukasz Duda <[email protected]>
Change the name of the DevKit with nRF54LV10A SOC.

Signed-off-by: Karol Lasończyk <[email protected]>
Radio transmission is stopped on the END event,
ensuring it terminates immediately after the packet is sent.

Ref: NCSDK-33487

Signed-off-by: Marcin Jelinski <[email protected]>
de-nordic and others added 29 commits June 4, 2025 14:05
Brings in LTO by default for nrf54l15 MCUboot builds.

Signed-off-by: Dominik Ermel <[email protected]>
The ChaCha20-Poly1305 alg is needed, but the ChaCha20 key type also.

Signed-off-by: Tomi Fontanilles <[email protected]>
They cause issues when compiling on native_sim.

Signed-off-by: Tomi Fontanilles <[email protected]>
Previously was only on 54L15.

Signed-off-by: Tomi Fontanilles <[email protected]>
For downstream integration and expansion.

Signed-off-by: Tomi Fontanilles <[email protected]>
Allow the secure storage subsystem to be compatible with the trusted
storage library.
This is controlled by the top-level Kconfig option
CONFIG_SECURE_STORAGE_TRUSTED_STORAGE_COMPATIBILITY.

Signed-off-by: Tomi Fontanilles <[email protected]>
As trusted storage's TRUSTED_STORAGE_BACKEND_AEAD_KEY_DERIVE_FROM_HUK,
provide the possibility to derive keys using the HUK library through
CONFIG_SECURE_STORAGE_ITS_TRANSFORM_AEAD_KEY_PROVIDER_HUK_LIBRARY.

Signed-off-by: Tomi Fontanilles <[email protected]>
Extend the test scenarios found under
tests/subsys/secure_storage/psa/its with configurations tailored to NCS.
CONFIG_NRF_SECURITY and other relevant Kconfig options are enabled.

The primary intent is to test the backward-compatible implementation,
so all test scenarios except the ZMS one use it.

Signed-off-by: Tomi Fontanilles <[email protected]>
Make secure storage the default option on non-TF-M board targets.
Have test scenarios for both secure storage and trusted storage to
test both.
Reduce a bit the number of board targets in integration_platforms to
reduce CI load as some don't bring extra value when others are already
in there.

Signed-off-by: Tomi Fontanilles <[email protected]>
Renames the default_flash_map to pm_flash_map to differenciate
it from upstream default_flash_map; also makes the pm_flash_map
declaration static as it does not have to be visible outside
the unit.

Signed-off-by: Dominik Ermel <[email protected]>
Some referenced functions are now referenced in the OpenThread module
header file, so include it in the doc build.

Signed-off-by: Robert Lubos <[email protected]>
Align the HTTP response callback with the new callback signature.

Signed-off-by: Robert Lubos <[email protected]>
Align the HTTP response callback with the new callback signature.

Signed-off-by: Robert Lubos <[email protected]>
nordic,nrf-hfxo binding was renamed to nordic,nrf54l-hfxo and
nordic,nrf-lfxo binding was renamed to nordic,nrf54l-lfxo, hence
update respective compatibles.

Also specify mandatory startup-time-us parameter for hfxo clock for
downstream nRF54l* platforms, with the same value as the upstream
platforms have used.

Signed-off-by: Robert Lubos <[email protected]>
In this hybrid approach, we can implement nrf-specific
OpenThread platform files, but all others are sourced
from Zephyr.

For now, there is only the crypto_psa.c file that is specific
for nrf-sdk, but in the future, there will be more of them.

All Kconfigs are sourced from Zephyr, there is additional
Kconfig.features.nrf for defining sdk-nrf related OpenThread
feature Kconfigs.

Signed-off-by: Arkadiusz Balys <[email protected]>
Use new API from OpenThread module header.

Signed-off-by: Adrian Gielniewski <[email protected]>
Files were moved from dts/common/nordic to dts/vendor/nordic.

Signed-off-by: Robert Lubos <[email protected]>
npm1300 regulator enable-gpio property was converted to a integer array
and renamed to enable-gpio-config, therefore align downstream code to
this change.

Signed-off-by: Robert Lubos <[email protected]>
The test configuration is not compatible with nRF Security.

Signed-off-by: Robert Lubos <[email protected]>
Workaround for the missing gettimeofday() functions, same as in upstream
sample. This should no longer be needed when upstream clock subsystem
rework is done (PR #90096).

Signed-off-by: Robert Lubos <[email protected]>
Test suite was hanging, increasing the stack size fixes the problem.

Signed-off-by: Robert Lubos <[email protected]>
CONFIG_OPENTHREAD_PING_SENDER used to be enabled by default in NCS,
restore this behavior.

Signed-off-by: Robert Lubos <[email protected]>
nrf53_cpunet_init() is now a public function in upstream Zephyr so there
is a name collision, therefore rename the function in NCS to
bt_rpc_nrf53_cpunet_init().

Signed-off-by: Robert Lubos <[email protected]>
The application uses user-provided zbus observer nodes, so enable the
new Kconfig option. Update zbus_chan_add_obs() API call accordingly.

Signed-off-by: Robert Lubos <[email protected]>
rcp_hci.c seems to be a very similar code as the upstream hci_uart
sample, hence update it the same way as the upstream sample was.

Signed-off-by: Robert Lubos <[email protected]>
SYS_CLOCK_HW_CYCLES_PER_SEC config introduced upstream.

Signed-off-by: David Jewsbury <[email protected]>
HFXO nodelabel is used in nrf_clock_control driver

Signed-off-by: David Jewsbury <[email protected]>
OCT-3374
Upmerge 02-06-2025

Signed-off-by: Kristoffer Skøien <[email protected]>
@koffes koffes closed this Jun 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.