-
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
Link attribute reads to Content Apps, refactor content app platform to leverage latest cluster lib conventions #12969
Conversation
Fast tracking, given > 3 days for review. |
PR #12969: Size comparison from e45f0a1 to c6bc7b9 Decreases (1 build for p6)
Full report (4 builds for p6, 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.
mbedos fails to compile because includes of thread
and iostream
force an extra 160K of flash used by [lib]stdc++.a
.
Please remove those includes - they are not needed and likely harmful for embedded.
…o leverage latest cluster lib conventions (project-chip#12969) * link attribute reads to Content Apps * address some comments * route attribute reads and writes to per-cluster handlers * refactor content app * straggler * use MEI log format commands * fix tv-app test suites * fix tv-app test suites * fix CI test suites * fix CI test suites * add bindings call * migrate content app to use new account login delegate * refactor ContentApp to use delegates * fix CI errors * fix CI errors * fix CI errors * more ContentApp to app-platform directory * address issue 13144 * address issue 12543 * address comments * address comments * fix handling of application launcher, application basic status and content platform * fix build * fix android build * fix android build * add Commissioner Discovery Controller to manage UDC workflow * address comments * address comments * fix builds * fix builds * fix builds * address comments * fix potential leak on commands * fix potential leak on attribute reads * fix potential leak on attribute reads * argument and naming consistency * fix android build * fix android build * fix android build * fix android build * address easy comments * fix android build * fix android * fix merge issue * optimize image size * fix build * attempt to fix CI build * attempt to fix CI build * attempt to fix CI build * reduce dependencies Co-authored-by: Christopher DeCenzo <decenzo@amazon.com>
Problem
Change overview
For all Content App clusters, make sure commands and attributes are linked to Content Apps
Testing
TBD