-
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
Changed AccessControlEntriesPerFabric default value to 4 #24779
Conversation
ad8bde4
to
a6ed73a
Compare
PR #24779: Size comparison from 25df49b to a6ed73a Decreases (3 builds for bl602, nrfconnect)
Full report (15 builds for bl602, bl702, k32w, linux, mbed, nrfconnect, qpg)
|
According to the most recent Matter spec version the default and minimal value for AccessControlEntriesPerFabric attribute should be 4 instead of 3. Increased default value to 4 in all .zap files and regenerated all files using zap_regen_all.py
a6ed73a
to
a768a66
Compare
PR #24779: Size comparison from 25df49b to a768a66 Increases (9 builds for cc13x2_26x2, esp32, psoc6, telink)
Decreases (9 builds for bl602, bl702, cc13x2_26x2, nrfconnect, psoc6, qpg, telink)
Full report (42 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but in practice these ZAP values are ignored because the cluster impl has an AttributeAccessInterface that gets this value from the actual access control implementation. That's why there are no changes to any actual generated code.....
…p#24779) According to the most recent Matter spec version the default and minimal value for AccessControlEntriesPerFabric attribute should be 4 instead of 3. Increased default value to 4 in all .zap files and regenerated all files using zap_regen_all.py
According to the most recent Matter spec version the default and minimal value for
AccessControlEntriesPerFabric
attribute should be 4 instead of 3.Increased default value to 4 in all .zap and .matter files.