-
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
ESP: Add ESP32 platform driver for full NetworkCommissioning cluster #13283
ESP: Add ESP32 platform driver for full NetworkCommissioning cluster #13283
Conversation
15e4cce
to
e385442
Compare
PR #13283: Size comparison from a0e8e3a to e385442 Increases above 0.2%:
Increases (2 builds for esp32)
Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
e385442
to
b37fcba
Compare
PR #13283: Size comparison from b81facc to b37fcba Full report (8 builds for k32w, linux, qpg, telink)
|
b37fcba
to
72b4922
Compare
fa8d49c
to
d318413
Compare
PR #13283: Size comparison from b81facc to d318413 Increases above 0.2%:
Increases (2 builds for esp32)
Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
@wqx6 - when pushing changes, please create separate 'fix' commits. That way we can view history. The merged PR will be squashed at the end, no need to squash it incrementally (squash and force push every time makes reviewer harder as it needs to be restarted from scratch). |
a3324c2
to
95e9f8a
Compare
PR #13283: Size comparison from b7ff37e to 95e9f8a Increases above 0.2%:
Increases (2 builds for esp32)
Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
95e9f8a
to
ff2d470
Compare
PR #13283: Size comparison from 19f61eb to ff2d470 Full report (14 builds for efr32, k32w, linux, p6, qpg, telink)
|
ff2d470
to
2219651
Compare
PR #13283: Size comparison from 19f61eb to 2219651 Increases above 0.2%:
Increases (2 builds for esp32)
Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
…roject-chip#13283) * Add ESP32 platform driver for full NetworkCommissioning cluster * Restyled by whitespace * Restyled by clang-format * Add check for index when reorder network Co-authored-by: Restyled.io <[email protected]>
Problem
#13170 Add ESP32 platform driver for NetworkCommissioning cluster
Change overview
Add ESP32 platform driver for NetworkCommissioning cluster
Testing
Test Manually. The commands of NetworkCommissioning cluster works with python controller. After #13267 merged, the chip tool can also use commands of NetworkCommissioning cluster with ESP32 platform.