Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2787

rugeGerritsen and others added 30 commits April 9, 2025 15:06
The test coverage for nrf_security plans does not cover
basic functionality used by Bluetooth.

nrfconnect#21266 broke
Bluetooth. Therefore we now extend the test scope
to prevent this from happening again.

Signed-off-by: Rubin Gerritsen <[email protected]>
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
BLE crypto uses MbedTLS heap but doesn't configure the heap size and
default heap is not enough for Wi-Fi.

Increase the heap size to accomodate both BLE and Wi-Fi.

Fixes SHEL-3560.

Signed-off-by: Chaitanya Tata <[email protected]>
In cases where an upstream device uploads data to Memfault on behalf
of a downstream device, the project key is not required. This change
allows the project key to be optional in those cases. For the
NCS Memfault sources, this is when we are not using MDS or the
Memfault Zephyr HTTP client.

Signed-off-by: Jan Tore Guggedal <[email protected]>
Update testing steps (testing_with_nrf_connect_for_mobile) of
the Peripheral UART sample:

* Added testing steps for ioS and Android devices.
* Provided detailed steps as the sample is featured
in Quick Start.

Signed-off-by: divya pillai <[email protected]>
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
Add necessary properties to align with changes
in flash_mspi_nor driver.

Signed-off-by: Marcin Szymczyk <[email protected]>
`/g` was missing, so it was only applied on first occurence.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
OpenThread defines -Wc99-extension warning to warn in case OpenThread
itself tries to use GNU c99 extensions.

However, this compile option propagates to Zephyr headers when those
are included in an OpenThread build. This happens through mbed TLS where
NCS provides a glue for mbedTLS threading to use Zephyr's threading
mechanism. Zephyr itself uses GNU c99 extensions in a few places.

Therefore, disable -Wc99-extension when building OpenThread with clang.

Note, the warning is only supported by clang and not by gcc and
therefore the warning is never seen with gcc, although the same GNU c99
extensions are used in this case.

Signed-off-by: Torsten Rasmussen <[email protected]>
Merge TF-M secure .hex file with the splitted internal .hex file
before signing the image.

Signed-off-by: Juha Ylinen <[email protected]>
Signed-off-by: Jamie McCrae <[email protected]>
Adds support for this non-secure board target to one of the builds
which is the swap mode without network core image support

Signed-off-by: Jamie McCrae <[email protected]>
Signed-off-by: Juha Ylinen <[email protected]>
Adds ownership of this sample to pluto

Signed-off-by: Jamie McCrae <[email protected]>
Add RPC command to set the current time on the remote device
that should be used for log timestamping.

Signed-off-by: Damian Krolik <[email protected]>
The device might or might not receive a DNS server address by the
network during PDN connection. Even within the same network, the PDN
connection establishment method (PCO vs ePCO) may change when the
device operates in NB-IoT or LTE Cat-M1, and result in missing DNS
server addresses when one method is used, but not the other.

Setting a fallback DNS address ensures that the device always has
a DNS server address to fallback to regardless of whether the network
has provided one.

This feature is enabled by default.

If the application has configured a DNS server address in Zephyr's
native networking stack, using the CONFIG_DNS_SERVER1 Kconfig option,
the same server is set as the fallback address for DNS queries
offloaded to the nRF91 Series modem.

Otherwise, the CONFIG_LTE_LC_DNS_FALLBACK_ADDRESS Kconfig option
controls the fallback DNS server address, which by default is set
to Cloudflare's DNS server: 1.1.1.1.

Signed-off-by: Emanuele Di Santo <[email protected]>
Signed-off-by: Tommi Kangas <[email protected]>
Updates these instructions to refer to nrfutil instead of nrfjprog

Signed-off-by: Jamie McCrae <[email protected]>
Adds an entry for this sample, assigned to pluto

Signed-off-by: Jamie McCrae <[email protected]>
These are tested with supply voltages and require more time to execute.

Signed-off-by: Bartosz Miller <[email protected]>
Add a translation layer that allows using the sQSPI soft peripheral
through the Zephyr MSPI API.
Also modify the manifest to pull in related changes required in
sdk-zephyr.

Signed-off-by: Andrzej Głąbek <[email protected]>
Add test scenario that allows testing the MSPI shim driver for
the sQSPI soft peripheral on the nRF54L15 DK. Alter the existing
configuration so that the SDP MSPI is enabled only when needed.

Signed-off-by: Andrzej Głąbek <[email protected]>
Add NCS specific configurations for two standard Zephyr samples:
spi_flash and jesd216, so that they can be run on the nRF54L15 DK
using the sQSPI soft peripheral.

Signed-off-by: Andrzej Głąbek <[email protected]>
This commit fixes the SUIT manifest for the SMP transfer
sample in the variant with external flash allowing
to transition to recovery via button press.

Signed-off-by: Artur Hadasz <[email protected]>
Add documentation about the provisioning protocol.

Signed-off-by: Wentong LI <[email protected]>
Updated Wi-Fi memory footprint tables for the 3.0.0 release

Signed-off-by: Richa Pandey <[email protected]>
ed25519ph would return PSA_ERROR_NOT_SUPPORTED

Signed-off-by: Dag Erik Gjørvad <[email protected]>
ANCS sample resumes advertising after disconnection.

Ref: NCSDK-32197

Signed-off-by: Bernard Lee <[email protected]>
AMS sample resumes advertising after disconnection.

Ref: NCSDK-32197

Signed-off-by: Bernard Lee <[email protected]>
ANCS sample does not enable LE legacy pairing by default. Therefore,
nRF Connect for Desktop should enable LE Secure Connection pairing.

Ref: NCSDK-32197

Signed-off-by: Bernard Lee <[email protected]>
AMS sample does not enable LE legacy pairing by default. Therefore,
nRF Connect for Desktop should enable LE Secure Connection pairing.

Ref: NCSDK-32197

Signed-off-by: Bernard Lee <[email protected]>
Fix embedded list rendering in AMS server setup.
Align to the upper case of nRF Connect for Desktop tabs.

Signed-off-by: Bernard Lee <[email protected]>
Following the convention of other Bluetooth samples, change Bluetooth
device name of ANCS sample to 'Nordic_ANCS'.

Signed-off-by: Bernard Lee <[email protected]>
@nordic-krch nordic-krch reopened this Apr 17, 2025
@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. and removed changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Apr 17, 2025
@NordicBuilder
Copy link
Contributor Author

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 2

Inputs:

Sources:

more details

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (0)

Outputs:

Toolchain

Version:
Build docker image:

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ❌ Toolchain
  • ❌ Build twister
  • ❌ Integration tests

Note: This message is automatically posted and updated by the CI

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Apr 17, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
dragoon 7b280b4125b8b93a40eb896caffe7795704c787e a37ec029f931d5594fba53f48d0449d5326b536e N/A
find-my https://github.com/nrfconnect/sdk-find-my/commit/01af9578b7510f4f312c274465b92c27ef67c474 (v3.0.0-rc1) https://github.com/nrfconnect/sdk-find-my/commit/4fe2f4b20ad6b68f492b743b5d3392d17624026e (main) nrfconnect/[email protected]
matter nrfconnect/sdk-connectedhomeip@df5368c (v3.0.0-rc1) nrfconnect/sdk-connectedhomeip@e1aa96e nrfconnect/[email protected]
mcuboot nrfconnect/sdk-mcuboot@6df89a8 (v2.1.0-ncs5-rc1) nrfconnect/sdk-mcuboot@81e6fc3 (main) nrfconnect/[email protected]
nrf-802154 https://github.com/nrfconnect/sdk-nrf-802154/commit/8058d3003bbcef71b1b3b052c6a11a7e9903c0ae (v3.0.0-rc1) https://github.com/nrfconnect/sdk-nrf-802154/commit/310227a1756894e92a29ef2afc13c6fd69f8c437 nrfconnect/[email protected]
nrfxlib nrfconnect/sdk-nrfxlib@9a7b8e6 (v3.0.0-rc1) nrfconnect/sdk-nrfxlib@1a6caa7 (main) nrfconnect/[email protected]
oberon-psa-crypto nrfconnect/sdk-oberon-psa-crypto@a1c10c6 (v1.3.4-ncs1-rc1) nrfconnect/sdk-oberon-psa-crypto@a258e58 (main) nrfconnect/[email protected]
suit-generator nrfconnect/suit-generator@1817ea1 (v3.0.0-rc1) nrfconnect/suit-generator@0725f0c (main) nrfconnect/[email protected]
trusted-firmware-m nrfconnect/sdk-trusted-firmware-m@0002817 (v2.1.1-ncs5-snapshot,v2.1.1-ncs4-rc1) nrfconnect/sdk-trusted-firmware-m@72d31e0 (main) nrfconnect/[email protected]
zephyr nrfconnect/sdk-zephyr@e48bca4 (v4.0.99-ncs1-rc1) nrfconnect/sdk-zephyr#2787 nrfconnect/sdk-zephyr#2787/files

DNM label due to: 1 project with PR revision

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

@github-actions
Copy link

You can find the documentation preview for this PR here.

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.