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 gitignore and remove auto-generated header #76

Merged
merged 3 commits into from
Mar 19, 2020

Conversation

sagar-apple
Copy link
Contributor

Fixes #72

Updated the .gitignore and removed BuildConfig.h

@rwalker-apple
Copy link
Contributor

lgtm

@sagar-apple sagar-apple changed the title Update gitignore and Remove auto-generated header Update gitignore and remove auto-generated header Mar 19, 2020
@turon
Copy link
Contributor

turon commented Mar 19, 2020

FYI, #74 also removes BuildConfig.h.

Copy link
Contributor

@turon turon left a comment

Choose a reason for hiding this comment

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

👍

@woody-apple woody-apple merged commit b0a9fd2 into project-chip:master Mar 19, 2020
mspang referenced this pull request in mspang/connectedhomeip Feb 17, 2021
Android isn't able to unwind the CHIP native stack, which interferes
with debugging. Turn on unwind tables to fix this.  Unclear if we want
this in optimized builds, but Android OS seems to be able to unwind all
of frameworks and OS libraries, so for now assume we do. There's only a
space cost, and we can revisit that later.

This is the difference between this:

backtrace:
02-16 20:49:34.628  3872  3872 F DEBUG   : backtrace:
02-16 20:49:34.628  3872  3872 F DEBUG   :       #00 pc 000000000008246c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) (BuildId: 5812256023147338b8a9538321d4c456)
02-16 20:49:34.628  3872  3872 F DEBUG   :       #1 pc 00000000000a836c  /data/app/com.google.chip.chiptool-rPVLWEFRvE413khV9YptWg==/base.apk (offset 0x97a000) (chip::NetworkProvisioning::SendNetworkCredentials(char const*, char const*)+96)

and this:
02-16 20:56:04.323  5040  5040 F DEBUG   : backtrace:
02-16 20:56:04.323  5040  5040 F DEBUG   :       #00 pc 000000000008246c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) (BuildId: 5812256023147338b8a9538321d4c456)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #1 pc 00000000000a839c  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (chip::NetworkProvisioning::SendNetworkCredentials(char const*, char const*)+96)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #2 pc 000000000009bb58  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (chip::RendezvousSession::SendNetworkCredentials(char const*, char const*)+44)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #3 pc 000000000009bb94  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (non-virtual thunk to chip::RendezvousSession::SendNetworkCredentials(char const*, char const*)+44)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #4 pc 0000000000051488  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (AndroidDeviceControllerWrapper::SendNetworkCredentials(char const*, char const*)+128)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #5 pc 0000000000054188  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (Java_chip_devicecontroller_ChipDeviceController_sendWiFiCredentials+188)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #6 pc 000000000013f350  /apex/com.android.runtime/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: ccd73e8ae9b59d5596b3b8aeef234d43)
<snip>
02-16 20:56:04.327  5040  5040 F DEBUG   :       #75 pc 00000000000be560  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+116) (BuildId: e5b25f8fb9f6bb45ccbeca8c07061dad)
02-16 20:56:04.327  5040  5040 F DEBUG   :       #76 pc 00000000000c13d0  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+776) (BuildId: e5b25f8fb9f6bb45ccbeca8c07061dad)
02-16 20:56:04.327  5040  5040 F DEBUG   :       #77 pc 00000000000034e0  /system/bin/app_process64 (main+1168) (BuildId: ade4367f7cc82a88f668180d34ce79fe)
02-16 20:56:04.327  5040  5040 F DEBUG   :       #78 pc 000000000007dc24  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108) (BuildId: 5812256023147338b8a9538321d4c456)
mspang referenced this pull request in mspang/connectedhomeip Feb 17, 2021
Android isn't able to unwind the CHIP native stack, which interferes
with debugging. Turn on unwind tables to fix this.  Unclear if we want
this in optimized builds, but Android OS seems to be able to unwind all
of its frameworks and native libraries, so for now assume we do. There's
only a space cost, and we can revisit that later.

This is the difference between this:

backtrace:
02-16 20:49:34.628  3872  3872 F DEBUG   : backtrace:
02-16 20:49:34.628  3872  3872 F DEBUG   :       #00 pc 000000000008246c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) (BuildId: 5812256023147338b8a9538321d4c456)
02-16 20:49:34.628  3872  3872 F DEBUG   :       #1 pc 00000000000a836c  /data/app/com.google.chip.chiptool-rPVLWEFRvE413khV9YptWg==/base.apk (offset 0x97a000) (chip::NetworkProvisioning::SendNetworkCredentials(char const*, char const*)+96)

and this:
02-16 20:56:04.323  5040  5040 F DEBUG   : backtrace:
02-16 20:56:04.323  5040  5040 F DEBUG   :       #00 pc 000000000008246c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) (BuildId: 5812256023147338b8a9538321d4c456)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #1 pc 00000000000a839c  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (chip::NetworkProvisioning::SendNetworkCredentials(char const*, char const*)+96)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #2 pc 000000000009bb58  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (chip::RendezvousSession::SendNetworkCredentials(char const*, char const*)+44)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #3 pc 000000000009bb94  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (non-virtual thunk to chip::RendezvousSession::SendNetworkCredentials(char const*, char const*)+44)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #4 pc 0000000000051488  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (AndroidDeviceControllerWrapper::SendNetworkCredentials(char const*, char const*)+128)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #5 pc 0000000000054188  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (Java_chip_devicecontroller_ChipDeviceController_sendWiFiCredentials+188)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #6 pc 000000000013f350  /apex/com.android.runtime/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: ccd73e8ae9b59d5596b3b8aeef234d43)
<snip>
02-16 20:56:04.327  5040  5040 F DEBUG   :       #75 pc 00000000000be560  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+116) (BuildId: e5b25f8fb9f6bb45ccbeca8c07061dad)
02-16 20:56:04.327  5040  5040 F DEBUG   :       #76 pc 00000000000c13d0  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+776) (BuildId: e5b25f8fb9f6bb45ccbeca8c07061dad)
02-16 20:56:04.327  5040  5040 F DEBUG   :       #77 pc 00000000000034e0  /system/bin/app_process64 (main+1168) (BuildId: ade4367f7cc82a88f668180d34ce79fe)
02-16 20:56:04.327  5040  5040 F DEBUG   :       #78 pc 000000000007dc24  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108) (BuildId: 5812256023147338b8a9538321d4c456)
woody-apple pushed a commit that referenced this pull request Feb 17, 2021
* Fix unwinding on Android

Android isn't able to unwind the CHIP native stack, which interferes
with debugging. Turn on unwind tables to fix this.  Unclear if we want
this in optimized builds, but Android OS seems to be able to unwind all
of its frameworks and native libraries, so for now assume we do. There's
only a space cost, and we can revisit that later.

This is the difference between this:

backtrace:
02-16 20:49:34.628  3872  3872 F DEBUG   : backtrace:
02-16 20:49:34.628  3872  3872 F DEBUG   :       #00 pc 000000000008246c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) (BuildId: 5812256023147338b8a9538321d4c456)
02-16 20:49:34.628  3872  3872 F DEBUG   :       #1 pc 00000000000a836c  /data/app/com.google.chip.chiptool-rPVLWEFRvE413khV9YptWg==/base.apk (offset 0x97a000) (chip::NetworkProvisioning::SendNetworkCredentials(char const*, char const*)+96)

and this:
02-16 20:56:04.323  5040  5040 F DEBUG   : backtrace:
02-16 20:56:04.323  5040  5040 F DEBUG   :       #00 pc 000000000008246c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) (BuildId: 5812256023147338b8a9538321d4c456)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #1 pc 00000000000a839c  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (chip::NetworkProvisioning::SendNetworkCredentials(char const*, char const*)+96)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #2 pc 000000000009bb58  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (chip::RendezvousSession::SendNetworkCredentials(char const*, char const*)+44)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #3 pc 000000000009bb94  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (non-virtual thunk to chip::RendezvousSession::SendNetworkCredentials(char const*, char const*)+44)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #4 pc 0000000000051488  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (AndroidDeviceControllerWrapper::SendNetworkCredentials(char const*, char const*)+128)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #5 pc 0000000000054188  /data/app/com.google.chip.chiptool-dz3iwqwmItgQDBBaEcevJw==/base.apk (offset 0x97a000) (Java_chip_devicecontroller_ChipDeviceController_sendWiFiCredentials+188)
02-16 20:56:04.323  5040  5040 F DEBUG   :       #6 pc 000000000013f350  /apex/com.android.runtime/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: ccd73e8ae9b59d5596b3b8aeef234d43)
<snip>
02-16 20:56:04.327  5040  5040 F DEBUG   :       #75 pc 00000000000be560  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+116) (BuildId: e5b25f8fb9f6bb45ccbeca8c07061dad)
02-16 20:56:04.327  5040  5040 F DEBUG   :       #76 pc 00000000000c13d0  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+776) (BuildId: e5b25f8fb9f6bb45ccbeca8c07061dad)
02-16 20:56:04.327  5040  5040 F DEBUG   :       #77 pc 00000000000034e0  /system/bin/app_process64 (main+1168) (BuildId: ade4367f7cc82a88f668180d34ce79fe)
02-16 20:56:04.327  5040  5040 F DEBUG   :       #78 pc 000000000007dc24  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108) (BuildId: 5812256023147338b8a9538321d4c456)

* Make it an argument
mkardous-silabs referenced this pull request in SiliconLabs/watt-sandbox Oct 6, 2022
Merge in WMN_TOOLS/matter from rework_jenkins_file to silabs

Squashed commit of the following:

commit 24dfec63d4bf1c2553bd73acd1997c223698ccd1
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 11:36:56 2022 -0400

    Fix path

commit d8a5c3ae79541f00805670f464cea42ef838b52d
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 11:07:51 2022 -0400

    Fix SQA again

commit e5eb8305b8558af841fedb3a796e7779cb8361ad
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 08:15:00 2022 -0400

    fix

commit 03c7181195e0727fa41193241d33daec6e30ff9a
Author: jepenven-silabs <[email protected]>
Date:   Fri Sep 9 19:27:21 2022 -0400

    fix SQA

commit 15b3773fa62a935e821c15811c341556077b5636
Author: jepenven-silabs <[email protected]>
Date:   Fri Sep 9 10:33:13 2022 -0400

    Fix SQA build wifi

commit afcfe5d5edbe0bbb06f36e46d8bbf8952e3e5078
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 19:27:34 2022 -0400

    Update Target for SQA

commit 307b9cf5c5f1ebf65e22f1c042fbc5c234c85aa9
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:52:15 2022 -0400

    apply yulina comment

commit 322e7cc6167a437febc728ae5ce8181beaba9254
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:20:16 2022 -0400

    Apply PR comments

commit 006b8fda2086f6b35b43e0a30c25f25264368a8e
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:10:55 2022 -0400

    Add try catch

commit dead8dacb6720aaae286f07c099f7aa829351079
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 14:53:08 2022 -0400

    Fix utf unstashing

commit be947abdb72d6f0c7897be9f8ed5afe2a1a5a8a8
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 13:29:00 2022 -0400

    Disable WF200 since not supported with MG24

commit 29d32d2db8d03ed6839f2919902f47104add43cd
Author: jepenven-silabs <[email protected]>
Date:   Wed Sep 7 14:35:16 2022 -0400

    Fix for WiFi

commit 88f81d67073a7b6d27db8a469f32e608675c06f5
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 1 10:54:43 2022 -0400

    Rework examples builds
nipatel-silabs pushed a commit to nipatel-silabs/connectedhomeip that referenced this pull request Oct 19, 2022
Merge in WMN_TOOLS/matter from rework_jenkins_file to silabs

Squashed commit of the following:

commit 24dfec63d4bf1c2553bd73acd1997c223698ccd1
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 11:36:56 2022 -0400

    Fix path

commit d8a5c3ae79541f00805670f464cea42ef838b52d
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 11:07:51 2022 -0400

    Fix SQA again

commit e5eb8305b8558af841fedb3a796e7779cb8361ad
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 08:15:00 2022 -0400

    fix

commit 03c7181195e0727fa41193241d33daec6e30ff9a
Author: jepenven-silabs <[email protected]>
Date:   Fri Sep 9 19:27:21 2022 -0400

    fix SQA

commit 15b3773fa62a935e821c15811c341556077b5636
Author: jepenven-silabs <[email protected]>
Date:   Fri Sep 9 10:33:13 2022 -0400

    Fix SQA build wifi

commit afcfe5d5edbe0bbb06f36e46d8bbf8952e3e5078
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 19:27:34 2022 -0400

    Update Target for SQA

commit 307b9cf5c5f1ebf65e22f1c042fbc5c234c85aa9
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:52:15 2022 -0400

    apply yulina comment

commit 322e7cc6167a437febc728ae5ce8181beaba9254
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:20:16 2022 -0400

    Apply PR comments

commit 006b8fda2086f6b35b43e0a30c25f25264368a8e
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:10:55 2022 -0400

    Add try catch

commit dead8dacb6720aaae286f07c099f7aa829351079
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 14:53:08 2022 -0400

    Fix utf unstashing

commit be947abdb72d6f0c7897be9f8ed5afe2a1a5a8a8
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 13:29:00 2022 -0400

    Disable WF200 since not supported with MG24

commit 29d32d2db8d03ed6839f2919902f47104add43cd
Author: jepenven-silabs <[email protected]>
Date:   Wed Sep 7 14:35:16 2022 -0400

    Fix for WiFi

commit 88f81d67073a7b6d27db8a469f32e608675c06f5
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 1 10:54:43 2022 -0400

    Rework examples builds
mkardous-silabs referenced this pull request in mkardous-silabs/connectedhomeip Oct 24, 2022
Merge in WMN_TOOLS/matter from rework_jenkins_file to silabs

Squashed commit of the following:

commit 24dfec63d4bf1c2553bd73acd1997c223698ccd1
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 11:36:56 2022 -0400

    Fix path

commit d8a5c3ae79541f00805670f464cea42ef838b52d
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 11:07:51 2022 -0400

    Fix SQA again

commit e5eb8305b8558af841fedb3a796e7779cb8361ad
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 08:15:00 2022 -0400

    fix

commit 03c7181195e0727fa41193241d33daec6e30ff9a
Author: jepenven-silabs <[email protected]>
Date:   Fri Sep 9 19:27:21 2022 -0400

    fix SQA

commit 15b3773fa62a935e821c15811c341556077b5636
Author: jepenven-silabs <[email protected]>
Date:   Fri Sep 9 10:33:13 2022 -0400

    Fix SQA build wifi

commit afcfe5d5edbe0bbb06f36e46d8bbf8952e3e5078
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 19:27:34 2022 -0400

    Update Target for SQA

commit 307b9cf5c5f1ebf65e22f1c042fbc5c234c85aa9
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:52:15 2022 -0400

    apply yulina comment

commit 322e7cc6167a437febc728ae5ce8181beaba9254
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:20:16 2022 -0400

    Apply PR comments

commit 006b8fda2086f6b35b43e0a30c25f25264368a8e
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:10:55 2022 -0400

    Add try catch

commit dead8dacb6720aaae286f07c099f7aa829351079
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 14:53:08 2022 -0400

    Fix utf unstashing

commit be947abdb72d6f0c7897be9f8ed5afe2a1a5a8a8
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 13:29:00 2022 -0400

    Disable WF200 since not supported with MG24

commit 29d32d2db8d03ed6839f2919902f47104add43cd
Author: jepenven-silabs <[email protected]>
Date:   Wed Sep 7 14:35:16 2022 -0400

    Fix for WiFi

commit 88f81d67073a7b6d27db8a469f32e608675c06f5
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 1 10:54:43 2022 -0400

    Rework examples builds
mkardous-silabs referenced this pull request in mkardous-silabs/connectedhomeip Nov 2, 2022
Merge in WMN_TOOLS/matter from rework_jenkins_file to silabs

Squashed commit of the following:

commit 24dfec63d4bf1c2553bd73acd1997c223698ccd1
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 11:36:56 2022 -0400

    Fix path

commit d8a5c3ae79541f00805670f464cea42ef838b52d
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 11:07:51 2022 -0400

    Fix SQA again

commit e5eb8305b8558af841fedb3a796e7779cb8361ad
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 08:15:00 2022 -0400

    fix

commit 03c7181195e0727fa41193241d33daec6e30ff9a
Author: jepenven-silabs <[email protected]>
Date:   Fri Sep 9 19:27:21 2022 -0400

    fix SQA

commit 15b3773fa62a935e821c15811c341556077b5636
Author: jepenven-silabs <[email protected]>
Date:   Fri Sep 9 10:33:13 2022 -0400

    Fix SQA build wifi

commit afcfe5d5edbe0bbb06f36e46d8bbf8952e3e5078
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 19:27:34 2022 -0400

    Update Target for SQA

commit 307b9cf5c5f1ebf65e22f1c042fbc5c234c85aa9
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:52:15 2022 -0400

    apply yulina comment

commit 322e7cc6167a437febc728ae5ce8181beaba9254
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:20:16 2022 -0400

    Apply PR comments

commit 006b8fda2086f6b35b43e0a30c25f25264368a8e
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:10:55 2022 -0400

    Add try catch

commit dead8dacb6720aaae286f07c099f7aa829351079
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 14:53:08 2022 -0400

    Fix utf unstashing

commit be947abdb72d6f0c7897be9f8ed5afe2a1a5a8a8
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 13:29:00 2022 -0400

    Disable WF200 since not supported with MG24

commit 29d32d2db8d03ed6839f2919902f47104add43cd
Author: jepenven-silabs <[email protected]>
Date:   Wed Sep 7 14:35:16 2022 -0400

    Fix for WiFi

commit 88f81d67073a7b6d27db8a469f32e608675c06f5
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 1 10:54:43 2022 -0400

    Rework examples builds
shgutte pushed a commit to shgutte/connectedhomeip that referenced this pull request Oct 5, 2023
Merge in WMN_TOOLS/matter from rework_jenkins_file to silabs

Squashed commit of the following:

commit 24dfec63d4bf1c2553bd73acd1997c223698ccd1
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 11:36:56 2022 -0400

    Fix path

commit d8a5c3ae79541f00805670f464cea42ef838b52d
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 11:07:51 2022 -0400

    Fix SQA again

commit e5eb8305b8558af841fedb3a796e7779cb8361ad
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 08:15:00 2022 -0400

    fix

commit 03c7181195e0727fa41193241d33daec6e30ff9a
Author: jepenven-silabs <[email protected]>
Date:   Fri Sep 9 19:27:21 2022 -0400

    fix SQA

commit 15b3773fa62a935e821c15811c341556077b5636
Author: jepenven-silabs <[email protected]>
Date:   Fri Sep 9 10:33:13 2022 -0400

    Fix SQA build wifi

commit afcfe5d5edbe0bbb06f36e46d8bbf8952e3e5078
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 19:27:34 2022 -0400

    Update Target for SQA

commit 307b9cf5c5f1ebf65e22f1c042fbc5c234c85aa9
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:52:15 2022 -0400

    apply yulina comment

commit 322e7cc6167a437febc728ae5ce8181beaba9254
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:20:16 2022 -0400

    Apply PR comments

commit 006b8fda2086f6b35b43e0a30c25f25264368a8e
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:10:55 2022 -0400

    Add try catch

commit dead8dacb6720aaae286f07c099f7aa829351079
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 14:53:08 2022 -0400

    Fix utf unstashing

commit be947abdb72d6f0c7897be9f8ed5afe2a1a5a8a8
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 13:29:00 2022 -0400

    Disable WF200 since not supported with MG24

commit 29d32d2db8d03ed6839f2919902f47104add43cd
Author: jepenven-silabs <[email protected]>
Date:   Wed Sep 7 14:35:16 2022 -0400

    Fix for WiFi

commit 88f81d67073a7b6d27db8a469f32e608675c06f5
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 1 10:54:43 2022 -0400

    Rework examples builds
shgutte pushed a commit to shgutte/connectedhomeip that referenced this pull request Jan 11, 2024
Merge in WMN_TOOLS/matter from rework_jenkins_file to silabs

Squashed commit of the following:

commit 24dfec63d4bf1c2553bd73acd1997c223698ccd1
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 11:36:56 2022 -0400

    Fix path

commit d8a5c3ae79541f00805670f464cea42ef838b52d
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 11:07:51 2022 -0400

    Fix SQA again

commit e5eb8305b8558af841fedb3a796e7779cb8361ad
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 08:15:00 2022 -0400

    fix

commit 03c7181195e0727fa41193241d33daec6e30ff9a
Author: jepenven-silabs <[email protected]>
Date:   Fri Sep 9 19:27:21 2022 -0400

    fix SQA

commit 15b3773fa62a935e821c15811c341556077b5636
Author: jepenven-silabs <[email protected]>
Date:   Fri Sep 9 10:33:13 2022 -0400

    Fix SQA build wifi

commit afcfe5d5edbe0bbb06f36e46d8bbf8952e3e5078
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 19:27:34 2022 -0400

    Update Target for SQA

commit 307b9cf5c5f1ebf65e22f1c042fbc5c234c85aa9
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:52:15 2022 -0400

    apply yulina comment

commit 322e7cc6167a437febc728ae5ce8181beaba9254
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:20:16 2022 -0400

    Apply PR comments

commit 006b8fda2086f6b35b43e0a30c25f25264368a8e
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:10:55 2022 -0400

    Add try catch

commit dead8dacb6720aaae286f07c099f7aa829351079
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 14:53:08 2022 -0400

    Fix utf unstashing

commit be947abdb72d6f0c7897be9f8ed5afe2a1a5a8a8
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 13:29:00 2022 -0400

    Disable WF200 since not supported with MG24

commit 29d32d2db8d03ed6839f2919902f47104add43cd
Author: jepenven-silabs <[email protected]>
Date:   Wed Sep 7 14:35:16 2022 -0400

    Fix for WiFi

commit 88f81d67073a7b6d27db8a469f32e608675c06f5
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 1 10:54:43 2022 -0400

    Rework examples builds
mykrupp pushed a commit to mykrupp/connectedhomeip that referenced this pull request Jul 18, 2024
Merge in WMN_TOOLS/matter from rework_jenkins_file to silabs

Squashed commit of the following:

commit 24dfec63d4bf1c2553bd73acd1997c223698ccd1
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 11:36:56 2022 -0400

    Fix path

commit d8a5c3ae79541f00805670f464cea42ef838b52d
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 11:07:51 2022 -0400

    Fix SQA again

commit e5eb8305b8558af841fedb3a796e7779cb8361ad
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 08:15:00 2022 -0400

    fix

commit 03c7181195e0727fa41193241d33daec6e30ff9a
Author: jepenven-silabs <[email protected]>
Date:   Fri Sep 9 19:27:21 2022 -0400

    fix SQA

commit 15b3773fa62a935e821c15811c341556077b5636
Author: jepenven-silabs <[email protected]>
Date:   Fri Sep 9 10:33:13 2022 -0400

    Fix SQA build wifi

commit afcfe5d5edbe0bbb06f36e46d8bbf8952e3e5078
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 19:27:34 2022 -0400

    Update Target for SQA

commit 307b9cf5c5f1ebf65e22f1c042fbc5c234c85aa9
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:52:15 2022 -0400

    apply yulina comment

commit 322e7cc6167a437febc728ae5ce8181beaba9254
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:20:16 2022 -0400

    Apply PR comments

commit 006b8fda2086f6b35b43e0a30c25f25264368a8e
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 15:10:55 2022 -0400

    Add try catch

commit dead8dacb6720aaae286f07c099f7aa829351079
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 14:53:08 2022 -0400

    Fix utf unstashing

commit be947abdb72d6f0c7897be9f8ed5afe2a1a5a8a8
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 8 13:29:00 2022 -0400

    Disable WF200 since not supported with MG24

commit 29d32d2db8d03ed6839f2919902f47104add43cd
Author: jepenven-silabs <[email protected]>
Date:   Wed Sep 7 14:35:16 2022 -0400

    Fix for WiFi

commit 88f81d67073a7b6d27db8a469f32e608675c06f5
Author: jepenven-silabs <[email protected]>
Date:   Thu Sep 1 10:54:43 2022 -0400

    Rework examples builds
shgutte pushed a commit to shgutte/connectedhomeip that referenced this pull request Nov 22, 2024
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.

Update .gitignore and BuildConfig header
6 participants