-
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
[chip-tool] Add AnyCommands aliases #26755
[chip-tool] Add AnyCommands aliases #26755
Conversation
PR #26755: Size comparison from ea5f3c0 to 3beed99 Increases (13 builds for cc32xx, esp32, nrfconnect, psoc6, telink)
Decreases (7 builds for bl602, efr32, esp32, psoc6, telink)
Full report (55 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
|
examples/chip-tool/py_matter_chip_tool_adapter/matter_chip_tool_adapter/encoder.py
Show resolved
Hide resolved
3beed99
to
7f1fa1d
Compare
I have updated the PR with a few tests:
Also it does now depends on #26678 |
As a side note, I have not yet tried to use multiple ids for clusters, attributes, etc. It sounds like a good followup. |
7f1fa1d
to
0180ee0
Compare
PR #26755: Size comparison from 5181fc9 to 0180ee0 Increases (9 builds for cyw30739, esp32, linux, telink)
Decreases (17 builds for bl602, bl702, efr32, esp32, nrfconnect, psoc6, telink)
Full report (58 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
examples/chip-tool/py_matter_chip_tool_adapter/matter_chip_tool_adapter/decoder.py
Outdated
Show resolved
Hide resolved
examples/chip-tool/py_matter_chip_tool_adapter/matter_chip_tool_adapter/encoder.py
Show resolved
Hide resolved
0180ee0
to
74df883
Compare
PR #26755: Size comparison from 9f43988 to 74df883 Increases (13 builds for bl602, bl702, cc32xx, cyw30739, esp32, linux, psoc6, telink)
Decreases (10 builds for cyw30739, efr32, esp32, psoc6, telink)
Full report (58 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
74df883
to
972bd0e
Compare
PR #26755: Size comparison from 1ae7c93 to 972bd0e Increases (9 builds for bl602, bl702, esp32, nrfconnect, psoc6, telink)
Decreases (6 builds for bl602, k32w, telink)
Full report (56 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
|
972bd0e
to
1393991
Compare
PR #26755: Size comparison from e19d9d8 to 1393991 Increases (8 builds for esp32, psoc6, telink)
Decreases (11 builds for bl602, esp32, psoc6, qpg, telink)
Full report (58 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
1393991
to
d9bb9ff
Compare
PR #26755: Size comparison from 275341e to d9bb9ff Increases (10 builds for bl702, psoc6, telink)
Decreases (10 builds for bl602, bl702, cc32xx, psoc6, telink)
Full report (58 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
examples/chip-tool/py_matter_chip_tool_adapter/matter_chip_tool_adapter/encoder.py
Outdated
Show resolved
Hide resolved
d9bb9ff
to
b76a368
Compare
PR #26755: Size comparison from 4f6923f to b76a368 Increases (5 builds for k32w, psoc6, telink)
Decreases (10 builds for bl702, psoc6, telink)
Full report (46 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
Problem
This PR adds some supports for sending commands by id with YAML. It allows using invalid ids or the
0xffffffff
specifier.