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

Bump third_party/pigweed/repo from 2e14574 to a44be8d #12

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps third_party/pigweed/repo from 2e14574 to a44be8d.

Commits
  • a44be8d roll: host_tools
  • 376bb82 roll: gn
  • 42113aa roll: cmake
  • b313459 pw_unit_test: Support GTest backend in RPC server
  • 0c7cba1 pw_kvs: Minor adjustments for -Weffc++
  • ab0e417 pw_metric: Move protos to .proto namespace
  • 99ad662 pw_build: CMake support for pw_cc_blob_library
  • 80deda2 pw_snapshot: Narrow build dependency
  • 867ddb8 pw_build: Updates to pw_cc_blob_library
  • 7b703f7 pw_presubmit: Add npm presubmits to install and run tests
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [third_party/pigweed/repo](https://github.com/google/pigweed) from `2e14574` to `a44be8d`.
- [Release notes](https://github.com/google/pigweed/releases)
- [Commits](google/pigweed@2e14574...a44be8d)

---
updated-dependencies:
- dependency-name: third_party/pigweed/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 18, 2022

Superseded by #13.

@dependabot dependabot bot closed this Jul 18, 2022
@dependabot dependabot bot deleted the dependabot/submodules/third_party/pigweed/repo-a44be8d branch July 18, 2022 01:12
jepenven-silabs pushed a commit that referenced this pull request Jul 26, 2022
It's not safe to access line editing state from the IO thread while
inside readline() on the main thread.

Remove the code that attempts to redraw readline after printing logs.
This avoids segfaults during logging at the cost of those logs
overwriting the prompt (this is not trivial to fix as readline
is a blocking API).

==================
WARNING: ThreadSanitizer: data race (pid=63005)
  Write of size 1 at 0x55f81c7745ff by main thread:
    #0 InteractiveStartCommand::ParseCommand(char*) ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:127 (chip-tool+0x874911)
    #1 InteractiveStartCommand::RunCommand() ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:85 (chip-tool+0x874594)
    #2 CHIPCommand::StartWaiting(std::chrono::duration<unsigned int, std::ratio<1l, 1000l> >) ../../examples/chip-tool/commands/common/CHIPCommand.cpp:408 (chip-tool+0x83e478)
    #3 CHIPCommand::Run() ../../examples/chip-tool/commands/common/CHIPCommand.cpp:187 (chip-tool+0x83c839)
    #4 Commands::RunCommand(int, char**, bool) ../../examples/chip-tool/commands/common/Commands.cpp:147 (chip-tool+0x85d4f7)
    #5 Commands::Run(int, char**) ../../examples/chip-tool/commands/common/Commands.cpp:51 (chip-tool+0x85c288)
    #6 main <null> (chip-tool+0x569c0a)

  Previous read of size 1 at 0x55f81c7745ff by thread T5 (mutexes: write M185):
    #0 LoggingCallback ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:46 (chip-tool+0x874479)
    #1 chip::Logging::LogV(unsigned char, unsigned char, char const*, __va_list_tag*) ../../src/lib/support/logging/CHIPLogging.cpp:221 (chip-tool+0x8ee4dc)
    #2 chip::Logging::Log(unsigned char, unsigned char, char const*, ...) ../../src/lib/support/logging/CHIPLogging.cpp:172 (chip-tool+0x8ee30a)
    #3 chip::app::ReadClient::RefreshLivenessCheckTimer() <null> (chip-tool+0x8b1746)
    #4 chip::app::ReadClient::ProcessSubscribeResponse(chip::System::PacketBufferHandle&&) ../../src/app/ReadClient.cpp:845 (chip-tool+0x8b20ec)
    #5 chip::app::ReadClient::OnMessageReceived(chip::Messaging::ExchangeContext*, chip::PayloadHeader const&, chip::System::PacketBufferHandle&&) ../../src/app/ReadClient.cpp:409 (chip-tool+0x8ae2a4)
    #6 chip::Messaging::ExchangeContext::HandleMessage(unsigned int, chip::PayloadHeader const&, chip::BitFlags<chip::Messaging::MessageFlagValues, unsigned int>, chip::System::PacketBufferHandle&&) <null> (chip-tool+0xa0517a)
    #7 operator()<chip::Messaging::ExchangeContext> ../../src/messaging/ExchangeMgr.cpp:219 (chip-tool+0xa08c73)
    #8 Call ../../src/lib/support/Pool.h:126 (chip-tool+0xa0912d)
    #9 chip::internal::HeapObjectList::ForEachNode(void*, chip::Loop (*)(void*, void*)) ../../src/lib/support/Pool.cpp:127 (chip-tool+0x8ee05a)
    #10 ForEachActiveObject<chip::Messaging::ExchangeManager::OnMessageReceived(const chip::PacketHeader&, const chip::PayloadHeader&, const chip::SessionHandle&, chip::SessionMessageDelegate::DuplicateMessage, chip::System::PacketBufferHandle&&)::<lambda(auto:2*)> > ../../src/lib/support/Pool.h:396 (chip-tool+0xa08d10)
    #11 chip::Messaging::ExchangeManager::OnMessageReceived(chip::PacketHeader const&, chip::PayloadHeader const&, chip::SessionHandle const&, chip::SessionMessageDelegate::DuplicateMessage, chip::System::PacketBufferHandle&&) ../../src/messaging/ExchangeMgr.cpp:212 (chip-tool+0xa07e91)
    #12 chip::SessionManager::SecureUnicastMessageDispatch(chip::PacketHeader const&, chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/SessionManager.cpp:616 (chip-tool+0xa1548b)
    #13 chip::SessionManager::OnMessageReceived(chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/SessionManager.cpp:443 (chip-tool+0xa14426)
    #14 chip::TransportMgrBase::HandleMessageReceived(chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/TransportMgrBase.cpp:76 (chip-tool+0xa17dfa)
    #15 chip::Transport::Base::HandleMessageReceived(chip::Transport::PeerAddress const&, chip::System::PacketBufferHandle&&) ../../src/transport/raw/Base.h:102 (chip-tool+0xb19728)
    #16 chip::Transport::UDP::OnUdpReceive(chip::Inet::UDPEndPoint*, chip::System::PacketBufferHandle&&, chip::Inet::IPPacketInfo const*) ../../src/transport/raw/UDP.cpp:122 (chip-tool+0xb1a48b)
    #17 chip::Inet::UDPEndPointImplSockets::HandlePendingIO(chip::BitFlags<chip::System::SocketEventFlags, unsigned char>) ../../src/inet/UDPEndPointImplSockets.cpp:688 (chip-tool+0xb00aa0)
    #18 chip::Inet::UDPEndPointImplSockets::HandlePendingIO(chip::BitFlags<chip::System::SocketEventFlags, unsigned char>, long) ../../src/inet/UDPEndPointImplSockets.cpp:569 (chip-tool+0xafff89)
    #19 chip::System::LayerImplSelect::HandleEvents() ../../src/system/SystemLayerImplSelect.cpp:406 (chip-tool+0xb07563)
    #20 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_RunEventLoop() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:181 (chip-tool+0x98a227)
    #21 chip::DeviceLayer::PlatformManager::RunEventLoop() ../../src/include/platform/PlatformManager.h:362 (chip-tool+0x988f75)
    #22 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::EventLoopTaskMain(void*) ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:205 (chip-tool+0x98a87c)

  Location is global '(anonymous namespace)::gIsCommandRunning' of size 1 at 0x55f81c7745ff (chip-tool+0x000000c485ff)

  Mutex M185 (0x55f81c776180) created at:
    #0 pthread_mutex_lock ../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:4240 (libtsan.so.0+0x4f30a)
    #1 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_LockChipStack() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:78 (chip-tool+0x989e90)
    #2 chip::DeviceLayer::PlatformManager::LockChipStack() ../../src/include/platform/PlatformManager.h:410 (chip-tool+0x988fa5)
    #3 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_RunEventLoop() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:170 (chip-tool+0x98a147)
    #4 chip::DeviceLayer::PlatformManager::RunEventLoop() ../../src/include/platform/PlatformManager.h:362 (chip-tool+0x988f75)
    #5 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::EventLoopTaskMain(void*) ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:205 (chip-tool+0x98a87c)

  Thread T5 (tid=63013, running) created by main thread at:
    #0 pthread_create ../../../../src/libsanitizer/tsan/tsan_interceptors_posix.cpp:969 (libtsan.so.0+0x5ad75)
    #1 chip::DeviceLayer::Internal::GenericPlatformManagerImpl_POSIX<chip::DeviceLayer::PlatformManagerImpl>::_StartEventLoopTask() ../../src/include/platform/internal/GenericPlatformManagerImpl_POSIX.ipp:231 (chip-tool+0x98a40a)
    #2 chip::DeviceLayer::PlatformManager::StartEventLoopTask() ../../src/include/platform/PlatformManager.h:375 (chip-tool+0xaacca2)
    #3 chip::Controller::DeviceControllerFactory::ServiceEvents() ../../src/controller/CHIPDeviceControllerFactory.cpp:331 (chip-tool+0xab0417)
    #4 CHIPCommand::StartWaiting(std::chrono::duration<unsigned int, std::ratio<1l, 1000l> >) ../../examples/chip-tool/commands/common/CHIPCommand.cpp:403 (chip-tool+0x83e353)
    #5 CHIPCommand::Run() ../../examples/chip-tool/commands/common/CHIPCommand.cpp:187 (chip-tool+0x83c839)
    #6 Commands::RunCommand(int, char**, bool) ../../examples/chip-tool/commands/common/Commands.cpp:147 (chip-tool+0x85d4f7)
    #7 Commands::Run(int, char**) ../../examples/chip-tool/commands/common/Commands.cpp:51 (chip-tool+0x85c288)
    #8 main <null> (chip-tool+0x569c0a)

SUMMARY: ThreadSanitizer: data race ../../examples/chip-tool/commands/interactive/InteractiveCommands.cpp:127 in InteractiveStartCommand::ParseCommand(char*)
==================
jepenven-silabs pushed a commit that referenced this pull request Jul 26, 2022
Merge in WMN_TOOLS/matter from matter-documentation to silabs

Squashed commit of the following:

commit e8146293fbd04a20fc6d6a7997731d714271cceb
Author: Shayna Kaushal <shkausha@silabs.com>
Date:   Thu Jul 21 12:53:24 2022 -0400

    [wifi] flow

commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:37:06 2022 -0400

    updated release version links

commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:20:06 2022 -0400

    fixed broken link in doc

commit 0353026f6d24a5c03be7ab751232bb1a04b48814
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:39:59 2022 -0400

    updated

commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:36:23 2022 -0400

    added links

commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 08:58:48 2022 -0400

    updated location of pi image

commit 52cd19670d0d5e07ee62b961f142e296b2214703
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:44:47 2022 -0400

    updated title

commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:43:33 2022 -0400

    updated some language

commit 3392b1eae54510f0470d656492c4cb1940ec3518
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:40:30 2022 -0400

    added header to Matter README.md

commit b1427675245daac4c223ee9bc3284ebddfb022ce
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:55:31 2022 -0400

    small edit

commit 16483955fa46c4415275b6e14810f21231acde0f
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:53:58 2022 -0400

    update doc in build and flash

commit e34b02701f18ece1a87e03df5164cf142bd9b685
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:47:03 2022 -0400

    updated link on build and flash

commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 09:46:55 2022 -0400

    updated links and supported platforms

commit f83790ae5ad212714f2a3149ca22033125262c50
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 19 14:31:52 2022 -0400

    cleanup documentation

commit 02221236ea0c17fa9051d115b174763353f49b76
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Jun 28 13:39:23 2022 -0400

    first commit of matter documentation
jmartinez-silabs pushed a commit that referenced this pull request Aug 18, 2022
Merge in WMN_TOOLS/matter from matter-documentation to silabs

Squashed commit of the following:

commit e8146293fbd04a20fc6d6a7997731d714271cceb
Author: Shayna Kaushal <shkausha@silabs.com>
Date:   Thu Jul 21 12:53:24 2022 -0400

    [wifi] flow

commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:37:06 2022 -0400

    updated release version links

commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:20:06 2022 -0400

    fixed broken link in doc

commit 0353026f6d24a5c03be7ab751232bb1a04b48814
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:39:59 2022 -0400

    updated

commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:36:23 2022 -0400

    added links

commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 08:58:48 2022 -0400

    updated location of pi image

commit 52cd19670d0d5e07ee62b961f142e296b2214703
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:44:47 2022 -0400

    updated title

commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:43:33 2022 -0400

    updated some language

commit 3392b1eae54510f0470d656492c4cb1940ec3518
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:40:30 2022 -0400

    added header to Matter README.md

commit b1427675245daac4c223ee9bc3284ebddfb022ce
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:55:31 2022 -0400

    small edit

commit 16483955fa46c4415275b6e14810f21231acde0f
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:53:58 2022 -0400

    update doc in build and flash

commit e34b02701f18ece1a87e03df5164cf142bd9b685
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:47:03 2022 -0400

    updated link on build and flash

commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 09:46:55 2022 -0400

    updated links and supported platforms

commit f83790ae5ad212714f2a3149ca22033125262c50
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 19 14:31:52 2022 -0400

    cleanup documentation

commit 02221236ea0c17fa9051d115b174763353f49b76
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Jun 28 13:39:23 2022 -0400

    first commit of matter documentation
jmartinez-silabs added a commit that referenced this pull request Aug 18, 2022
Merge in WMN_TOOLS/matter from silabs_sync to silabs

Squashed commit of the following:

commit b23ee53b14d3751f50e1438ce818a6a45ed6aa41
Merge: 5a5699b64 6a42928d7
Author: Junior Martinez <junior.martinez@silabs.com>
Date:   Mon Aug 15 11:57:03 2022 -0400

    Merge branch 'silabs' of ssh://stash.silabs.com/wmn_tools/matter into silabs_sync

commit 5a5699b6451c316e63b8220cd3326478eb7d48bc
Author: Junior Martinez <junior.martinez@silabs.com>
Date:   Mon Aug 15 11:45:49 2022 -0400

    Modify the target name in the jenkins chip-tool build command. It now needs clang in the naming

commit d304eab105a5241a5c288d1b9686088cb3b5777c
Author: Mohamed Amine Elfelsoufi <Mohamed.AmineElfelsoufi@silabs.com>
Date:   Thu Aug 4 19:11:38 2022 +0000

    Pull request #34: efr32_sdk.gni edited online with Bitbucket

    Merge in WMN_TOOLS/matter from moaminee/efr32_sdkgni-1659380365697 to silabs

    Squashed commit of the following:

    commit 9d6939596ce323f3e3127ce2627fef469f671709
    Author: Mohamed Amine Elfelsoufi <Mohamed.AmineElfelsoufi@silabs.com>
    Date:   Mon Aug 1 19:00:03 2022 +0000

        efr32_sdk.gni edited online with Bitbucket

        Added pwm and pwm_rgb driver to the sources.

commit 8cb87affb7b7e9423d2c0883d7b0af726c5b74d1
Author: Mohamed Amine Elfelsoufi <Mohamed.AmineElfelsoufi@silabs.com>
Date:   Thu Aug 4 19:00:34 2022 +0000

    Pull request #19: Example newLight

    Merge in WMN_TOOLS/matter from example_newLight to silabs

    Squashed commit of the following:

    commit 531f2444a8d32be6d4e6459358be87257f10d659
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Mon Aug 1 15:27:53 2022 -0400

        ✂️  Update New-Light's README.md

    commit 430484553df595e64bd7a8c253917385d1183e17
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Mon Jul 18 16:11:34 2022 -0400

        🔍 Fix typo.

    commit 9831b0c93ccc20deb0bdd5444362debb8f1c6fee
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Mon Jul 18 15:45:43 2022 -0400

        📖 Add newLight guide.

commit d251e7aad1a13cff4e7121600e9f781b79ab4412
Author: Jean-Francois Penven <Jean-Francois.Penven@silabs.com>
Date:   Tue Jul 26 17:05:53 2022 +0000

    Pull request #32: Update Tags

    Merge in WMN_TOOLS/matter from edit_tags to silabs

    Squashed commit of the following:

    commit a03340a92f3252e2e47a7958924a67267cba1e84
    Author: jepenven-silabs <jean-francois.penven@silabs.com>
    Date:   Tue Jul 26 10:46:34 2022 -0400

        Update Tags

commit 39de41d42e0d9959dd726b4ce32a1a1029c780d0
Author: Rehan Rasool <Rehan.Rasool@silabs.com>
Date:   Tue Jul 26 14:37:13 2022 +0000

    Pull request #31: v0.1.0 main readme update

    Merge in WMN_TOOLS/matter from v0.1.0-main-readme-update to silabs

    Squashed commit of the following:

    commit ae14c7c0374af9c8b222d10184f4059858d448a5
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Tue Jul 26 10:18:03 2022 -0400

        fix links in overview.md

    commit e26f66dfa7b1d4e47e81596bf8c55937fed07653
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Tue Jul 26 10:13:29 2022 -0400

        updated link to matter overview since the README doesn't have much in it anymore

    commit 138587771c049eab9c44ebad9fc4e60e565ff427
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Tue Jul 26 10:11:21 2022 -0400

        found some typos in the overview page

    commit 8aad6d40162bbe73e90c8879c4f657815083f1bd
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Tue Jul 26 10:06:45 2022 -0400

        added logo and removed unecessary content

commit efea309bb8e5b584ba34278038693a5725a63c3c
Author: Jean-Francois Penven <Jean-Francois.Penven@silabs.com>
Date:   Tue Jul 26 13:46:30 2022 +0000

    Pull request #29: Cherry-pick: Doc cleanup for v0.1.0

    Merge in WMN_TOOLS/matter from cherry_pick_latest_doc to silabs

    Squashed commit of the following:

    commit 56a8d3cce83d5e57a022c9eadebb7123054c980b
    Author: Rehan Rasool <Rehan.Rasool@silabs.com>
    Date:   Tue Jul 26 01:53:21 2022 +0000

        Pull request #27: Doc cleanup for v0.1.0

        Merge in WMN_TOOLS/matter from v0.1.0-cjo-doc-updates to RC_july_25_2022

        Squashed commit of the following:

        commit 098a8e68963dcef2b5340b0fab3967b782c757e9
        Author: Rehan Rasool <Rehan.Rasool@silabs.com>
        Date:   Mon Jul 25 15:07:36 2022 -0400

            Highlight Silabs documentation in main readme file to steer users in that direction

        commit e9724fdff7e008888ada038d6714a933a9da13cd
        Author: Ezra Hale <ezra.hale@silabs.com>
        Date:   Mon Jul 25 15:07:23 2022 -0400

            raspberry pi imager tool is also optional

        commit 3bfca8dd7ba7a7f776d35f2c1203e9e81dd33294
        Author: Ezra Hale <ezra.hale@silabs.com>
        Date:   Mon Jul 25 15:04:08 2022 -0400

            updated ozone instructions to be clear this could be done with simplicity studio or commander too

        commit d71effaa13a15066f856bd918b41b788fea6827e
        Author: Ezra Hale <ezra.hale@silabs.com>
        Date:   Mon Jul 25 14:55:40 2022 -0400

            fixed a few errors in the Wi-Fi documentation that pointed to the wrong repo, we should always point to the Silicon Labs Matter repo and not the CSA repo

        commit 9a6489181b347f1646a66954d94b559772ffb319
        Author: Ezra Hale <ezra.hale@silabs.com>
        Date:   Mon Jul 25 14:41:25 2022 -0400

            updated information on building ChipTool for Linux, Mac and Raspberry Pi

        commit 2a9546b10a3b2f200a27e572260df62309a5a523
        Author: Ezra Hale <ezra.hale@silabs.com>
        Date:   Mon Jul 25 13:58:14 2022 -0400

            added caveat around multiple interfaces

        commit 4be84ece40b19ec1fd364534fa5900f71604fe89
        Author: Ezra Hale <ezra.hale@silabs.com>
        Date:   Mon Jul 25 12:52:57 2022 -0400

            updated to remove todos

        commit b073ae430f4e6ac1d88cc43af75033bd7bc146f5
        Author: Ezra Hale <ezra.hale@silabs.com>
        Date:   Mon Jul 25 11:49:16 2022 -0400

            updated demo overview for wifi and navigation, moved to bottom, includes links for both demos

        commit 5337410ebef1d966febc53e017645e4eb7aee1dc
        Author: Ezra Hale <ezra.hale@silabs.com>
        Date:   Mon Jul 25 10:23:44 2022 -0400

            updated header for raspi login credentials

        commit e9c19b147b8450f3d2aea291374e78bdfc366b3f
        Author: Ezra Hale <ezra.hale@silabs.com>
        Date:   Mon Jul 25 10:09:51 2022 -0400

            updated raspi image connection to local network information

        commit 24ef311d3e0b85bf278f4926e0819bf19bbb4d64
        Author: Ezra Hale <ezra.hale@silabs.com>
        Date:   Mon Jul 25 09:44:04 2022 -0400

            added reference to Demo images for Wi-Fi

        commit 026cf89802a7cbc98a3c9afb1c1b0437451b5952
        Author: Rehan Rasool <Rehan.Rasool@silabs.com>
        Date:   Mon Jul 25 08:32:58 2022 -0400

            fix space in doc

        commit ff33baa679c6b22e84cc0ddc9939e0f3292cbc33
        Author: cjo-tra <caowens@silabs.com>
        Date:   Sun Jul 24 21:54:33 2022 -0400

            Demo copyedit

            (cherry picked from commit 24159f5e9258ad657566868669faaccdc2517f4e)

commit 855cd56765c162e7b81d7dffed42a053943d39ab
Author: Shayna Kaushal <Shayna.Kaushal@silabs.com>
Date:   Thu Jul 21 18:11:10 2022 +0000

    Pull request #12: Matter documentation

    Merge in WMN_TOOLS/matter from matter-documentation to silabs

    Squashed commit of the following:

    commit e8146293fbd04a20fc6d6a7997731d714271cceb
    Author: Shayna Kaushal <shkausha@silabs.com>
    Date:   Thu Jul 21 12:53:24 2022 -0400

        [wifi] flow

    commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Thu Jul 21 10:37:06 2022 -0400

        updated release version links

    commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Thu Jul 21 10:20:06 2022 -0400

        fixed broken link in doc

    commit 0353026f6d24a5c03be7ab751232bb1a04b48814
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Thu Jul 21 09:39:59 2022 -0400

        updated

    commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Thu Jul 21 09:36:23 2022 -0400

        added links

    commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Thu Jul 21 08:58:48 2022 -0400

        updated location of pi image

    commit 52cd19670d0d5e07ee62b961f142e296b2214703
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Wed Jul 20 14:44:47 2022 -0400

        updated title

    commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Wed Jul 20 14:43:33 2022 -0400

        updated some language

    commit 3392b1eae54510f0470d656492c4cb1940ec3518
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Wed Jul 20 14:40:30 2022 -0400

        added header to Matter README.md

    commit b1427675245daac4c223ee9bc3284ebddfb022ce
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Wed Jul 20 13:55:31 2022 -0400

        small edit

    commit 16483955fa46c4415275b6e14810f21231acde0f
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Wed Jul 20 13:53:58 2022 -0400

        update doc in build and flash

    commit e34b02701f18ece1a87e03df5164cf142bd9b685
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Wed Jul 20 13:47:03 2022 -0400

        updated link on build and flash

    commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Wed Jul 20 09:46:55 2022 -0400

        updated links and supported platforms

    commit f83790ae5ad212714f2a3149ca22033125262c50
    Author: jepenven-silabs <jean-francois.penven@silabs.com>
    Date:   Tue Jul 19 14:31:52 2022 -0400

        cleanup documentation

    commit 02221236ea0c17fa9051d115b174763353f49b76
    Author: Ezra Hale <ezra.hale@silabs.com>
    Date:   Tue Jun 28 13:39:23 2022 -0400

        first commit of matter documentation

commit 2b1ce4238ae0a8060e9dba08b3ced78e06544a57
Author: Jean-Francois Penven <Jean-Francois.Penven@silabs.com>
Date:   Wed Jul 20 17:12:10 2022 +0000

    Pull request #23: Build all examples in an optimized way

    Merge in WMN_TOOLS/matter from build_all_boards to silabs

    Squashed commit of the following:

    commit 1f36a7fe16ca44c5c169abcf49c99a2161c143d6
    Author: jepenven-silabs <jean-francois.penven@silabs.com>
    Date:   Tue Jul 19 23:26:31 2022 -0400

        fix error

    commit 560e3f8ca330fe7f75fddf7bb0cdb16211b3dda9
    Author: jepenven-silabs <jean-francois.penven@silabs.com>
    Date:   Tue Jul 19 20:35:07 2022 -0400

        Build all examples in an optimized way

commit 8268378025c4454055b444f06d06230f697fff49
Author: Mohamed Amine Elfelsoufi <Mohamed.AmineElfelsoufi@silabs.com>
Date:   Mon Jul 18 18:47:24 2022 +0000

    Pull request #10: Example newLight

    Merge in WMN_TOOLS/matter from example_newLight to silabs

    Squashed commit of the following:

    commit 4bf0c26bd4829ec146574c99a77e4c58d242af21
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Fri Jul 15 16:28:07 2022 -0400

        ✨ Code improvements.

    commit 0cd0466e28a0e712636bce13ade7498a5ef47d3f
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Thu Jul 14 19:27:00 2022 -0400

        ⌛️ Update the light app to use the new GSDK pwm drivers.

    commit dd9ecb156626b149cfdce49ec93e776499439594
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Mon Jul 11 20:34:22 2022 -0400

        🏗  Remove int usage and code clarifications.

    commit b745a8622636a608aeb869cab0f3106ac44773aa
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Mon Jul 4 19:08:22 2022 -0400

        🛡  Include guards for incompatible boards.

    commit 2bde7a13337f2658ec7de4d8c37e7b00821722c9
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Wed Jun 29 16:48:22 2022 -0400

        ✨ Code improvements.

    commit 9fbb2497e7be70c97a70ad694e757e1009c5f837
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Mon Jun 27 22:07:20 2022 -0400

        🎨 Add Color Control.

    commit a3640854c813350323b7be18e8b7040c5c9fdfb8
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Mon Jun 20 11:01:09 2022 -0400

        →← Fix merge conflict.

commit 37271e634d6ab077fdb716db98525397f342d99a
Author: Mohamed Amine Elfelsoufi <Mohamed.AmineElfelsoufi@silabs.com>
Date:   Mon Jul 18 13:25:03 2022 +0000

    Pull request #15: 🐛 Compilation bugfix for newLight.

    Merge in WMN_TOOLS/matter from minor_bugfix_BT to silabs

    Squashed commit of the following:

    commit 356b2f9991ec52f88e9828d1e56ee235fe9284fe
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Fri Jul 15 11:26:44 2022 -0400

        ⌛️ Update Files Generated by Zap for newLight.

    commit 8224e9c48fec4196cc1254e677821f5a4a04c831
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Fri Jul 15 10:51:37 2022 -0400

        🐛 Bugfix for AppTask.h

commit 070ab0c461e1f061d38b1b5b3a2184691f5e932a
Author: Jean-Francois Penven <Jean-Francois.Penven@silabs.com>
Date:   Thu Jul 14 18:07:43 2022 +0000

    Pull request #17: Add chip-tool build

    Merge in WMN_TOOLS/matter from add_chip_tool_build_ci to silabs

    Squashed commit of the following:

    commit 455234362570a6142811e0418d10d100de63930c
    Author: jepenven-silabs <jean-francois.penven@silabs.com>
    Date:   Thu Jul 14 13:20:12 2022 -0400

        remove comments

    commit 4de997e5a8abcea74877a79684b933e0d8ea62a3
    Author: jepenven-silabs <jean-francois.penven@silabs.com>
    Date:   Tue Jul 12 09:52:54 2022 -0400

        Add chip-tool build

commit 6c28ef1beeff942e1a40179f9bcc710f88c25ca1
Author: Jean-Francois Penven <Jean-Francois.Penven@silabs.com>
Date:   Thu Jul 14 14:00:15 2022 +0000

    Pull request #16: Add Wifi build

    Merge in WMN_TOOLS/matter from add_wifi_examples to silabs

    Squashed commit of the following:

    commit e7d24f831945a07b30697f5d4c57488b3efcbcc5
    Author: jepenven-silabs <jean-francois.penven@silabs.com>
    Date:   Wed Jul 13 13:09:35 2022 -0400

        Add Wifi build

commit 7129256435525fd231cf618ed0f8164f7d95a8f9
Author: Jean-Francois Penven <Jean-Francois.Penven@silabs.com>
Date:   Wed Jul 13 18:35:06 2022 +0000

    Pull request #14: Add Window App for OpenThread

    Merge in WMN_TOOLS/matter from add_window_app_ci to silabs

    Squashed commit of the following:

    commit a83db3f19665d40c80a325e07831b462440f133d
    Author: jepenven-silabs <jean-francois.penven@silabs.com>
    Date:   Tue Jul 12 13:25:49 2022 -0400

        Add Window App for OpenThread

commit b1f545b907b34fe345025a1ab9f5a4748d34ac41
Author: Jean-Francois Penven <Jean-Francois.Penven@silabs.com>
Date:   Tue Jul 12 17:02:00 2022 +0000

    Pull request #11: Optimize build time with parrallel node

    Merge in WMN_TOOLS/matter from optimize_ci_build_time to silabs

    Squashed commit of the following:

    commit 7ec0d686f99aac591c24a7a1492cd9238979a758
    Author: jepenven-silabs <jean-francois.penven@silabs.com>
    Date:   Tue Jul 12 10:06:57 2022 -0400

        Optimize build time with parrallel node

commit baf98845bb499131750099509210cc751a219b36
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 12 09:38:04 2022 -0400

    Hot Fix CI

commit 772aef3ef51a3a7dd66e2375e798dbc2c3ff0de4
Author: Mohamed Amine Elfelsoufi <Mohamed.AmineElfelsoufi@silabs.com>
Date:   Wed Jul 6 20:46:22 2022 +0000

    Pull request #8: Example newLight

    Merge in WMN_TOOLS/matter from example_newLight to silabs

    Squashed commit of the following:

    commit cab12d8676360a597f458bea508da27dcb1d8fa3
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Wed Jul 6 14:29:15 2022 -0400

        ⏫ Update newLight Zap files.

    commit 12aea2cb5f4bece65ef7fe28f0e277028ad5351f
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Thu Jun 2 18:17:25 2022 -0400

        ⚡ Generate zap-output files and modify the Build.gn file to point to their location.

    commit 26b79c7a6cd8f2de5b5d44a5c0a729486819a0d1
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Thu Jun 2 17:20:36 2022 -0400

        📁 Add a folder for the new example.

commit 4862cde6a587c29db555aa71bdfd206d9de67d5d
Author: Mohamed Amine Elfelsoufi <Mohamed.AmineElfelsoufi@silabs.com>
Date:   Wed Jul 6 20:43:28 2022 +0000

    Pull request #7: Minor bugfix BT

    Merge in WMN_TOOLS/matter from minor_bugfix_BT to silabs

    Squashed commit of the following:

    commit 30fd4a1e5232497a98ba2048af53e574f3e20b4c
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Wed Jul 6 14:42:12 2022 -0400

        🛠  Rebase Fix.

    commit 83b558f3d8e64817d22feefe0051631f09bb6aaa
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Thu Jun 2 16:19:34 2022 -0400

        ✨ Edit comment format.

    commit 468db8bc40664649f6a9c1708de6c690110667e7
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Mon May 30 16:16:43 2022 -0400

        🐛 Bugfix clarification.

    commit 1ff11450315d8be19bc34f0a6d03405fc6df0726
    Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
    Date:   Mon May 30 16:04:12 2022 -0400

        🐛 BLE minor bugfix.

commit 302eb9b1c36ec7bd9762a51ab935ad342b09ae4b
Author: Jean-Francois Penven <Jean-Francois.Penven@silabs.com>
Date:   Wed Jul 6 17:28:48 2022 +0000

    Pull request #9: Update QRCode method

    Merge in WMN_TOOLS/matter from fix_ci to silabs

    Squashed commit of the following:

    commit 784b59e8e9a20c4fb89266d8a06391a0bbb5640f
    Author: jepenven-silabs <jean-francois.penven@silabs.com>
    Date:   Tue Jul 5 14:33:59 2022 -0400

        Update QRCode method

commit f1840c8cadf6f9a2ecb2f490d2a566c7c64bc177
Author: Jean-Francois Penven <Jean-Francois.Penven@silabs.com>
Date:   Wed Jun 8 11:58:53 2022 +0000

    export_examples script

    Merge in WMN_TOOLS/matter from add_export_scripts to silabs

    Squashed commit of the following:

    commit 10ebc69d124c0eba7b3ddc6bade7cd6ce499da31
    Author: jepenven-silabs <jean-francois.penven@silabs.com>
    Date:   Mon May 30 13:49:51 2022 -0400

        export_examples

... and 382 more commits
jmartinez-silabs pushed a commit that referenced this pull request Sep 8, 2022
Merge in WMN_TOOLS/matter from matter-documentation to silabs

Squashed commit of the following:

commit e8146293fbd04a20fc6d6a7997731d714271cceb
Author: Shayna Kaushal <shkausha@silabs.com>
Date:   Thu Jul 21 12:53:24 2022 -0400

    [wifi] flow

commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:37:06 2022 -0400

    updated release version links

commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:20:06 2022 -0400

    fixed broken link in doc

commit 0353026f6d24a5c03be7ab751232bb1a04b48814
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:39:59 2022 -0400

    updated

commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:36:23 2022 -0400

    added links

commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 08:58:48 2022 -0400

    updated location of pi image

commit 52cd19670d0d5e07ee62b961f142e296b2214703
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:44:47 2022 -0400

    updated title

commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:43:33 2022 -0400

    updated some language

commit 3392b1eae54510f0470d656492c4cb1940ec3518
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:40:30 2022 -0400

    added header to Matter README.md

commit b1427675245daac4c223ee9bc3284ebddfb022ce
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:55:31 2022 -0400

    small edit

commit 16483955fa46c4415275b6e14810f21231acde0f
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:53:58 2022 -0400

    update doc in build and flash

commit e34b02701f18ece1a87e03df5164cf142bd9b685
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:47:03 2022 -0400

    updated link on build and flash

commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 09:46:55 2022 -0400

    updated links and supported platforms

commit f83790ae5ad212714f2a3149ca22033125262c50
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 19 14:31:52 2022 -0400

    cleanup documentation

commit 02221236ea0c17fa9051d115b174763353f49b76
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Jun 28 13:39:23 2022 -0400

    first commit of matter documentation
mkardous-silabs pushed a commit to SiliconLabs/watt-sandbox that referenced this pull request Oct 6, 2022
Merge in WMN_TOOLS/matter from matter-documentation to silabs

Squashed commit of the following:

commit e8146293fbd04a20fc6d6a7997731d714271cceb
Author: Shayna Kaushal <shkausha@silabs.com>
Date:   Thu Jul 21 12:53:24 2022 -0400

    [wifi] flow

commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:37:06 2022 -0400

    updated release version links

commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:20:06 2022 -0400

    fixed broken link in doc

commit 0353026f6d24a5c03be7ab751232bb1a04b48814
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:39:59 2022 -0400

    updated

commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:36:23 2022 -0400

    added links

commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 08:58:48 2022 -0400

    updated location of pi image

commit 52cd19670d0d5e07ee62b961f142e296b2214703
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:44:47 2022 -0400

    updated title

commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:43:33 2022 -0400

    updated some language

commit 3392b1eae54510f0470d656492c4cb1940ec3518
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:40:30 2022 -0400

    added header to Matter README.md

commit b1427675245daac4c223ee9bc3284ebddfb022ce
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:55:31 2022 -0400

    small edit

commit 16483955fa46c4415275b6e14810f21231acde0f
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:53:58 2022 -0400

    update doc in build and flash

commit e34b02701f18ece1a87e03df5164cf142bd9b685
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:47:03 2022 -0400

    updated link on build and flash

commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 09:46:55 2022 -0400

    updated links and supported platforms

commit f83790ae5ad212714f2a3149ca22033125262c50
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 19 14:31:52 2022 -0400

    cleanup documentation

commit 02221236ea0c17fa9051d115b174763353f49b76
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Jun 28 13:39:23 2022 -0400

    first commit of matter documentation
jmartinez-silabs pushed a commit that referenced this pull request Oct 13, 2022
Merge in WMN_TOOLS/matter from matter-documentation to silabs

Squashed commit of the following:

commit e8146293fbd04a20fc6d6a7997731d714271cceb
Author: Shayna Kaushal <shkausha@silabs.com>
Date:   Thu Jul 21 12:53:24 2022 -0400

    [wifi] flow

commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:37:06 2022 -0400

    updated release version links

commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:20:06 2022 -0400

    fixed broken link in doc

commit 0353026f6d24a5c03be7ab751232bb1a04b48814
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:39:59 2022 -0400

    updated

commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:36:23 2022 -0400

    added links

commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 08:58:48 2022 -0400

    updated location of pi image

commit 52cd19670d0d5e07ee62b961f142e296b2214703
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:44:47 2022 -0400

    updated title

commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:43:33 2022 -0400

    updated some language

commit 3392b1eae54510f0470d656492c4cb1940ec3518
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:40:30 2022 -0400

    added header to Matter README.md

commit b1427675245daac4c223ee9bc3284ebddfb022ce
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:55:31 2022 -0400

    small edit

commit 16483955fa46c4415275b6e14810f21231acde0f
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:53:58 2022 -0400

    update doc in build and flash

commit e34b02701f18ece1a87e03df5164cf142bd9b685
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:47:03 2022 -0400

    updated link on build and flash

commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 09:46:55 2022 -0400

    updated links and supported platforms

commit f83790ae5ad212714f2a3149ca22033125262c50
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 19 14:31:52 2022 -0400

    cleanup documentation

commit 02221236ea0c17fa9051d115b174763353f49b76
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Jun 28 13:39:23 2022 -0400

    first commit of matter documentation
rerasool pushed a commit that referenced this pull request Nov 2, 2022
Merge in WMN_TOOLS/matter from matter-documentation to silabs

Squashed commit of the following:

commit e8146293fbd04a20fc6d6a7997731d714271cceb
Author: Shayna Kaushal <shkausha@silabs.com>
Date:   Thu Jul 21 12:53:24 2022 -0400

    [wifi] flow

commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:37:06 2022 -0400

    updated release version links

commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:20:06 2022 -0400

    fixed broken link in doc

commit 0353026f6d24a5c03be7ab751232bb1a04b48814
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:39:59 2022 -0400

    updated

commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:36:23 2022 -0400

    added links

commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 08:58:48 2022 -0400

    updated location of pi image

commit 52cd19670d0d5e07ee62b961f142e296b2214703
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:44:47 2022 -0400

    updated title

commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:43:33 2022 -0400

    updated some language

commit 3392b1eae54510f0470d656492c4cb1940ec3518
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:40:30 2022 -0400

    added header to Matter README.md

commit b1427675245daac4c223ee9bc3284ebddfb022ce
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:55:31 2022 -0400

    small edit

commit 16483955fa46c4415275b6e14810f21231acde0f
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:53:58 2022 -0400

    update doc in build and flash

commit e34b02701f18ece1a87e03df5164cf142bd9b685
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:47:03 2022 -0400

    updated link on build and flash

commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 09:46:55 2022 -0400

    updated links and supported platforms

commit f83790ae5ad212714f2a3149ca22033125262c50
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 19 14:31:52 2022 -0400

    cleanup documentation

commit 02221236ea0c17fa9051d115b174763353f49b76
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Jun 28 13:39:23 2022 -0400

    first commit of matter documentation
jmartinez-silabs pushed a commit that referenced this pull request Feb 24, 2023
Merge in WMN_TOOLS/matter from matter-documentation to silabs

Squashed commit of the following:

commit e8146293fbd04a20fc6d6a7997731d714271cceb
Author: Shayna Kaushal <shkausha@silabs.com>
Date:   Thu Jul 21 12:53:24 2022 -0400

    [wifi] flow

commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:37:06 2022 -0400

    updated release version links

commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:20:06 2022 -0400

    fixed broken link in doc

commit 0353026f6d24a5c03be7ab751232bb1a04b48814
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:39:59 2022 -0400

    updated

commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:36:23 2022 -0400

    added links

commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 08:58:48 2022 -0400

    updated location of pi image

commit 52cd19670d0d5e07ee62b961f142e296b2214703
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:44:47 2022 -0400

    updated title

commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:43:33 2022 -0400

    updated some language

commit 3392b1eae54510f0470d656492c4cb1940ec3518
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:40:30 2022 -0400

    added header to Matter README.md

commit b1427675245daac4c223ee9bc3284ebddfb022ce
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:55:31 2022 -0400

    small edit

commit 16483955fa46c4415275b6e14810f21231acde0f
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:53:58 2022 -0400

    update doc in build and flash

commit e34b02701f18ece1a87e03df5164cf142bd9b685
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:47:03 2022 -0400

    updated link on build and flash

commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 09:46:55 2022 -0400

    updated links and supported platforms

commit f83790ae5ad212714f2a3149ca22033125262c50
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 19 14:31:52 2022 -0400

    cleanup documentation

commit 02221236ea0c17fa9051d115b174763353f49b76
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Jun 28 13:39:23 2022 -0400

    first commit of matter documentation
jmartinez-silabs pushed a commit that referenced this pull request May 18, 2023
Merge in WMN_TOOLS/matter from matter-documentation to silabs

Squashed commit of the following:

commit e8146293fbd04a20fc6d6a7997731d714271cceb
Author: Shayna Kaushal <shkausha@silabs.com>
Date:   Thu Jul 21 12:53:24 2022 -0400

    [wifi] flow

commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:37:06 2022 -0400

    updated release version links

commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:20:06 2022 -0400

    fixed broken link in doc

commit 0353026f6d24a5c03be7ab751232bb1a04b48814
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:39:59 2022 -0400

    updated

commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:36:23 2022 -0400

    added links

commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 08:58:48 2022 -0400

    updated location of pi image

commit 52cd19670d0d5e07ee62b961f142e296b2214703
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:44:47 2022 -0400

    updated title

commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:43:33 2022 -0400

    updated some language

commit 3392b1eae54510f0470d656492c4cb1940ec3518
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:40:30 2022 -0400

    added header to Matter README.md

commit b1427675245daac4c223ee9bc3284ebddfb022ce
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:55:31 2022 -0400

    small edit

commit 16483955fa46c4415275b6e14810f21231acde0f
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:53:58 2022 -0400

    update doc in build and flash

commit e34b02701f18ece1a87e03df5164cf142bd9b685
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:47:03 2022 -0400

    updated link on build and flash

commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 09:46:55 2022 -0400

    updated links and supported platforms

commit f83790ae5ad212714f2a3149ca22033125262c50
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 19 14:31:52 2022 -0400

    cleanup documentation

commit 02221236ea0c17fa9051d115b174763353f49b76
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Jun 28 13:39:23 2022 -0400

    first commit of matter documentation
rerasool pushed a commit that referenced this pull request Jun 23, 2023
Merge in WMN_TOOLS/matter from matter-documentation to silabs

Squashed commit of the following:

commit e8146293fbd04a20fc6d6a7997731d714271cceb
Author: Shayna Kaushal <shkausha@silabs.com>
Date:   Thu Jul 21 12:53:24 2022 -0400

    [wifi] flow

commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:37:06 2022 -0400

    updated release version links

commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:20:06 2022 -0400

    fixed broken link in doc

commit 0353026f6d24a5c03be7ab751232bb1a04b48814
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:39:59 2022 -0400

    updated

commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:36:23 2022 -0400

    added links

commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 08:58:48 2022 -0400

    updated location of pi image

commit 52cd19670d0d5e07ee62b961f142e296b2214703
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:44:47 2022 -0400

    updated title

commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:43:33 2022 -0400

    updated some language

commit 3392b1eae54510f0470d656492c4cb1940ec3518
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:40:30 2022 -0400

    added header to Matter README.md

commit b1427675245daac4c223ee9bc3284ebddfb022ce
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:55:31 2022 -0400

    small edit

commit 16483955fa46c4415275b6e14810f21231acde0f
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:53:58 2022 -0400

    update doc in build and flash

commit e34b02701f18ece1a87e03df5164cf142bd9b685
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:47:03 2022 -0400

    updated link on build and flash

commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 09:46:55 2022 -0400

    updated links and supported platforms

commit f83790ae5ad212714f2a3149ca22033125262c50
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 19 14:31:52 2022 -0400

    cleanup documentation

commit 02221236ea0c17fa9051d115b174763353f49b76
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Jun 28 13:39:23 2022 -0400

    first commit of matter documentation
jmartinez-silabs pushed a commit that referenced this pull request Sep 1, 2023
Merge in WMN_TOOLS/matter from matter-documentation to silabs

Squashed commit of the following:

commit e8146293fbd04a20fc6d6a7997731d714271cceb
Author: Shayna Kaushal <shkausha@silabs.com>
Date:   Thu Jul 21 12:53:24 2022 -0400

    [wifi] flow

commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:37:06 2022 -0400

    updated release version links

commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:20:06 2022 -0400

    fixed broken link in doc

commit 0353026f6d24a5c03be7ab751232bb1a04b48814
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:39:59 2022 -0400

    updated

commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:36:23 2022 -0400

    added links

commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 08:58:48 2022 -0400

    updated location of pi image

commit 52cd19670d0d5e07ee62b961f142e296b2214703
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:44:47 2022 -0400

    updated title

commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:43:33 2022 -0400

    updated some language

commit 3392b1eae54510f0470d656492c4cb1940ec3518
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:40:30 2022 -0400

    added header to Matter README.md

commit b1427675245daac4c223ee9bc3284ebddfb022ce
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:55:31 2022 -0400

    small edit

commit 16483955fa46c4415275b6e14810f21231acde0f
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:53:58 2022 -0400

    update doc in build and flash

commit e34b02701f18ece1a87e03df5164cf142bd9b685
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:47:03 2022 -0400

    updated link on build and flash

commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 09:46:55 2022 -0400

    updated links and supported platforms

commit f83790ae5ad212714f2a3149ca22033125262c50
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 19 14:31:52 2022 -0400

    cleanup documentation

commit 02221236ea0c17fa9051d115b174763353f49b76
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Jun 28 13:39:23 2022 -0400

    first commit of matter documentation
jmartinez-silabs pushed a commit that referenced this pull request Oct 25, 2023
…ist". (project-chip#29666)

The typical failure there looks like this:

==29620==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 88 byte(s) in 1 object(s) allocated from:
    #0 0x106396e12 in calloc+0xa2 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x51e12)
    #1 0x7ff800dc9789 in map_images_nolock+0x24b (libobjc.A.dylib:x86_64h+0x1789)
    #2 0x7ff800dc94db in map_images+0x42 (libobjc.A.dylib:x86_64h+0x14db)
    #3 0x113d721fa in invocation function for block in dyld4::RuntimeState::setObjCNotifiers(void (*)(unsigned int, char const* const*, mach_header const* const*), void (*)(char const*, mach_header const*), void (*)(char const*, mach_header const*))+0x112 (dyld:x86_64+0xf1fa)
    #4 0x113d6d6c8 in dyld4::RuntimeState::withLoadersReadLock(void () block_pointer)+0x28 (dyld:x86_64+0xa6c8)
    #5 0x113d720e1 in dyld4::RuntimeState::setObjCNotifiers(void (*)(unsigned int, char const* const*, mach_header const* const*), void (*)(char const*, mach_header const*), void (*)(char const*, mach_header const*))+0x51 (dyld:x86_64+0xf0e1)
    #6 0x113d85d44 in dyld4::APIs::_dyld_objc_notify_register(void (*)(unsigned int, char const* const*, mach_header const* const*), void (*)(char const*, mach_header const*), void (*)(char const*, mach_header const*))+0x4e (dyld:x86_64+0x22d44)
    #7 0x7ff800dc9343 in _objc_init+0x4fe (libobjc.A.dylib:x86_64h+0x1343)
    #8 0x7ff800d83992 in _os_object_init+0xc (libdispatch.dylib:x86_64+0x2992)
    #9 0x7ff800d911b7 in libdispatch_init+0x136 (libdispatch.dylib:x86_64+0x101b7)
    #10 0x7ff80bd34894 in libSystem_initializer+0xed (libSystem.B.dylib:x86_64+0x1894)
    #11 0x113d77e4e in invocation function for block in dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const+0xb5 (dyld:x86_64+0x14e4e)
    #12 0x113d9eaac in invocation function for block in dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const+0xf1 (dyld:x86_64+0x3baac)
    #13 0x113d95e25 in invocation function for block in dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const+0x22c (dyld:x86_64+0x32e25)
    #14 0x113d64db2 in dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const+0x80 (dyld:x86_64+0x1db2)
    #15 0x113d95bb6 in dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const+0xb2 (dyld:x86_64+0x32bb6)
    #16 0x113d9e603 in dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const+0x1d1 (dyld:x86_64+0x3b603)
    #17 0x113d77d81 in dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const+0x8f (dyld:x86_64+0x14d81)
    #18 0x113d7e659 in dyld4::PrebuiltLoader::runInitializers(dyld4::RuntimeState&) const+0x1d (dyld:x86_64+0x1b659)
    #19 0x113d8b76d in dyld4::APIs::runAllInitializersForMain()+0x25 (dyld:x86_64+0x2876d)
    #20 0x113d6938c in dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*)+0xd72 (dyld:x86_64+0x638c)
    #21 0x113d684e3 in start+0x183 (dyld:x86_64+0x54e3)
jmartinez-silabs pushed a commit that referenced this pull request Oct 25, 2023
Merge in WMN_TOOLS/matter from matter-documentation to silabs

Squashed commit of the following:

commit e8146293fbd04a20fc6d6a7997731d714271cceb
Author: Shayna Kaushal <shkausha@silabs.com>
Date:   Thu Jul 21 12:53:24 2022 -0400

    [wifi] flow

commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:37:06 2022 -0400

    updated release version links

commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:20:06 2022 -0400

    fixed broken link in doc

commit 0353026f6d24a5c03be7ab751232bb1a04b48814
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:39:59 2022 -0400

    updated

commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:36:23 2022 -0400

    added links

commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 08:58:48 2022 -0400

    updated location of pi image

commit 52cd19670d0d5e07ee62b961f142e296b2214703
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:44:47 2022 -0400

    updated title

commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:43:33 2022 -0400

    updated some language

commit 3392b1eae54510f0470d656492c4cb1940ec3518
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:40:30 2022 -0400

    added header to Matter README.md

commit b1427675245daac4c223ee9bc3284ebddfb022ce
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:55:31 2022 -0400

    small edit

commit 16483955fa46c4415275b6e14810f21231acde0f
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:53:58 2022 -0400

    update doc in build and flash

commit e34b02701f18ece1a87e03df5164cf142bd9b685
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:47:03 2022 -0400

    updated link on build and flash

commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 09:46:55 2022 -0400

    updated links and supported platforms

commit f83790ae5ad212714f2a3149ca22033125262c50
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 19 14:31:52 2022 -0400

    cleanup documentation

commit 02221236ea0c17fa9051d115b174763353f49b76
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Jun 28 13:39:23 2022 -0400

    first commit of matter documentation
jmartinez-silabs pushed a commit that referenced this pull request Jan 18, 2024
Merge in WMN_TOOLS/matter from matter-documentation to silabs

Squashed commit of the following:

commit e8146293fbd04a20fc6d6a7997731d714271cceb
Author: Shayna Kaushal <shkausha@silabs.com>
Date:   Thu Jul 21 12:53:24 2022 -0400

    [wifi] flow

commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:37:06 2022 -0400

    updated release version links

commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:20:06 2022 -0400

    fixed broken link in doc

commit 0353026f6d24a5c03be7ab751232bb1a04b48814
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:39:59 2022 -0400

    updated

commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:36:23 2022 -0400

    added links

commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 08:58:48 2022 -0400

    updated location of pi image

commit 52cd19670d0d5e07ee62b961f142e296b2214703
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:44:47 2022 -0400

    updated title

commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:43:33 2022 -0400

    updated some language

commit 3392b1eae54510f0470d656492c4cb1940ec3518
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:40:30 2022 -0400

    added header to Matter README.md

commit b1427675245daac4c223ee9bc3284ebddfb022ce
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:55:31 2022 -0400

    small edit

commit 16483955fa46c4415275b6e14810f21231acde0f
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:53:58 2022 -0400

    update doc in build and flash

commit e34b02701f18ece1a87e03df5164cf142bd9b685
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:47:03 2022 -0400

    updated link on build and flash

commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 09:46:55 2022 -0400

    updated links and supported platforms

commit f83790ae5ad212714f2a3149ca22033125262c50
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 19 14:31:52 2022 -0400

    cleanup documentation

commit 02221236ea0c17fa9051d115b174763353f49b76
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Jun 28 13:39:23 2022 -0400

    first commit of matter documentation
jmartinez-silabs pushed a commit that referenced this pull request Feb 15, 2024
Merge in WMN_TOOLS/matter from matter-documentation to silabs

Squashed commit of the following:

commit e8146293fbd04a20fc6d6a7997731d714271cceb
Author: Shayna Kaushal <shkausha@silabs.com>
Date:   Thu Jul 21 12:53:24 2022 -0400

    [wifi] flow

commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:37:06 2022 -0400

    updated release version links

commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:20:06 2022 -0400

    fixed broken link in doc

commit 0353026f6d24a5c03be7ab751232bb1a04b48814
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:39:59 2022 -0400

    updated

commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:36:23 2022 -0400

    added links

commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 08:58:48 2022 -0400

    updated location of pi image

commit 52cd19670d0d5e07ee62b961f142e296b2214703
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:44:47 2022 -0400

    updated title

commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:43:33 2022 -0400

    updated some language

commit 3392b1eae54510f0470d656492c4cb1940ec3518
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:40:30 2022 -0400

    added header to Matter README.md

commit b1427675245daac4c223ee9bc3284ebddfb022ce
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:55:31 2022 -0400

    small edit

commit 16483955fa46c4415275b6e14810f21231acde0f
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:53:58 2022 -0400

    update doc in build and flash

commit e34b02701f18ece1a87e03df5164cf142bd9b685
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:47:03 2022 -0400

    updated link on build and flash

commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 09:46:55 2022 -0400

    updated links and supported platforms

commit f83790ae5ad212714f2a3149ca22033125262c50
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 19 14:31:52 2022 -0400

    cleanup documentation

commit 02221236ea0c17fa9051d115b174763353f49b76
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Jun 28 13:39:23 2022 -0400

    first commit of matter documentation
jmartinez-silabs pushed a commit that referenced this pull request May 8, 2024
Merge in WMN_TOOLS/matter from matter-documentation to silabs

Squashed commit of the following:

commit e8146293fbd04a20fc6d6a7997731d714271cceb
Author: Shayna Kaushal <shkausha@silabs.com>
Date:   Thu Jul 21 12:53:24 2022 -0400

    [wifi] flow

commit df0bfc5d938e139ed8fbcfdd4dbbcb5eb280b43a
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:37:06 2022 -0400

    updated release version links

commit 1c2445e0d2f7a9fcd467635958d1361c99fb070b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 10:20:06 2022 -0400

    fixed broken link in doc

commit 0353026f6d24a5c03be7ab751232bb1a04b48814
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:39:59 2022 -0400

    updated

commit 7fff13c2087349701291f7d49132f88e6b1e3c4b
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 09:36:23 2022 -0400

    added links

commit 20265a85d2e4ef9951f69e9c6b82c2e673a3c3ff
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Thu Jul 21 08:58:48 2022 -0400

    updated location of pi image

commit 52cd19670d0d5e07ee62b961f142e296b2214703
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:44:47 2022 -0400

    updated title

commit 23132dd01ccc4e3bad0196a1de88e123d4ff89e7
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:43:33 2022 -0400

    updated some language

commit 3392b1eae54510f0470d656492c4cb1940ec3518
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 14:40:30 2022 -0400

    added header to Matter README.md

commit b1427675245daac4c223ee9bc3284ebddfb022ce
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:55:31 2022 -0400

    small edit

commit 16483955fa46c4415275b6e14810f21231acde0f
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:53:58 2022 -0400

    update doc in build and flash

commit e34b02701f18ece1a87e03df5164cf142bd9b685
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 13:47:03 2022 -0400

    updated link on build and flash

commit 5fd1f9330a89f8b6b8ac3ba87d0708c8fbe78b12
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Wed Jul 20 09:46:55 2022 -0400

    updated links and supported platforms

commit f83790ae5ad212714f2a3149ca22033125262c50
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Tue Jul 19 14:31:52 2022 -0400

    cleanup documentation

commit 02221236ea0c17fa9051d115b174763353f49b76
Author: Ezra Hale <ezra.hale@silabs.com>
Date:   Tue Jun 28 13:39:23 2022 -0400

    first commit of matter documentation
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.

0 participants