-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
sdk-nrf-upmerge #16860
sdk-nrf-upmerge #16860
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sidewalk: PR head: 437ef188aa9256e4cf227589ac34217e99ba5bb4 more detailssidewalk:
trusted-firmware-m:
sdk-nrf:
mcuboot:
nrfxlib:
find-my:
mbedtls:
zcbor:
matter:
hostap:
oberon-psa-crypto:
zephyr:
Github labels
List of changed files detected by CI (20276)
File list hidden for private repositories. Outputs:ToolchainVersion: e6645c1dde Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
ec81b65
to
0137ad2
Compare
0137ad2
to
19f7a98
Compare
f9ece89
to
fef059e
Compare
The builtin keys are used in different ways for the nRF54L15 and the nRF9160 and nRF5340 devices. The L15 devices don't use the default TFM builtin key loader but they implement their own function to load the builtin keys. The configuration MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS is necessary for all the platforms though sinc the PSA core will not include basic builtin key functionality without it. Signed-off-by: Georgios Vasilakis <[email protected]>
Adding legacy mbed TLS crypto APIs that are still used in full modem FOTA. Signed-off-by: Tommi Rantanen <[email protected]>
In the Matter bridge application there is missing return statement in UpdateState method that should return CHIP_ERROR. Signed-off-by: Kamil Kasperczyk <[email protected]>
The new static assert that checks if CONFIG_BT_BUF_ACL_RX_COUNT > CONFIG_BT_MAX_CONN was added in BT subsys. Because of that it is required to increase ACL rx count for various .conf files that modify BT_MAX_CONN. Signed-off-by: Kamil Kasperczyk <[email protected]>
Our location libraries so often use optional resources from LwM2M Location Object that it makes sense to add storage for those every time the object is build in. Signed-off-by: Seppo Takalo <[email protected]>
- Added to quarantine nRF54H20 WiFi build since nRF7002EB is not available yet. - Added PSA_SSF_CLIENT to the nRF54H20 Matter Bridge. Signed-off-by: Arkadiusz Balys <[email protected]>
Change switches to using size optimizations for SW Split Bluetooth Link Layer to reduce memory consumption. Jira: NCSDK-29186 Signed-off-by: Marek Pieta <[email protected]>
We need to set CONFIG_ZVFS_OPEN_MAX to 9 to support NET_SOCKETS_POLL_MAX=9 Signed-off-by: Arkadiusz Balys <[email protected]>
Zephyr AF_PACKET sockets now expect the protocol to be provided in network byte order (see upstream commit 99693bee5f2762f84b78ed90740753cdec40f394), so apply this change globally. Signed-off-by: Robert Lubos <[email protected]>
Enable MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS for the nRF54L15 since it is always required in order to use the HUKs. This is relevant to the non-TFM target of L15. Signed-off-by: Georgios Vasilakis <[email protected]>
Allow to import a ECC public key even when the algorithm is not set. This is allowed in the other drivers and we observed that some TLS tests don't set the algorithm. Signed-off-by: Georgios Vasilakis <[email protected]>
Quarantined Matter samples due to RAM/FLASH overflow. Signed-off-by: Arkadiusz Balys <[email protected]>
Update path to target sources from boards/nrf -> boards/nordic Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Enable legacy Mbed TLS crypto for full modem FOTA. Signed-off-by: Markus Lassila <[email protected]>
Static RAM usage is exceeding the `RAM` region at build time. Decrease the number of TX buffers to fix this. Signed-off-by: Ravi Dondaputi <[email protected]>
quarantine updated Signed-off-by: Maciej Perkowski <[email protected]>
When building for 2.1.0, there seems to be a missing reference from TF-M-Extras. Add a filter for it. Signed-off-by: Gerard Marull-Paretas <[email protected]>
So that Zephyr samples can be referenced. Signed-off-by: Gerard Marull-Paretas <[email protected]>
Disabled additional serial recovery commands which allow to decrease the default MCUboot's footprint size: CONFIG_BOOT_SERIAL_IMG_GRP_HASH=n CONFIG_BOOT_SERIAL_IMG_GRP_SLOT_INFO=n Signed-off-by: Andrzej Puzdrowski <[email protected]>
With a more relevant name Signed-off-by: Georgios Vasilakis <[email protected]>
Disable ClangFormat compliance check Signed-off-by: Bjarki Arge Andreasen <[email protected]>
These will be moved later to the Zephyr file: modules/mbedtls/Kconfig.psa.nordic Placing them here now to minimize the changes in the upmerge Zephyr PR. Signed-off-by: Georgios Vasilakis <[email protected]>
Disable OT libraries due to crypto config misalignment. Signed-off-by: Maciej Baczmanski <[email protected]> Signed-off-by: Bjarki Arge Andreasen <[email protected]>
No funtional change here, just fixes spacing issues causing compliance failures in nrf_security and TFM. Signed-off-by: Georgios Vasilakis <[email protected]>
6572695
to
5bba21e
Compare
Override
Upmerge:
Notes:
test-sdk-nrf: sdk-nrf-pr-16860
test_thread: PR-1218