-
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
[Diagnostic] Mark feature bit controlled attributes as optional since… #15657
[Diagnostic] Mark feature bit controlled attributes as optional since… #15657
Conversation
… they are allowed to not be present.
PR #15657: Size comparison from 4ba01f6 to d86eac5 Increases above 0.2%:
Increases (1 build for nrfconnect)
Full report (22 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Should this have side-effects that change .matter IDL file (chaning some things to optional)? Or changing other files than python files? |
IDL files are based on a particular ZAP config, so just reflect whether attributes are enabled or not, not whether they could be disabled. |
… they are allowed to not be present.
Problem
What is being fixed? Examples:
Change overview
Mark all diagnostic feature bit controlled attributes as optional per spec.
Testing
How was this tested? (at least one bullet point required)