-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Fabric-Sync] Use aggregator endpoint instead of root endpoint for CCTRL #35977
Conversation
Review changes with SemanticDiff. Analyzed 3 of 10 files. Overall, the semantic diff is 5% smaller than the GitHub diff.
|
PR #35977: Size comparison from 0a2e58d to 3d0620f Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
3d0620f
to
544fc7f
Compare
PR #35977: Size comparison from a854245 to 544fc7f Full report (22 builds for cc13x4_26x4, cc32xx, nrfconnect, nxp, qpg, stm32, tizen)
|
544fc7f
to
f03e0ed
Compare
0bf1dd0
to
325b950
Compare
PR #35977: Size comparison from a854245 to 325b950 Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
325b950
to
1cbef43
Compare
PR #35977: Size comparison from a854245 to 1cbef43 Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
1cbef43
to
837e6b8
Compare
PR #35977: Size comparison from af3727b to 837e6b8 Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35977: Size comparison from af3727b to f6f23e3 Increases above 0.2%:
Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
With the latest update to the FS system diagram in the specification, it is now explicitly required that CCTRL be enabled on the endpoint hosting the aggregator.
CCTRL is a feature of the Aggregator device type when FS is enabled and must be activated on the corresponding endpoint.
In the example apps, the Aggregator is statically configured on Endpoint 1 using zap, and the Aggregator endpoint is statically set. The next optimization should enable the Fabric-Admin to dynamically identify the endpoint hosting the aggregator at runtime. (#35976)