-
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
[Python] Drop chip-device-ctrl #33488
Conversation
adaee55
to
9f9ebdb
Compare
PR #33488: Size comparison from f980f2c to 9f9ebdb Full report (9 builds for cc32xx, mbed, nrfconnect, qpg, stm32)
|
826bbab
to
160ba7d
Compare
PR #33488: Size comparison from f980f2c to 160ba7d Decreases (1 build for efr32)
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
160ba7d
to
bba65d1
Compare
PR #33488: Size comparison from 443bb9c to bba65d1 Decreases (1 build for efr32)
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33488: Size comparison from 443bb9c to 318993c Full report (47 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32)
|
318993c
to
7fbc36c
Compare
PR #33488: Size comparison from b77979a to 7fbc36c Decreases (1 build for efr32)
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
7fbc36c
to
ef8684e
Compare
a0b58dd
to
c4c6d5f
Compare
c4c6d5f
to
7ecb131
Compare
PR #33488: Size comparison from eb515e1 to 7ecb131 Decreases (1 build for efr32)
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33488: Size comparison from eb515e1 to 9d175ca Full report (6 builds for cc32xx, mbed, qpg, stm32)
|
PR #33488: Size comparison from eb515e1 to c7bdc61 Increases (1 build for linux)
Decreases (2 builds for efr32, linux)
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
c7bdc61
to
74fae79
Compare
PR #33488: Size comparison from 21e239e to 74fae79 Full report (28 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, mbed, nrfconnect, nxp, qpg, stm32)
|
Drop the deprecated chip-device-ctrl and remove the ZCL* API from the Python CHIP controller.
Update the Python CHIP controller docs to reflect the CHIP REPL instead of the now removed chip-device-ctrl tool.
Remove the outdated chip-device-ctrl example and refer to the Python controller REPL documentation.
Add support to select the Bluetooth adapter using the common --ble-adapter command line argument. Update the advanced docs for the Python Controller.
74fae79
to
8248af3
Compare
PR #33488: Size comparison from 21e239e to 8248af3 Decreases (1 build for efr32)
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
Already a while ago (with #23724)
chip-device-ctrl
got marked as unmaintained. And it previously broke and got fixed numerous times.It currently is in a broken state again, leading to segfault on startup.
Get finally rid of it. Almost all features are covered by
chip-repl
.