-
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
ESP32: Add otcli command in matter console #29004
Conversation
PR #29004: Size comparison from f3e9cfd to b938b83 Increases (1 build for telink)
Decreases (2 builds for bl602, efr32)
Full report (65 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #29004: Size comparison from f3e9cfd to 2c891c1 Increases (11 builds for bl702, bl702l, cc32xx, psoc6, telink)
Decreases (7 builds for bl702l, cc32xx, efr32, psoc6)
Full report (65 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
983bc13
to
fd56ef5
Compare
PR #29004: Size comparison from f47ce53 to fd56ef5 Decreases (2 builds for efr32, telink)
Full report (65 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
fd56ef5
to
3215e86
Compare
PR #29004: Size comparison from 05bcbec to 3215e86 Full report (66 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
f8d34d4
to
8d5e478
Compare
PR #29004: Size comparison from fc44549 to 8d5e478 Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
examples/platform/esp32/shell_extension/openthread_cli_register.cpp
Outdated
Show resolved
Hide resolved
8d5e478
to
4eae118
Compare
PR #29004: Size comparison from f34b13c to 4eae118 Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
4eae118
to
ae83c52
Compare
PR #29004: Size comparison from f34b13c to ae83c52 Full report (14 builds for cc13x4_26x4, cc32xx, linux, mbed, nrfconnect, qpg)
|
ae83c52
to
f9b1e2a
Compare
PR #29004: Size comparison from f34b13c to f9b1e2a Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
@andy31415 PTAL |
We add OpenThread cli command in matter console. By using
matter otcli <cli-cmd>
in console, the device could connect to a Thread network.