-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[NXP] Add wifi/tread/software diagnostics support, apply wifi tests fixes, add second BR interface #35820
Merged
mergify
merged 10 commits into
project-chip:master
from
NXP:nxp_upstream_diagnostics_wifi_fixes
Oct 1, 2024
Merged
[NXP] Add wifi/tread/software diagnostics support, apply wifi tests fixes, add second BR interface #35820
mergify
merged 10 commits into
project-chip:master
from
NXP:nxp_upstream_diagnostics_wifi_fixes
Oct 1, 2024
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
Contributor
Martin-NXP
commented
Sep 27, 2024
- Add wifi/tread/software diagnostics support
- Apply wifi TC CNET 4.9 and 4.11 fixes
- add thermostat second network interface in thermostat BR zap file
Review changes with SemanticDiff. |
pullapprove
bot
requested review from
andy31415,
andyg-apple,
anush-apple,
arkq,
axelnxp,
bauerschwan,
bzbarsky-apple,
carol-apple,
cecille,
chapongatien,
chrisdecenzo,
chshu,
chulspro,
cliffamzn,
Damian-Nordic,
dhrishi and
doru91
September 27, 2024 14:08
pullapprove
bot
requested review from
tobiasgraf,
vivien-apple,
wiba-nordic,
woody-apple,
younghak-hwang,
yufengwangca and
yunhanw-google
September 27, 2024 14:08
PR #35820: Size comparison from f509f67 to b7295f8 Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
…etwork Signed-off-by: Martin Girardot <[email protected]>
Signed-off-by: Martin Girardot <[email protected]>
…, use wlan API instead of wifi Signed-off-by: Martin Girardot <[email protected]>
Signed-off-by: Martin Girardot <[email protected]>
…in ZAP This commit updates the location of the secondary network interface in the zap file according to Matter 1.4 spec desciption. When both SNI and TBRM clusters are present, they are set on the same endpoint. Signed-off-by: Marius Preda <[email protected]>
Signed-off-by: Martin Girardot <[email protected]>
…16.100 Signed-off-by: Martin Girardot <[email protected]>
Signed-off-by: Martin Girardot <[email protected]>
Signed-off-by: Martin Girardot <[email protected]>
Martin-NXP
force-pushed
the
nxp_upstream_diagnostics_wifi_fixes
branch
from
September 27, 2024 16:11
926d9b8
to
8833406
Compare
PR #35820: Size comparison from 0a0e9ce to bc09e23 Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
axelnxp
approved these changes
Oct 1, 2024
andy31415
approved these changes
Oct 1, 2024
dinabenamar
pushed a commit
to NXP/matter
that referenced
this pull request
Oct 24, 2024
…ly wifi tests fixes, add second BR interface (project-chip#35820) * [NXP][platform][common] Fix test TC CNET 4.9: failed to remove wifi network Signed-off-by: Martin Girardot <[email protected]> * [NXP][platform][common] Fix TC-CNET-4.11 test Signed-off-by: Martin Girardot <[email protected]> * [NXP][platform][common] Add wifi diagnostics and Software Diagnostics, use wlan API instead of wifi Signed-off-by: Martin Girardot <[email protected]> * [NXP][zap][thermostat] Add Software, wifi and OT Diagnostics Signed-off-by: Martin Girardot <[email protected]> * [NXP][examples][thermostat] Update secondary nwk if cluster location in ZAP This commit updates the location of the secondary network interface in the zap file according to Matter 1.4 spec desciption. When both SNI and TBRM clusters are present, they are set on the same endpoint. Signed-off-by: Marius Preda <[email protected]> * [NXP] Enable wifi/thread/software diagnostics Signed-off-by: Martin Girardot <[email protected]> * [NXP] add support of new wifi diagnostics, only available with sdk 2.16.100 Signed-off-by: Martin Girardot <[email protected]> * Restyled by clang-format * [NXP] Update zap to add new wifi diagnostics Signed-off-by: Martin Girardot <[email protected]> * [NXP] Fix BR zap according to PR comments Signed-off-by: Martin Girardot <[email protected]> --------- Signed-off-by: Martin Girardot <[email protected]> Signed-off-by: Marius Preda <[email protected]> Co-authored-by: Marius Preda <[email protected]> Co-authored-by: Restyled.io <[email protected]> (cherry picked from commit d404400)
dinabenamar
pushed a commit
to NXP/matter
that referenced
this pull request
Oct 24, 2024
…ort, apply wifi tests fixes, add second BR interface (project-chip#35820)" This reverts commit 0becbde. Signed-off-by: Andrei Menzopol <[email protected]>
yyzhong-g
pushed a commit
to yyzhong-g/connectedhomeip
that referenced
this pull request
Dec 12, 2024
…ixes, add second BR interface (project-chip#35820) * [NXP][platform][common] Fix test TC CNET 4.9: failed to remove wifi network Signed-off-by: Martin Girardot <[email protected]> * [NXP][platform][common] Fix TC-CNET-4.11 test Signed-off-by: Martin Girardot <[email protected]> * [NXP][platform][common] Add wifi diagnostics and Software Diagnostics, use wlan API instead of wifi Signed-off-by: Martin Girardot <[email protected]> * [NXP][zap][thermostat] Add Software, wifi and OT Diagnostics Signed-off-by: Martin Girardot <[email protected]> * [NXP][examples][thermostat] Update secondary nwk if cluster location in ZAP This commit updates the location of the secondary network interface in the zap file according to Matter 1.4 spec desciption. When both SNI and TBRM clusters are present, they are set on the same endpoint. Signed-off-by: Marius Preda <[email protected]> * [NXP] Enable wifi/thread/software diagnostics Signed-off-by: Martin Girardot <[email protected]> * [NXP] add support of new wifi diagnostics, only available with sdk 2.16.100 Signed-off-by: Martin Girardot <[email protected]> * Restyled by clang-format * [NXP] Update zap to add new wifi diagnostics Signed-off-by: Martin Girardot <[email protected]> * [NXP] Fix BR zap according to PR comments Signed-off-by: Martin Girardot <[email protected]> --------- Signed-off-by: Martin Girardot <[email protected]> Signed-off-by: Marius Preda <[email protected]> Co-authored-by: Marius Preda <[email protected]> Co-authored-by: Restyled.io <[email protected]>
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.