Skip to content
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

Update BUILDING.md to Include Content about Maintaining the Build System #67

Merged

Conversation

gerickson
Copy link
Contributor

No description provided.

Copy link
Contributor

@woody-apple woody-apple left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the installation instructions. You're on fire @gerickson :)

…vestigal reference to the primordial project build system.
@gerickson gerickson force-pushed the user/gerickson/update-building branch from 38a7dd1 to 46f8eeb Compare March 17, 2020 23:21
@woody-apple
Copy link
Contributor

@hawk248 ?

Copy link

@hawk248 hawk248 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Including cmake as an option would be beneficial .. can it be added as another option ?

@gerickson
Copy link
Contributor Author

gerickson commented Mar 18, 2020

Including cmake as an option would be beneficial .. can it be added as another option ?

Someone will need to invest the effort to make an equivalent level of functionality. What's the key benefit from your perspective, given that would imply potentially maintaining two parallel build systems?

@jelderton
Copy link

Including cmake as an option would be beneficial .. can it be added as another option ?

Someone will need to invest the effort to make an equivalent level of functionality. What's the key benefit from your perspective, given that would imply potentially maintaining two parallel build systems?

This came up a while back, but cmake has a lot of benefits:

  • transitive dependency mgmt
  • works on a large variety of platforms
  • allows inclusion and patching of 3rdParty
  • most modern IDEs support it natively
  • easy to maintain

@gerickson
Copy link
Contributor Author

Including cmake as an option would be beneficial .. can it be added as another option ?

Someone will need to invest the effort to make an equivalent level of functionality. What's the key benefit from your perspective, given that would imply potentially maintaining two parallel build systems?

This came up a while back, but cmake has a lot of benefits:

  • transitive dependency mgmt
  • works on a large variety of platforms
  • allows inclusion and patching of 3rdParty
  • most modern IDEs support it natively
  • easy to maintain

Of the above, I think the autotools-based system we have checks all of the above boxes aside from 'allows inclusion and patching of 3rdParty' and, possibly, 'most modern IDEs support it natively'. As for the 'easy to maintain', I've personally found that debatable.

At the end of the day, I've no particular religion here so long as the project:

  • Maintains a singular build system.
  • That build system is turnkey and templated with no custom work required by this team to support the following out-of-the-box targets:
all
  Generate all configured build artifacts for this project.

check
  Generate all configured build artifacts and run all unit 
  and functional tests for this project.

coverage
  Generate all configured build artifacts, run all unit 
  and functional tests, and generate code coverage results 
  for this project.

dist
  Generate an archive distribution snapshot for this project.

distcheck
  Generate an archive distribution snapshot for this project 
  and sanity check the resulting distribution by running 
  'make check' on it for this project.

doc
  Generate documentation for the project.

docdist
  Generate an archive distribution of the documentation for 
  the project.

install
  Generate all configured build artifacts for this project 
  and install them in DESTDIR on the build host system.

install-headers
  Generate all configured public header artifacts for this 
  project and install them in DESTDIR on the build host 
  system.

pretty
    (Re-)format a collection of project source files.

lint | pretty-check
  Check but do not (re-)format a collection of project 
  source files.
  • Seamlessly and easily supports both clang and gcc.
  • Supports Android, iOS, POSIX standalone, and embedded cross-compiled targets without changing the core build system.

@hawk248
Copy link

hawk248 commented Mar 18, 2020

If we have debated and decided a single build system around autotools is the way to go and do not want to include another option, then I am OK.

@hawk248 hawk248 self-requested a review March 18, 2020 19:01
Copy link

@hawk248 hawk248 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@woody-apple woody-apple merged commit b457610 into project-chip:master Mar 18, 2020
@gerickson gerickson deleted the user/gerickson/update-building branch March 18, 2020 19:44
jmartinez-silabs referenced this pull request in SiliconLabs/matter Sep 8, 2022
…eview

Merge in WMN_TOOLS/matter from cjo_review_silabs_doc to silabs

Squashed commit of the following:

commit 94d3c1f81fc61ca9bb7cdbb7aee582b9f10248df
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 09:06:15 2022 -0400

    fix typo 0.4.0 -> 0.3.0

commit c5074af84b3063b044d9c93e49ec1084b1536688
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 08:28:03 2022 -0400

    added change to Raspi image password

commit 9ae5509e5dacc4b42d568b9d73b6bab0e8ee6227
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:41:20 2022 -0400

    Fix broken link

commit 54cb8f70fa3f3e7f8fb5c791dc23fe6d2a93f4a3
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:27:12 2022 -0400

    Shorten URL

commit 8c9192f0297f8fce1e2c13c4eab8079d7488f6f1
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:23:41 2022 -0400

    Add note about release notes and fix couple of links

commit ce5bc0c2a814fbb3c76f0d86a5f79428ca9b79a2
Author: Ezra Hale <[email protected]>
Date:   Tue Sep 6 14:44:00 2022 -0400

    responses to Catherine's requests and edits accordingly

commit 24fe8605729429a5286e1fcf4b9263cc99cd9a1a
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 13:41:55 2022 -0400

    Fix link typo

commit 6cd97c58ced1f587f46c945acfe03b5d39d2bcdb
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:54:28 2022 +0530

    Removing unnecessary steps from documentation

commit b89507a2def8c582d51ef000bd96cbc26d155cab
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:42:09 2022 +0530

    Adds updated documentation as per comments

commit 2f423f314df5c6e88b5986f377bd09b02f7cb2fe
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 09:52:44 2022 -0400

    Update link to the Thread demo doc

commit 0dd35a545a1be726f897f0e53081e981c9207710
Author: cjo-tra <[email protected]>
Date:   Mon Sep 5 16:18:23 2022 -0400

    Edits for v 0.3.0

commit 8ee2a7d3a4d5d9fc632bf621ebfe1747916abfce
Author: Shrinivas <[email protected]>
Date:   Mon Sep 5 19:30:52 2022 +0530

    Added updated documents for wifi
lpbeliveau-silabs pushed a commit to lpbeliveau-silabs/connectedhomeip that referenced this pull request Sep 12, 2022
…atherine's review

Merge in WMN_TOOLS/matter from cjo_review_silabs_doc to silabs

Squashed commit of the following:

commit 94d3c1f81fc61ca9bb7cdbb7aee582b9f10248df
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 09:06:15 2022 -0400

    fix typo 0.4.0 -> 0.3.0

commit c5074af84b3063b044d9c93e49ec1084b1536688
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 08:28:03 2022 -0400

    added change to Raspi image password

commit 9ae5509e5dacc4b42d568b9d73b6bab0e8ee6227
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:41:20 2022 -0400

    Fix broken link

commit 54cb8f70fa3f3e7f8fb5c791dc23fe6d2a93f4a3
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:27:12 2022 -0400

    Shorten URL

commit 8c9192f0297f8fce1e2c13c4eab8079d7488f6f1
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:23:41 2022 -0400

    Add note about release notes and fix couple of links

commit ce5bc0c2a814fbb3c76f0d86a5f79428ca9b79a2
Author: Ezra Hale <[email protected]>
Date:   Tue Sep 6 14:44:00 2022 -0400

    responses to Catherine's requests and edits accordingly

commit 24fe8605729429a5286e1fcf4b9263cc99cd9a1a
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 13:41:55 2022 -0400

    Fix link typo

commit 6cd97c58ced1f587f46c945acfe03b5d39d2bcdb
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:54:28 2022 +0530

    Removing unnecessary steps from documentation

commit b89507a2def8c582d51ef000bd96cbc26d155cab
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:42:09 2022 +0530

    Adds updated documentation as per comments

commit 2f423f314df5c6e88b5986f377bd09b02f7cb2fe
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 09:52:44 2022 -0400

    Update link to the Thread demo doc

commit 0dd35a545a1be726f897f0e53081e981c9207710
Author: cjo-tra <[email protected]>
Date:   Mon Sep 5 16:18:23 2022 -0400

    Edits for v 0.3.0

commit 8ee2a7d3a4d5d9fc632bf621ebfe1747916abfce
Author: Shrinivas <[email protected]>
Date:   Mon Sep 5 19:30:52 2022 +0530

    Added updated documents for wifi
mkardous-silabs referenced this pull request in SiliconLabs/watt-sandbox Oct 6, 2022
…eview

Merge in WMN_TOOLS/matter from cjo_review_silabs_doc to silabs

Squashed commit of the following:

commit 94d3c1f81fc61ca9bb7cdbb7aee582b9f10248df
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 09:06:15 2022 -0400

    fix typo 0.4.0 -> 0.3.0

commit c5074af84b3063b044d9c93e49ec1084b1536688
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 08:28:03 2022 -0400

    added change to Raspi image password

commit 9ae5509e5dacc4b42d568b9d73b6bab0e8ee6227
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:41:20 2022 -0400

    Fix broken link

commit 54cb8f70fa3f3e7f8fb5c791dc23fe6d2a93f4a3
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:27:12 2022 -0400

    Shorten URL

commit 8c9192f0297f8fce1e2c13c4eab8079d7488f6f1
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:23:41 2022 -0400

    Add note about release notes and fix couple of links

commit ce5bc0c2a814fbb3c76f0d86a5f79428ca9b79a2
Author: Ezra Hale <[email protected]>
Date:   Tue Sep 6 14:44:00 2022 -0400

    responses to Catherine's requests and edits accordingly

commit 24fe8605729429a5286e1fcf4b9263cc99cd9a1a
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 13:41:55 2022 -0400

    Fix link typo

commit 6cd97c58ced1f587f46c945acfe03b5d39d2bcdb
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:54:28 2022 +0530

    Removing unnecessary steps from documentation

commit b89507a2def8c582d51ef000bd96cbc26d155cab
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:42:09 2022 +0530

    Adds updated documentation as per comments

commit 2f423f314df5c6e88b5986f377bd09b02f7cb2fe
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 09:52:44 2022 -0400

    Update link to the Thread demo doc

commit 0dd35a545a1be726f897f0e53081e981c9207710
Author: cjo-tra <[email protected]>
Date:   Mon Sep 5 16:18:23 2022 -0400

    Edits for v 0.3.0

commit 8ee2a7d3a4d5d9fc632bf621ebfe1747916abfce
Author: Shrinivas <[email protected]>
Date:   Mon Sep 5 19:30:52 2022 +0530

    Added updated documents for wifi
jmartinez-silabs referenced this pull request in SiliconLabs/matter Oct 13, 2022
…eview

Merge in WMN_TOOLS/matter from cjo_review_silabs_doc to silabs

Squashed commit of the following:

commit 94d3c1f81fc61ca9bb7cdbb7aee582b9f10248df
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 09:06:15 2022 -0400

    fix typo 0.4.0 -> 0.3.0

commit c5074af84b3063b044d9c93e49ec1084b1536688
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 08:28:03 2022 -0400

    added change to Raspi image password

commit 9ae5509e5dacc4b42d568b9d73b6bab0e8ee6227
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:41:20 2022 -0400

    Fix broken link

commit 54cb8f70fa3f3e7f8fb5c791dc23fe6d2a93f4a3
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:27:12 2022 -0400

    Shorten URL

commit 8c9192f0297f8fce1e2c13c4eab8079d7488f6f1
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:23:41 2022 -0400

    Add note about release notes and fix couple of links

commit ce5bc0c2a814fbb3c76f0d86a5f79428ca9b79a2
Author: Ezra Hale <[email protected]>
Date:   Tue Sep 6 14:44:00 2022 -0400

    responses to Catherine's requests and edits accordingly

commit 24fe8605729429a5286e1fcf4b9263cc99cd9a1a
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 13:41:55 2022 -0400

    Fix link typo

commit 6cd97c58ced1f587f46c945acfe03b5d39d2bcdb
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:54:28 2022 +0530

    Removing unnecessary steps from documentation

commit b89507a2def8c582d51ef000bd96cbc26d155cab
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:42:09 2022 +0530

    Adds updated documentation as per comments

commit 2f423f314df5c6e88b5986f377bd09b02f7cb2fe
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 09:52:44 2022 -0400

    Update link to the Thread demo doc

commit 0dd35a545a1be726f897f0e53081e981c9207710
Author: cjo-tra <[email protected]>
Date:   Mon Sep 5 16:18:23 2022 -0400

    Edits for v 0.3.0

commit 8ee2a7d3a4d5d9fc632bf621ebfe1747916abfce
Author: Shrinivas <[email protected]>
Date:   Mon Sep 5 19:30:52 2022 +0530

    Added updated documents for wifi
nipatel-silabs pushed a commit to nipatel-silabs/connectedhomeip that referenced this pull request Oct 19, 2022
…atherine's review

Merge in WMN_TOOLS/matter from cjo_review_silabs_doc to silabs

Squashed commit of the following:

commit 94d3c1f81fc61ca9bb7cdbb7aee582b9f10248df
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 09:06:15 2022 -0400

    fix typo 0.4.0 -> 0.3.0

commit c5074af84b3063b044d9c93e49ec1084b1536688
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 08:28:03 2022 -0400

    added change to Raspi image password

commit 9ae5509e5dacc4b42d568b9d73b6bab0e8ee6227
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:41:20 2022 -0400

    Fix broken link

commit 54cb8f70fa3f3e7f8fb5c791dc23fe6d2a93f4a3
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:27:12 2022 -0400

    Shorten URL

commit 8c9192f0297f8fce1e2c13c4eab8079d7488f6f1
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:23:41 2022 -0400

    Add note about release notes and fix couple of links

commit ce5bc0c2a814fbb3c76f0d86a5f79428ca9b79a2
Author: Ezra Hale <[email protected]>
Date:   Tue Sep 6 14:44:00 2022 -0400

    responses to Catherine's requests and edits accordingly

commit 24fe8605729429a5286e1fcf4b9263cc99cd9a1a
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 13:41:55 2022 -0400

    Fix link typo

commit 6cd97c58ced1f587f46c945acfe03b5d39d2bcdb
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:54:28 2022 +0530

    Removing unnecessary steps from documentation

commit b89507a2def8c582d51ef000bd96cbc26d155cab
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:42:09 2022 +0530

    Adds updated documentation as per comments

commit 2f423f314df5c6e88b5986f377bd09b02f7cb2fe
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 09:52:44 2022 -0400

    Update link to the Thread demo doc

commit 0dd35a545a1be726f897f0e53081e981c9207710
Author: cjo-tra <[email protected]>
Date:   Mon Sep 5 16:18:23 2022 -0400

    Edits for v 0.3.0

commit 8ee2a7d3a4d5d9fc632bf621ebfe1747916abfce
Author: Shrinivas <[email protected]>
Date:   Mon Sep 5 19:30:52 2022 +0530

    Added updated documents for wifi
mkardous-silabs referenced this pull request in mkardous-silabs/connectedhomeip Oct 24, 2022
…eview

Merge in WMN_TOOLS/matter from cjo_review_silabs_doc to silabs

Squashed commit of the following:

commit 94d3c1f81fc61ca9bb7cdbb7aee582b9f10248df
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 09:06:15 2022 -0400

    fix typo 0.4.0 -> 0.3.0

commit c5074af84b3063b044d9c93e49ec1084b1536688
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 08:28:03 2022 -0400

    added change to Raspi image password

commit 9ae5509e5dacc4b42d568b9d73b6bab0e8ee6227
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:41:20 2022 -0400

    Fix broken link

commit 54cb8f70fa3f3e7f8fb5c791dc23fe6d2a93f4a3
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:27:12 2022 -0400

    Shorten URL

commit 8c9192f0297f8fce1e2c13c4eab8079d7488f6f1
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:23:41 2022 -0400

    Add note about release notes and fix couple of links

commit ce5bc0c2a814fbb3c76f0d86a5f79428ca9b79a2
Author: Ezra Hale <[email protected]>
Date:   Tue Sep 6 14:44:00 2022 -0400

    responses to Catherine's requests and edits accordingly

commit 24fe8605729429a5286e1fcf4b9263cc99cd9a1a
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 13:41:55 2022 -0400

    Fix link typo

commit 6cd97c58ced1f587f46c945acfe03b5d39d2bcdb
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:54:28 2022 +0530

    Removing unnecessary steps from documentation

commit b89507a2def8c582d51ef000bd96cbc26d155cab
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:42:09 2022 +0530

    Adds updated documentation as per comments

commit 2f423f314df5c6e88b5986f377bd09b02f7cb2fe
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 09:52:44 2022 -0400

    Update link to the Thread demo doc

commit 0dd35a545a1be726f897f0e53081e981c9207710
Author: cjo-tra <[email protected]>
Date:   Mon Sep 5 16:18:23 2022 -0400

    Edits for v 0.3.0

commit 8ee2a7d3a4d5d9fc632bf621ebfe1747916abfce
Author: Shrinivas <[email protected]>
Date:   Mon Sep 5 19:30:52 2022 +0530

    Added updated documents for wifi
mkardous-silabs referenced this pull request in mkardous-silabs/connectedhomeip Nov 2, 2022
…eview

Merge in WMN_TOOLS/matter from cjo_review_silabs_doc to silabs

Squashed commit of the following:

commit 94d3c1f81fc61ca9bb7cdbb7aee582b9f10248df
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 09:06:15 2022 -0400

    fix typo 0.4.0 -> 0.3.0

commit c5074af84b3063b044d9c93e49ec1084b1536688
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 08:28:03 2022 -0400

    added change to Raspi image password

commit 9ae5509e5dacc4b42d568b9d73b6bab0e8ee6227
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:41:20 2022 -0400

    Fix broken link

commit 54cb8f70fa3f3e7f8fb5c791dc23fe6d2a93f4a3
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:27:12 2022 -0400

    Shorten URL

commit 8c9192f0297f8fce1e2c13c4eab8079d7488f6f1
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:23:41 2022 -0400

    Add note about release notes and fix couple of links

commit ce5bc0c2a814fbb3c76f0d86a5f79428ca9b79a2
Author: Ezra Hale <[email protected]>
Date:   Tue Sep 6 14:44:00 2022 -0400

    responses to Catherine's requests and edits accordingly

commit 24fe8605729429a5286e1fcf4b9263cc99cd9a1a
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 13:41:55 2022 -0400

    Fix link typo

commit 6cd97c58ced1f587f46c945acfe03b5d39d2bcdb
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:54:28 2022 +0530

    Removing unnecessary steps from documentation

commit b89507a2def8c582d51ef000bd96cbc26d155cab
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:42:09 2022 +0530

    Adds updated documentation as per comments

commit 2f423f314df5c6e88b5986f377bd09b02f7cb2fe
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 09:52:44 2022 -0400

    Update link to the Thread demo doc

commit 0dd35a545a1be726f897f0e53081e981c9207710
Author: cjo-tra <[email protected]>
Date:   Mon Sep 5 16:18:23 2022 -0400

    Edits for v 0.3.0

commit 8ee2a7d3a4d5d9fc632bf621ebfe1747916abfce
Author: Shrinivas <[email protected]>
Date:   Mon Sep 5 19:30:52 2022 +0530

    Added updated documents for wifi
rerasool referenced this pull request in SiliconLabs/matter Nov 2, 2022
…eview

Merge in WMN_TOOLS/matter from cjo_review_silabs_doc to silabs

Squashed commit of the following:

commit 94d3c1f81fc61ca9bb7cdbb7aee582b9f10248df
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 09:06:15 2022 -0400

    fix typo 0.4.0 -> 0.3.0

commit c5074af84b3063b044d9c93e49ec1084b1536688
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 08:28:03 2022 -0400

    added change to Raspi image password

commit 9ae5509e5dacc4b42d568b9d73b6bab0e8ee6227
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:41:20 2022 -0400

    Fix broken link

commit 54cb8f70fa3f3e7f8fb5c791dc23fe6d2a93f4a3
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:27:12 2022 -0400

    Shorten URL

commit 8c9192f0297f8fce1e2c13c4eab8079d7488f6f1
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:23:41 2022 -0400

    Add note about release notes and fix couple of links

commit ce5bc0c2a814fbb3c76f0d86a5f79428ca9b79a2
Author: Ezra Hale <[email protected]>
Date:   Tue Sep 6 14:44:00 2022 -0400

    responses to Catherine's requests and edits accordingly

commit 24fe8605729429a5286e1fcf4b9263cc99cd9a1a
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 13:41:55 2022 -0400

    Fix link typo

commit 6cd97c58ced1f587f46c945acfe03b5d39d2bcdb
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:54:28 2022 +0530

    Removing unnecessary steps from documentation

commit b89507a2def8c582d51ef000bd96cbc26d155cab
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:42:09 2022 +0530

    Adds updated documentation as per comments

commit 2f423f314df5c6e88b5986f377bd09b02f7cb2fe
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 09:52:44 2022 -0400

    Update link to the Thread demo doc

commit 0dd35a545a1be726f897f0e53081e981c9207710
Author: cjo-tra <[email protected]>
Date:   Mon Sep 5 16:18:23 2022 -0400

    Edits for v 0.3.0

commit 8ee2a7d3a4d5d9fc632bf621ebfe1747916abfce
Author: Shrinivas <[email protected]>
Date:   Mon Sep 5 19:30:52 2022 +0530

    Added updated documents for wifi
Thirsrin pushed a commit to Thirsrin/connectedhomeip that referenced this pull request Jul 12, 2023
…atherine's review

Merge in WMN_TOOLS/matter from cjo_review_silabs_doc to silabs

Squashed commit of the following:

commit 94d3c1f81fc61ca9bb7cdbb7aee582b9f10248df
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 09:06:15 2022 -0400

    fix typo 0.4.0 -> 0.3.0

commit c5074af84b3063b044d9c93e49ec1084b1536688
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 08:28:03 2022 -0400

    added change to Raspi image password

commit 9ae5509e5dacc4b42d568b9d73b6bab0e8ee6227
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:41:20 2022 -0400

    Fix broken link

commit 54cb8f70fa3f3e7f8fb5c791dc23fe6d2a93f4a3
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:27:12 2022 -0400

    Shorten URL

commit 8c9192f0297f8fce1e2c13c4eab8079d7488f6f1
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:23:41 2022 -0400

    Add note about release notes and fix couple of links

commit ce5bc0c2a814fbb3c76f0d86a5f79428ca9b79a2
Author: Ezra Hale <[email protected]>
Date:   Tue Sep 6 14:44:00 2022 -0400

    responses to Catherine's requests and edits accordingly

commit 24fe8605729429a5286e1fcf4b9263cc99cd9a1a
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 13:41:55 2022 -0400

    Fix link typo

commit 6cd97c58ced1f587f46c945acfe03b5d39d2bcdb
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:54:28 2022 +0530

    Removing unnecessary steps from documentation

commit b89507a2def8c582d51ef000bd96cbc26d155cab
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:42:09 2022 +0530

    Adds updated documentation as per comments

commit 2f423f314df5c6e88b5986f377bd09b02f7cb2fe
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 09:52:44 2022 -0400

    Update link to the Thread demo doc

commit 0dd35a545a1be726f897f0e53081e981c9207710
Author: cjo-tra <[email protected]>
Date:   Mon Sep 5 16:18:23 2022 -0400

    Edits for v 0.3.0

commit 8ee2a7d3a4d5d9fc632bf621ebfe1747916abfce
Author: Shrinivas <[email protected]>
Date:   Mon Sep 5 19:30:52 2022 +0530

    Added updated documents for wifi
shgutte pushed a commit to shgutte/connectedhomeip that referenced this pull request Oct 5, 2023
…atherine's review

Merge in WMN_TOOLS/matter from cjo_review_silabs_doc to silabs

Squashed commit of the following:

commit 94d3c1f81fc61ca9bb7cdbb7aee582b9f10248df
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 09:06:15 2022 -0400

    fix typo 0.4.0 -> 0.3.0

commit c5074af84b3063b044d9c93e49ec1084b1536688
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 08:28:03 2022 -0400

    added change to Raspi image password

commit 9ae5509e5dacc4b42d568b9d73b6bab0e8ee6227
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:41:20 2022 -0400

    Fix broken link

commit 54cb8f70fa3f3e7f8fb5c791dc23fe6d2a93f4a3
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:27:12 2022 -0400

    Shorten URL

commit 8c9192f0297f8fce1e2c13c4eab8079d7488f6f1
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:23:41 2022 -0400

    Add note about release notes and fix couple of links

commit ce5bc0c2a814fbb3c76f0d86a5f79428ca9b79a2
Author: Ezra Hale <[email protected]>
Date:   Tue Sep 6 14:44:00 2022 -0400

    responses to Catherine's requests and edits accordingly

commit 24fe8605729429a5286e1fcf4b9263cc99cd9a1a
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 13:41:55 2022 -0400

    Fix link typo

commit 6cd97c58ced1f587f46c945acfe03b5d39d2bcdb
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:54:28 2022 +0530

    Removing unnecessary steps from documentation

commit b89507a2def8c582d51ef000bd96cbc26d155cab
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:42:09 2022 +0530

    Adds updated documentation as per comments

commit 2f423f314df5c6e88b5986f377bd09b02f7cb2fe
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 09:52:44 2022 -0400

    Update link to the Thread demo doc

commit 0dd35a545a1be726f897f0e53081e981c9207710
Author: cjo-tra <[email protected]>
Date:   Mon Sep 5 16:18:23 2022 -0400

    Edits for v 0.3.0

commit 8ee2a7d3a4d5d9fc632bf621ebfe1747916abfce
Author: Shrinivas <[email protected]>
Date:   Mon Sep 5 19:30:52 2022 +0530

    Added updated documents for wifi
shgutte pushed a commit to shgutte/connectedhomeip that referenced this pull request Jan 11, 2024
…atherine's review

Merge in WMN_TOOLS/matter from cjo_review_silabs_doc to silabs

Squashed commit of the following:

commit 94d3c1f81fc61ca9bb7cdbb7aee582b9f10248df
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 09:06:15 2022 -0400

    fix typo 0.4.0 -> 0.3.0

commit c5074af84b3063b044d9c93e49ec1084b1536688
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 08:28:03 2022 -0400

    added change to Raspi image password

commit 9ae5509e5dacc4b42d568b9d73b6bab0e8ee6227
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:41:20 2022 -0400

    Fix broken link

commit 54cb8f70fa3f3e7f8fb5c791dc23fe6d2a93f4a3
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:27:12 2022 -0400

    Shorten URL

commit 8c9192f0297f8fce1e2c13c4eab8079d7488f6f1
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:23:41 2022 -0400

    Add note about release notes and fix couple of links

commit ce5bc0c2a814fbb3c76f0d86a5f79428ca9b79a2
Author: Ezra Hale <[email protected]>
Date:   Tue Sep 6 14:44:00 2022 -0400

    responses to Catherine's requests and edits accordingly

commit 24fe8605729429a5286e1fcf4b9263cc99cd9a1a
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 13:41:55 2022 -0400

    Fix link typo

commit 6cd97c58ced1f587f46c945acfe03b5d39d2bcdb
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:54:28 2022 +0530

    Removing unnecessary steps from documentation

commit b89507a2def8c582d51ef000bd96cbc26d155cab
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:42:09 2022 +0530

    Adds updated documentation as per comments

commit 2f423f314df5c6e88b5986f377bd09b02f7cb2fe
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 09:52:44 2022 -0400

    Update link to the Thread demo doc

commit 0dd35a545a1be726f897f0e53081e981c9207710
Author: cjo-tra <[email protected]>
Date:   Mon Sep 5 16:18:23 2022 -0400

    Edits for v 0.3.0

commit 8ee2a7d3a4d5d9fc632bf621ebfe1747916abfce
Author: Shrinivas <[email protected]>
Date:   Mon Sep 5 19:30:52 2022 +0530

    Added updated documents for wifi
suveshpratapa pushed a commit to suveshpratapa/connectedhomeip that referenced this pull request May 22, 2024
…atherine's review

Merge in WMN_TOOLS/matter from cjo_review_silabs_doc to silabs

Squashed commit of the following:

commit 94d3c1f81fc61ca9bb7cdbb7aee582b9f10248df
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 09:06:15 2022 -0400

    fix typo 0.4.0 -> 0.3.0

commit c5074af84b3063b044d9c93e49ec1084b1536688
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 08:28:03 2022 -0400

    added change to Raspi image password

commit 9ae5509e5dacc4b42d568b9d73b6bab0e8ee6227
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:41:20 2022 -0400

    Fix broken link

commit 54cb8f70fa3f3e7f8fb5c791dc23fe6d2a93f4a3
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:27:12 2022 -0400

    Shorten URL

commit 8c9192f0297f8fce1e2c13c4eab8079d7488f6f1
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:23:41 2022 -0400

    Add note about release notes and fix couple of links

commit ce5bc0c2a814fbb3c76f0d86a5f79428ca9b79a2
Author: Ezra Hale <[email protected]>
Date:   Tue Sep 6 14:44:00 2022 -0400

    responses to Catherine's requests and edits accordingly

commit 24fe8605729429a5286e1fcf4b9263cc99cd9a1a
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 13:41:55 2022 -0400

    Fix link typo

commit 6cd97c58ced1f587f46c945acfe03b5d39d2bcdb
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:54:28 2022 +0530

    Removing unnecessary steps from documentation

commit b89507a2def8c582d51ef000bd96cbc26d155cab
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:42:09 2022 +0530

    Adds updated documentation as per comments

commit 2f423f314df5c6e88b5986f377bd09b02f7cb2fe
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 09:52:44 2022 -0400

    Update link to the Thread demo doc

commit 0dd35a545a1be726f897f0e53081e981c9207710
Author: cjo-tra <[email protected]>
Date:   Mon Sep 5 16:18:23 2022 -0400

    Edits for v 0.3.0

commit 8ee2a7d3a4d5d9fc632bf621ebfe1747916abfce
Author: Shrinivas <[email protected]>
Date:   Mon Sep 5 19:30:52 2022 +0530

    Added updated documents for wifi
mykrupp pushed a commit to mykrupp/connectedhomeip that referenced this pull request Jul 18, 2024
…atherine's review

Merge in WMN_TOOLS/matter from cjo_review_silabs_doc to silabs

Squashed commit of the following:

commit 94d3c1f81fc61ca9bb7cdbb7aee582b9f10248df
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 09:06:15 2022 -0400

    fix typo 0.4.0 -> 0.3.0

commit c5074af84b3063b044d9c93e49ec1084b1536688
Author: Ezra Hale <[email protected]>
Date:   Wed Sep 7 08:28:03 2022 -0400

    added change to Raspi image password

commit 9ae5509e5dacc4b42d568b9d73b6bab0e8ee6227
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:41:20 2022 -0400

    Fix broken link

commit 54cb8f70fa3f3e7f8fb5c791dc23fe6d2a93f4a3
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:27:12 2022 -0400

    Shorten URL

commit 8c9192f0297f8fce1e2c13c4eab8079d7488f6f1
Author: Rehan Rasool <[email protected]>
Date:   Tue Sep 6 19:23:41 2022 -0400

    Add note about release notes and fix couple of links

commit ce5bc0c2a814fbb3c76f0d86a5f79428ca9b79a2
Author: Ezra Hale <[email protected]>
Date:   Tue Sep 6 14:44:00 2022 -0400

    responses to Catherine's requests and edits accordingly

commit 24fe8605729429a5286e1fcf4b9263cc99cd9a1a
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 13:41:55 2022 -0400

    Fix link typo

commit 6cd97c58ced1f587f46c945acfe03b5d39d2bcdb
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:54:28 2022 +0530

    Removing unnecessary steps from documentation

commit b89507a2def8c582d51ef000bd96cbc26d155cab
Author: rosahay-silabs <[email protected]>
Date:   Tue Sep 6 19:42:09 2022 +0530

    Adds updated documentation as per comments

commit 2f423f314df5c6e88b5986f377bd09b02f7cb2fe
Author: Sergei Lissianoi <[email protected]>
Date:   Tue Sep 6 09:52:44 2022 -0400

    Update link to the Thread demo doc

commit 0dd35a545a1be726f897f0e53081e981c9207710
Author: cjo-tra <[email protected]>
Date:   Mon Sep 5 16:18:23 2022 -0400

    Edits for v 0.3.0

commit 8ee2a7d3a4d5d9fc632bf621ebfe1747916abfce
Author: Shrinivas <[email protected]>
Date:   Mon Sep 5 19:30:52 2022 +0530

    Added updated documents for wifi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants