-
Notifications
You must be signed in to change notification settings - Fork 60
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
Upmerge branch #478
Merged
Merged
Upmerge branch #478
Conversation
This file contains 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
This was referenced Sep 13, 2024
bjarki-andreasen
changed the title
[nrf noup] wifi: Migrate to nRF70 upstream
Upmerge branch
Sep 13, 2024
bjarki-andreasen
force-pushed
the
meta-upmerge
branch
from
September 16, 2024 07:56
d29affc
to
4748de1
Compare
bjarki-andreasen
force-pushed
the
meta-upmerge
branch
2 times, most recently
from
September 18, 2024 14:55
ab40332
to
f4a27b1
Compare
nRF70 support moved upstream, update the names. Signed-off-by: Chaitanya Tata <[email protected]>
-Previously there was a library called mbedcrypto_common which was used to pass build-related configurations to matter. This is changed to instead reference to the following: -psa_crypto_config (for PSA and Mbed TLS configurations) -psa_interface (for PSA crypto include files) -The commit also removes passing the PSA crypto driver config file as this is no longer needed for an interface build (call from matter) Signed-off-by: Frank Audun Kvamtrø <[email protected]>
bjarki-andreasen
force-pushed
the
meta-upmerge
branch
from
September 24, 2024 09:32
1541f03
to
3cff066
Compare
Once this PR: bjarki-andreasen#1 is merged we need to remove this one: c429269 |
If the CHIP_CRYPTO_PSA_SPAKE2P is enabled the build system should not compile Legacy Spake2p implementation, because the PSA one is available in the PSASpake2p.cpp file.
bjarki-andreasen
force-pushed
the
meta-upmerge
branch
from
September 25, 2024 08:43
c429269
to
cc073ff
Compare
This was referenced Sep 27, 2024
The updated way of handling mbedtls config file is done correctly only for TF-M builds, but without it some of the files are missing Signed-off-by: Kamil Kasperczyk <[email protected]>
We should use psa_crypto_config only if PSA SSF crypto client is in use.
SHELL_WILDCARD is not supported for Matter devices in the newest Zephyr version because it selects POSIX_C_LIB_EXT, so we need to disable it.
ArekBalysNordic
approved these changes
Oct 4, 2024
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.
Upmerge branch
See nrfconnect/sdk-nrf#16860