-
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
[Linux] Initial implementation of fabric-admin to facilitate Fabric Synchronization #33393
[Linux] Initial implementation of fabric-admin to facilitate Fabric Synchronization #33393
Conversation
PR #33393: Size comparison from d653df1 to 2bb618b Decreases (2 builds for efr32)
Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33393: Size comparison from d653df1 to 56e91c3 Increases (8 builds for cc32xx, mbed, nrfconnect, qpg, stm32)
Full report (9 builds for cc32xx, mbed, nrfconnect, qpg, stm32)
|
PR #33393: Size comparison from 550b1c1 to e7f9ab7 Decreases (2 builds for efr32)
Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33393: Size comparison from 550b1c1 to 273e822 Increases above 0.2%:
Increases (34 builds for bl602, bl702, bl702l, cc13x4_26x4, esp32, linux, nrfconnect, nxp, stm32, telink)
Decreases (70 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, telink)
Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33393: Size comparison from 550b1c1 to d3dcab3 Increases above 0.2%:
Increases (23 builds for bl602, bl702, bl702l, cc13x4_26x4, esp32, linux, nrfconnect, nxp, stm32)
Decreases (48 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg)
Full report (49 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32)
|
PR #33393: Size comparison from 0180ee6 to e4ae9cc Increases (47 builds for bl602, bl702, bl702l, cc13x4_26x4, cyw30739, esp32, mbed, nrfconnect, nxp, psoc6, qpg, telink)
Decreases (2 builds for bl702l, nxp)
Full report (81 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33393: Size comparison from c291336 to 13c2b1a Increases (10 builds for cc13x4_26x4, mbed, nrfconnect, nxp, qpg)
Decreases (1 build for nxp)
Full report (18 builds for cc13x4_26x4, cc32xx, mbed, nrfconnect, nxp, qpg, stm32)
|
PR #33393: Size comparison from c291336 to bf809d4 Full report (81 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33393: Size comparison from 878fbb7 to b5dce18 Decreases (2 builds for efr32)
Full report (81 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
Develop an example application that implements the Fabric Administrator role. This app will work together with Fabric Bridge device and facilitate Fabric Synchronization.
This PR aims to create a simplified commissioner that can serve as a foundation for adding fabric admin features later. This initial version inherits from chip-tool and retains a minimal set of essential features, including pairing and cluster commands, which will be necessary for fabric admin functionality.
Fixes #33391