MATTER-6477: Update outdated references in Matter docs - #59
Merged
Michael Duggan (miduggan24) merged 12 commits intoJun 15, 2026
Conversation
Michael Duggan (miduggan24)
marked this pull request as ready for review
May 28, 2026 16:06
Michael Duggan (miduggan24)
changed the base branch from
main
to
doccurator/2.9.0
May 28, 2026 17:36
Contributor
|
Should there be a document or section explaining CRTP and the overall model of how apps are meant to be customized now? I think there should be (in this PR or a separate one). Can take some of the content from the READMEs. |
Contributor
Author
this was discussed in this thread: https://silabsiot.slack.com/archives/C0AG6TM9SMC/p1779828060955649 |
Michael Duggan (miduggan24)
requested review from
sarthak shaha (Sarthak-Shaha) and
Sergei Lissianoi (selissia)
May 29, 2026 13:24
Sergei Lissianoi (selissia)
approved these changes
Jun 2, 2026
sarthak shaha (Sarthak-Shaha)
approved these changes
Jun 2, 2026
silabs-SubrataS
approved these changes
Jun 15, 2026
3 tasks
silabs-vm
added a commit
that referenced
this pull request
Jul 16, 2026
* MATTER-6477: Update outdated references in Matter docs (#59) * fix old references prior to project upgrades refactor * updates * fix app instance * support both app states * some cleanup * make a bulleted list of apps * rm outdated app name * expand CRTP * address review comments * fix wording * update custom-matter-device.md * address review comments * MATTER-6478: Update references to old app naming convention (#60) * update naming * update images w new naming * use tags * update verbage in solution-artifacts.png reference * address comments * break into steps * MATTER-6371: Update Matter documentation to mention secure upgrades (#62) * update secure upgrade refs * apply changes * apply top level paragraph in ota-bootloader doc, remove development/production refs * Update sld407-matter-ota/01-ota-bootloader.md Co-authored-by: Sergei Lissianoi <54454955+selissia@users.noreply.github.com> * apply review changes --------- Co-authored-by: Sergei Lissianoi <54454955+selissia@users.noreply.github.com> * migrate to custom-matter-device (#66) * Matter AWS Documentation (#64) * Matter AWS Documentation * Apply suggestions from code review Co-authored-by: Sergei Lissianoi <54454955+selissia@users.noreply.github.com> Co-authored-by: arun-silabs <141724790+arun-silabs@users.noreply.github.com> Co-authored-by: sabollim-silabs <158290810+sabollim-silabs@users.noreply.github.com> * PR comments * PR comments --------- Co-authored-by: Sergei Lissianoi <54454955+selissia@users.noreply.github.com> Co-authored-by: arun-silabs <141724790+arun-silabs@users.noreply.github.com> * Update the version strings to 2.9.0 and add New Features (#65) * Update the version strings to 2.9.0 and add New Features * Addressing review comments * Adding the new features * fixing the feature naming --------- Co-authored-by: chirag-silabs <chirag.bansal@silabs.com> * Update aws-configuration-registration.md Adjusted space before image. * Update aws-configuration-registration.md Added space before images. --------- Co-authored-by: Michael Duggan <miduggan@silabs.com> Co-authored-by: Sergei Lissianoi <54454955+selissia@users.noreply.github.com> Co-authored-by: sabollim-silabs <158290810+sabollim-silabs@users.noreply.github.com> Co-authored-by: arun-silabs <141724790+arun-silabs@users.noreply.github.com> Co-authored-by: Arghya Dutta <arghya.dutta@silabs.com> Co-authored-by: chirag-silabs <chirag.bansal@silabs.com> Co-authored-by: silabs-SubrataS <subrata.shil@silabs.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
With implementation of project upgrades, we have to make changes to cater to new architecture
This PR splits locations with outdated references into two: New Architecture and Legacy Architecture. New Architecture sections follow the criteria above, while Legacy Architecture sections follow their old format. Any Legacy Architecture references will be removed in the patch once all Matter apps are refactored.
Related Issue
MATTER-6477
Changes Made
Checklist
Screenshots (if applicable)
n/a (only new image seen in diff, change MatterPostAttrributeChangeCallback -> DMPostAttributeChangeCallback)
Additional Notes
n/a