-
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
Add Network Commissioning cluster setup for bridge app Linux #23906
Conversation
PR #23906: Size comparison from 9c0ca13 to 4caa460 Increases above 0.2%:
Increases (8 builds for cc13x2_26x2, esp32, linux, psoc6, qpg, telink)
Decreases (9 builds for bl702, cc13x2_26x2, k32w, psoc6, qpg, telink)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
4caa460
to
ef8e2a0
Compare
PR #23906: Size comparison from b149561 to ef8e2a0 Increases (3 builds for psoc6, telink)
Decreases (1 build for cyw30739)
Full report (42 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
ef8e2a0
to
fbca94b
Compare
PR #23906: Size comparison from 3af0acd to fbca94b Increases above 0.2%:
Increases (10 builds for bl602, bl702, efr32, linux, nrfconnect, psoc6, telink)
Decreases (4 builds for bl702, cc13x2_26x2, esp32, qpg)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
fbca94b
to
a6efba0
Compare
PR #23906: Size comparison from 6ccbb7c to a6efba0 Increases above 0.2%:
Increases (8 builds for bl602, bl702, cc13x2_26x2, esp32, linux, qpg, telink)
Decreases (11 builds for bl702, cc13x2_26x2, esp32, nrfconnect, psoc6, telink)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
a6efba0
to
d1abe49
Compare
PR #23906: Size comparison from 4cb51b4 to d1abe49 Increases above 0.2%:
Increases (4 builds for bl602, linux, telink)
Decreases (10 builds for bl602, bl702, esp32, psoc6, telink)
Full report (46 builds for bl602, bl702, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please file a followup to fix the Darwin case.
@bzbarsky-apple thank you the comments. But I didn't see the darwin project in example/bridge-app. Will the Darwin platform use example/bridge-app/linux related configuration to build Darwin version of chip-bridge-app binary? Thanks. |
Yes. All the "linux" example apps are actually more like "unixlike or POSIX" example apps and are built on both Mac and Linux. |
Thank you for explaining this. I'll try to create another PR for the same issue on Darwin platform. But I don't have Darwin hardware and have to use the Github CI to check the software compatible issue. |
Alright. But also, feel free to just file an issue to track and I will fix the Darwin side. |
Thanks! The issue is created in #23987 to track this. |
Based on change project-chip#16222, the bridge app on Linux need support WiFi network for commissioning. Signed-off-by: Haoran Wang <elven.wang@nxp.com>
Based on change #16222, the bridge app on Linux need support WiFi network for commissioning.
Added bridge-app the WiFi network driver enabling for Linux platform.
TEST: chip-tool pairing via ble-wifi
Signed-off-by: Haoran Wang elven.wang@nxp.com