-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: sdk-zephyr: [Backport v4.0.99-ncs1-branch] Reduce restore time when waking up from s2ram on nrf54h20 #21921
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
Closed
NordicBuilder
wants to merge
392
commits into
nrfconnect:v3.0-branch
from
NordicBuilder:auto-manifest-sdk-zephyr-2787
Closed
manifest: sdk-zephyr: [Backport v4.0.99-ncs1-branch] Reduce restore time when waking up from s2ram on nrf54h20 #21921
NordicBuilder
wants to merge
392
commits into
nrfconnect:v3.0-branch
from
NordicBuilder:auto-manifest-sdk-zephyr-2787
Conversation
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
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]>
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
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
Labels
DNM
doc-required
PR must not be merged without tech writer approval.
manifest
manifest-dragoon
manifest-find-my
manifest-matter
manifest-mcuboot
manifest-nrf-802154
manifest-nrfxlib
manifest-oberon-psa-crypto
manifest-suit-generator
manifest-trusted-firmware-m
manifest-zephyr
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.
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2787