-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Bluetooth: Mesh: Trim _USES_MBEDTLS_PSA selects #82203
Open
HaavardRei
wants to merge
1
commit into
zephyrproject-rtos:main
Choose a base branch
from
HaavardRei:mesh_psa_trim_legacy_selects
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bluetooth: Mesh: Trim _USES_MBEDTLS_PSA selects #82203
HaavardRei
wants to merge
1
commit into
zephyrproject-rtos:main
from
HaavardRei:mesh_psa_trim_legacy_selects
+0
−5
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
zephyrbot
requested review from
akredalen,
alxelax,
Andrewpini,
jhedberg,
KyraLengfeld,
LingaoM,
omkar3141 and
PavelVPV
November 28, 2024 06:50
HaavardRei
requested review from
valeriosetti
and removed request for
PavelVPV,
jhedberg,
LingaoM,
omkar3141,
Andrewpini,
alxelax,
akredalen and
KyraLengfeld
November 28, 2024 06:51
PavelVPV
requested review from
PavelVPV,
jhedberg,
LingaoM,
omkar3141,
Andrewpini,
alxelax,
akredalen and
KyraLengfeld
November 28, 2024 06:58
PavelVPV
previously approved these changes
Nov 28, 2024
valeriosetti
previously approved these changes
Nov 28, 2024
alxelax
previously approved these changes
Nov 28, 2024
jhedberg
previously approved these changes
Nov 28, 2024
alxelax
reviewed
Nov 28, 2024
HaavardRei
dismissed stale reviews from jhedberg, alxelax, valeriosetti, and PavelVPV
via
November 28, 2024 08:45
7d00917
HaavardRei
force-pushed
the
mesh_psa_trim_legacy_selects
branch
from
November 28, 2024 08:45
a4600fc
to
7d00917
Compare
Removes legacy configuration options. The same coverage is provided by existing PSA_WANT_... selects. Signed-off-by: Håvard Reierstad <[email protected]>
HaavardRei
force-pushed
the
mesh_psa_trim_legacy_selects
branch
from
November 28, 2024 09:16
7d00917
to
4db292c
Compare
valeriosetti
approved these changes
Nov 28, 2024
PavelVPV
approved these changes
Nov 28, 2024
Looks like there's some unrelated CI breakage:
I've seen the same failure in other PRs too. |
Hotfix available here: #82222 |
alxelax
approved these changes
Nov 28, 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.
Removes legacy configuration options from BT_MESH_USES_MBEDTLS_PSA. The same coverage is provided by existing PSA_WANT_... selects.