forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/wifi diag issue #46
Open
nipatel-silabs
wants to merge
136
commits into
sharad-patil24:feature/Wifi_diagnosis
Choose a base branch
from
nipatel-silabs:feature/wifi_diag_issue
base: feature/Wifi_diagnosis
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/wifi diag issue #46
nipatel-silabs
wants to merge
136
commits into
sharad-patil24:feature/Wifi_diagnosis
from
nipatel-silabs:feature/wifi_diag_issue
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…iveness timeout (project-chip#22699) (project-chip#22760) * Fix ReadClient to use the right parameters when computing the liveness timeout This fixes the logic in ReadClient to use the local IDLE interval when computing the liveness timeout instead of the IDLE interval of our peer. Testing: Using the REPL and the liveness timer print, confirmed the fixes are indeed applied. Restyled by whitespace Restyled by clang-format Build fixes * Review feedback Co-authored-by: Jerry Johns <[email protected]>
project-chip#22819) Used for customer development and simple OTA test image creation
…n behavior (project-chip#22720) (project-chip#22818) * Fix lock state transitions * Restyled by clang-format Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Dieter Van der Meulen <[email protected]> Co-authored-by: Restyled.io <[email protected]>
…#22816) * bump commit of ot-qorvo to enable thread 1.3 * Remove double define of OPENTHREAD_CONFIG_ECDSA_ENABLE Co-authored-by: Thomas Cuyckens <[email protected]> Co-authored-by: Thomas Cuyckens <[email protected]>
…project-chip#22849) Once we call back into our client, it can delete us, so we need to do any logging that uses `mSetupPayload` before we do that. Fixes project-chip#22765 Co-authored-by: Boris Zbarsky <[email protected]>
…oject-chip#22791) (project-chip#22871) OnOff cluster state is not read on lighting-app init, so the state stored before reboot is not recovered. (cherry picked from commit 1e3c5fe)
project-chip#22897) * [BL602] Update flash tool, add mac os flash tool,add ipv6 get addr hook,update readme ,add board link,update ble impl, fix support phone commission (project-chip#22798) * Update SDK repo and turn on light when power up with un-commission state Co-authored-by: wyhong <[email protected]>
* Output information about what's being broadcast * Expose/promote QNameString in Logging to allow other logging locations to get a formatted FullQName * Revert inadvertent build_overrides/pigweed_environment.gni This partially reverts commit 15639cf. # Conflicts: # build_overrides/pigweed_environment.gni * Update BUILD.gn deps for QNameString & move it to its own file to avoid circular deps in /responders * Remove unnecessary StringBuilder addition as QNameString is now in its own file * Restyled by whitespace * Restyled by clang-format * Check for null params Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Marcos B <[email protected]> Co-authored-by: Restyled.io <[email protected]>
…22870) (project-chip#22923) Co-authored-by: Nikita Solianik <[email protected]> Co-authored-by: Nikita Solianik <[email protected]>
…project-chip#22924) Build Qorvo libraries instead of using binary artifacts Reduce mbedtls sources list Use ld path without '_mrom' in the name use compiler executables from $PATH Co-authored-by: Thomas Langewouters <[email protected]>
… (project-chip#22947) Previous change: https://github.com/project-chip/connectedhomeip/pull/19394/files This JNI wrapper was overlooked but will fail with an invalid argument error if called with an IPv6 address including a scope ID (e.g. fe80::0:2%wlan0). Tested: * Ran the changes locally, forcing a scope ID suffix %wlan0
…roject-chip#22926) The assertions in `SetExtendedPanId` and `SetMasterKey` would fail if the dataset is exactly 254 bytes after sets it. Co-authored-by: jinran-google <[email protected]>
…roject-chip#22754) (project-chip#22976) Co-authored-by: AlvinHsiao <[email protected]>
…ready provisioned nodes (project-chip#22967) (project-chip#22973) * [ESP32]: Remove device name from the ble log as we do not add that in the advertising packet * Remove the sdkconfig.old * [ESP32]: Platform, doc, example change to support ESP32C2 * [ESP32]: Do not initialize BLE if wifi/thread is already provisioned. If ble is only used for commissioning then there is no use to initialize the ble. Also, renamed the config option for the purpose to make it more aligned. * Restyled by clang-format Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Restyled.io <[email protected]>
…n Android builds (project-chip#22977) * Increase -Xmx for android builds from 2G to 4G (project-chip#22910) * Fix telink examples on vscode image (project-chip#22911) * Fix telink builds on vscode: force more env variables set * Fix unit tests * Fix file naming for genio (project-chip#22918) Co-authored-by: Andrei Litvin <[email protected]>
…ct-chip#22984) * [K32W0] Add platform changes and features * Add SVE2 fixes and other changes and features * Add support for custom certificate policy. * Certificate declaration: set certificate_type to 1 * Add new demo certificates * Add demo certificates allowing testing with two different DUTs * Add custom lighting app ZAP file - e.g.: removed generic and not needed clusters like the ones required for Ethernet/WiFi; removed the optional clusters for an On/Off Device Type; * Add ksdk_mbedlts.c such that we redirect all the AES calls through SecLib.c * Add TestEventTrigger Support * Add functionality for ResetWatermarks() * Add callback for PDM logs * Fix NotifyUpdateApplied - message that is sent when booting for the first time with an OTA image was not being send due to a bug in the PDM read function: ReadConfigValue(...); * Add delay when rebooting after OTA finishes * Improve OTA mechanism * Remove third parameter of ReadConfigValue() and use a TValue& parameter which can be used for extracting the value length * Consume faster the RX buffer * RX buffer should be processed with high priority because: * 15.4 packets are consumed on Thread task; * Thread task has a higher priority than the Matter one (3 > 2) * Fix Low Power * fix 15.4 warm-up time: before this commit calibration time also included the time required for attaching to the Thread network This led to a large warm-up value that blocked some 15.4 operations Fix this by including in the warm-up time only the 15.4 radio initialization time * fix the warm-up initial value to avoid any conflicts * fix possible overflow in reading timestamp values * Make sure that all the logs are disabled when an application is compiled with low-power support; logging can interference with LP timings and break functionality; * Fix time support for Matter * using FreeRTOS timers (based on FreeRTOS tickets) is inaccurate and leads to time drifting * use OT Timers API (Wtimer-based) for getting us/ms timestamps * Fix ExtractPubkeyFromX509Cert in CHIPCryptoPALTinyCrypt.cpp * Fix BLE advertising interval + issue warning if the peer doesn't support 2Mbps * Fix Diagnostic Data Provider * Fix OnOff attribute persistence over hw reset * Fix compilation issue for lock-app * Disable by default on lighting-app BLE Set Phy Req to 2M to be extra cautious during interops * Update readme files Signed-off-by: Doru Gucea <[email protected]> Signed-off-by: Marius Tache <[email protected]> Signed-off-by: Andrei Menzopol <[email protected]> * Fix gn includes, spelling, wordlist Signed-off-by: Andrei Menzopol <[email protected]> * Update ot-nxp submodule Signed-off-by: Andrei Menzopol <[email protected]> * Fix gn includes, exclude certs from restyle, fix messaging readme Signed-off-by: Andrei Menzopol <[email protected]> * Restyled by whitespace * Restyled by clang-format * Restyled by gn * Restyled by prettier-markdown * Restyled by shellharden * Restyled by shfmt * Restyled by autopep8 * Fix low-power build Signed-off-by: Marius Tache <[email protected]> Signed-off-by: Andrei Menzopol <[email protected]> * Restyled by clang-format * Fix SecLib compile issue Signed-off-by: Andrei Menzopol <[email protected]> * Restyled by clang-format * Update worflows K32W0 examples yaml Signed-off-by: Andrei Menzopol <[email protected]> * Update docker version, expected gn gen Signed-off-by: Andrei Menzopol <[email protected]> * Hotfix nxp shell build Signed-off-by: Andrei Menzopol <[email protected]> Signed-off-by: Doru Gucea <[email protected]> Signed-off-by: Marius Tache <[email protected]> Signed-off-by: Andrei Menzopol <[email protected]> Co-authored-by: Restyled.io <[email protected]> Signed-off-by: Doru Gucea <[email protected]> Signed-off-by: Marius Tache <[email protected]> Signed-off-by: Andrei Menzopol <[email protected]> Co-authored-by: Restyled.io <[email protected]>
…ect-chip#22777) (project-chip#22979) * [Infineon] KeyValue Storage write fix for Door Lock credentials * [Infineon] Add Infineon build badge to README.md Co-authored-by: Andrei Litvin <[email protected]> Co-authored-by: Andrei Litvin <[email protected]>
…project-chip#22986) * Update docs to point the SMG docs * Address comment -remove extra ) * Update path to generic Releases * restyle * Remove SMG acronym for the pyspelling ci to pass
* Add the Software Version Info for TC-BINFO-2.1 Signed-off-by: Chin-Ran Lo <[email protected]> * Add to save the information of the last connected AP Signed-off-by: Chin-Ran Lo <[email protected]> * Add to support "Manual controlled feature" for TC-OO-2.2 Signed-off-by: Chin-Ran Lo <[email protected]> * Move mw320_sdk initialization to a function * Add Identify_Timer_Handler() for TC-I-2.2 Signed-off-by: Chin-Ran Lo <[email protected]> * Add modules: - ConnectivityUtils.* - DeviceInfoProviderImpl.* Signed-off-by: Chin-Ran Lo <[email protected]> * Add the implementation of read/write configuration key to flash Signed-off-by: Chin-Ran Lo <[email protected]> * Add to report information for TC_DGGEN-3.1 - entwork interface: ./chip-tool generaldiagnostics read network-interfaces 1 0 - reboot count: ./chip-tool generaldiagnostics read reboot-count 1 0 Signed-off-by: Chin-Ran Lo <[email protected]> * Add the missing functions for handling tc-wifidiag-3.1 Some of them are incompleted yet that hard-coded value are used Signed-off-by: Chin-Ran Lo <[email protected]> * Restyled by clang-format * Restyled by gn * Implement the functions for WiFiDiagnostics / Generic Diagnostics * wifi diagnostics commands: ./chip-tool wifinetworkdiagnostics read bssid 1 0 ./chip-tool wifinetworkdiagnostics read security-type 1 0 ./chip-tool wifinetworkdiagnostics read wi-fi-version 1 0 ./chip-tool wifinetworkdiagnostics read channel-number 1 0 ./chip-tool wifinetworkdiagnostics read rssi 1 0 ./chip-tool wifinetworkdiagnostics read beacon-lost-count 1 0 ./chip-tool wifinetworkdiagnostics read beacon-rx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-multicast-rx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-multicast-tx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-unicast-rx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-unicast-tx-count 1 0 ./chip-tool wifinetworkdiagnostics read current-max-rate 1 0 ./chip-tool wifinetworkdiagnostics read overrun-count 1 0 * Generic Diagnostics: ./chip-tool generaldiagnostics read network-interfaces 1 0 ./chip-tool generaldiagnostics read reboot-count 1 0 Signed-off-by: Chin-Ran Lo <[email protected]> * Add to support Identify_Time on multiple endpoints Verify: pass TC_I_2.2 for ep#0, ep#1 Signed-off-by: Chin-Ran Lo <[email protected]> * Add "reset watermark" handler Verify: pass TC-DGSW-2.3 Signed-off-by: Chin-Ran Lo <[email protected]> * Add to support Ethernet / WiFi network commissioning Test: pass TC-CNET-x.xx, Ethernet and WiFi cases Signed-off-by: Chin-Ran Lo <[email protected]> * * Remove unused module: DeviceInfoProviderImpl.cpp/DeviceInfoProviderImpl.h * Change the setting to support the new tiny_crypt implementation Signed-off-by: Chin-Ran Lo <[email protected]> * Add to print the version string Signed-off-by: Chin-Ran Lo <[email protected]> * * Add the Shutdown handler in PlatformMgr() * Add to register the shutdown command - Sent shutdown event - Shutdown the chip stack Signed-off-by: Chin-Ran Lo <[email protected]> * Add back DeviceInfoProviderImpl.cpp / DeviceInfoProviderImpl.h to pass TC-LCFG-2.1 Update the version to: mw320-2.9.10-002 Signed-off-by: Chin-Ran Lo <[email protected]> * Change to comparing SSID with characters, instead of ASCII code (previous implementation of Matter stack) ref test: TC-CNET-4.4, Scan with SSID: ./chip-tool networkcommissioning scan-networks 1 0 --Ssid hex:6E78705F6D6174746572 --Breadcrumb 2 Signed-off-by: Chin-Ran Lo <[email protected]> * Update version number to: mw320-2.9.10-003 Signed-off-by: Chin-Ran Lo <[email protected]> * Update README.md * Correct the printed Rendzvous Information (QR-code, Manual code) from BLE (unsupported) => OnNetwork Signed-off-by: Chin-Ran Lo <[email protected]> * Add the function to change the pincode of mw320: Usage: > pincode [pin_code] example: > pincode 20192022 [i] mflash_save_file success Done > config VendorId: 65521 (0xFFF1) ProductId: 32769 (0x8001) HardwareVersion: 0 (0x0) PinCode: 20192022 Discriminator: f01 Done Signed-off-by: Chin-Ran Lo <[email protected]> * Update version number to: mw320-2.9.10-004 Signed-off-by: Chin-Ran Lo <[email protected]> * Limit the maximum supported fabric number == 5 Signed-off-by: Chin-Ran Lo <[email protected]> * Add a shell command to save the ssid / password of the default ap Signed-off-by: Chin-Ran Lo <[email protected]> * Put manual_control implementation into a compile option controlled Signed-off-by: Chin-Ran Lo <[email protected]> * Add to dump progressing message on mw320 Signed-off-by: Chin-Ran Lo <[email protected]> * Update version number to: mw320-2.9.10-005 Signed-off-by: Chin-Ran Lo <[email protected]> * Add to support reading the manufacture data from a partition. - Creat the project from gn: chip_with_factory_data=1 example: gn gen out/debug --args='treat_warnings_as_errors=false mbedtls_repo="//third_party/connectedhomeip/third_party/nxp/libs/mbedtls" chip_crypto="" chip_with_factory_data=1' gn gen out/debug --args='treat_warnings_as_errors=false mbedtls_repo="//third_party/connectedhomeip/third_party/nxp/libs/mbedtls" chip_crypto="tinycrypt" chip_with_factory_data=1' pairing command: ./chip-tool pairing ethernet 1 14014 1000 [ip_of_dut] 5540 --paa-trust-store-path /home/ubuntu/certs/paa/ Signed-off-by: Chin-Ran Lo <[email protected]> * Add to support save/get BootReason Verify: step#5 of TC-DGGEN-2.2 Signed-off-by: Chin-Ran Lo <[email protected]> * Add 2 console commands: * wlan-stat: Show the current dut status > wlan-state * wlan-abort: Abort the current connecting and accept the new request > wlan-abort Signed-off-by: Chin-Ran Lo <[email protected]> * Restyled by whitespace * Restyled by clang-format * Restyled by gn * Disable the chip_detail_logging Signed-off-by: Chin-Ran Lo <[email protected]> * Add a building option, wifi_conn_abort_support, to make it configurable Signed-off-by: Chin-Ran Lo <[email protected]> * Restyled by gn * update submodule Signed-off-by: Chin-Ran Lo <[email protected]> Co-authored-by: Restyled.io <[email protected]> Co-authored-by: nxptest <[email protected]> Signed-off-by: Chin-Ran Lo <[email protected]> Co-authored-by: Restyled.io <[email protected]> Co-authored-by: nxptest <[email protected]>
…roject-chip#23060) * Added Attestation Certificate Format Validation Method. (project-chip#22943) * Added Attestation Certificate Format Validation Method. -- Added new method VarifyAttestationCertificateFormat() that verifies that attestation certificate format is compliant with the Spec. -- Updated DefaultDeviceAttestationVerifier to validate PAI and DAC certificates format. -- Updated FileAttestationTrustStore to validate PAA certificates format when they are loaded from the file storage. -- Added new unit test (TestCommissionerDUTVectors) that iterates through all negative and positive test cases to validate that PAI/DAC validation passes/fails as expected. -- Fixed minor typos and bugs in the chip-cert tool and test vector generation script (gen_com_dut_test_vectors.py). As a result I also regenerated all test vectors in credentials/development/commissioner_dut/ * updates and fixes mostly for EFR32 implementation if the crypto library * EFR32: Crypto PSA bugfix: Missing return on success. (project-chip#23033) * [tinycrypt] bugfix: Missing return on success (project-chip#23039) Co-authored-by: Ricardo Casallas <[email protected]>
…labs to silabs_1.0 Merge in WMN_TOOLS/matter from cherry-pick/lite-light to silabs_1.0 Squashed commit of the following: commit 563d97e2849488266acb2d9414ed79d2a2fe415c Author: Rehan Rasool <[email protected]> Date: Mon Oct 10 13:34:14 2022 -0400 Add old bluetooth header to fix lighting-lite-app compilation -- same header is used in other examples on 1.0 branch commit 04204a07beef3dde113aa8b8e012898ad5c6c17a Author: Rehan Rasool <[email protected]> Date: Mon Oct 10 13:18:17 2022 -0400 Apply changes from c84abce to lighting-lite-app: update build.gn of silabs_examples to keep up with upstream changes commit 7abb556e4d5ccf471b13c49974a399bf632a8062 Author: Mathieu Kardous <[email protected]> Date: Fri Oct 7 19:36:19 2022 +0000 Pull request project-chip#166: Add lite light to Jenkinsfile Merge in WMN_TOOLS/matter from feature/add_lite_light to silabs Squashed commit of the following: commit 5f440ac92c3df57dbbb115ad8f49e1f4b0bd3b58 Author: Mathieu Kardous <[email protected]> Date: Fri Oct 7 14:04:53 2022 -0400 Remove old ble header commit af7adb6fcc9962973d44e9382229b52206a19f31 Author: Mathieu Kardous <[email protected]> Date: Fri Oct 7 13:10:55 2022 -0400 Fix lite light commit 966e3ce925c1993869c8b3f69e6c0ff205040759 Author: Mathieu Kardous <[email protected]> Date: Fri Oct 7 12:26:32 2022 -0400 Add lite light to Jenkinsfile ... and 1 more commit
… in silabs_1.0 for BRD4316, BRD4317 and BRD4319 bootloaders Merge in WMN_TOOLS/matter from sdk_support_update_for_bootloaders to silabs_1.0 Squashed commit of the following: commit f6e15b585ab93911866f1bf7f1eb1d4671d85484 Author: Rehan Rasool <[email protected]> Date: Mon Oct 10 15:45:41 2022 -0400 Bump third_party/silabs/matter_support for BRD4316, BRD4317 and BRD4319 bootloaders
…n with SiWx917" from silabs to silabs_1.0 Merge in WMN_TOOLS/matter from cherry-pick/update-wifi-doc to silabs_1.0 Squashed commit of the following: commit e4ee61c9ce3215ab3605709585abdf27fee3d6ad Author: RiteshGovind Waghe <[email protected]> Date: Tue Oct 11 17:40:05 2022 +0000 Pull request project-chip#183: Updated WIFI documentation with SiWx917 Merge in WMN_TOOLS/matter from matter_wifi_docs_update_silabs to silabs Squashed commit of the following: commit 44bbcdd3f9c2bfd65fa602cd7905ddc7fae04cad Author: riwaghe <[email protected]> Date: Tue Oct 11 21:03:21 2022 +0530 Updating note in Building Application commit 076c32aee5fa7a7421e2bac9c0a71541086f514a Author: riwaghe <[email protected]> Date: Tue Oct 11 20:13:48 2022 +0530 Updated WIFI documentation with SiWx917
…from silabs to silabs_1.0 Merge in WMN_TOOLS/matter from cherry-pick/update-code-savings-doc to silabs_1.0 Squashed commit of the following: commit 608b298c73ca252894d824d32287eaa67ca87635 Author: Michael Rupp <[email protected]> Date: Tue Oct 11 17:40:18 2022 +0000 Pull request project-chip#163: Code savings doc PR Merge in WMN_TOOLS/matter from code_savings to silabs Squashed commit of the following: commit 19be88b7ba5d132041170da3735260020b58100f Author: Michael Rupp <[email protected]> Date: Tue Oct 11 11:17:17 2022 -0400 fix relative pathing to lighting lite app commit afe599283d0a97a3375cac33905f3527520dbb18 Author: Michael Rupp <[email protected]> Date: Fri Oct 7 11:29:29 2022 -0400 Code savings doc PR
… silabs to silabs_1.0 Merge in WMN_TOOLS/matter from cherry-pick/enable-wf200-builds to silabs_1.0 Squashed commit of the following: commit 3ceb4df5f8f9d05f51004f97ab3f5fc1fa6a3a11 Author: Rehan Rasool <[email protected]> Date: Tue Oct 11 21:35:26 2022 +0000 Pull request project-chip#185: Enable WF200 builds Merge in WMN_TOOLS/matter from feature/enable-wf200-builds to silabs Squashed commit of the following: commit 5616ddd8ac3927287c0b511b962f9b0e769591a3 Author: Rehan Rasool <[email protected]> Date: Tue Oct 11 15:50:46 2022 -0400 Set is_debug=false for MG12+WF200, otherwise it does not fit commit 9933bf8c79cd0d4d63707fa2007f647f021ca4f5 Author: Rehan Rasool <[email protected]> Date: Tue Oct 11 11:59:47 2022 -0400 Enable WF200 builds
…or SiWx917" from silabs to silabs_1.0 Merge in WMN_TOOLS/matter from cherry-pick/wifi_doc_updates to silabs_1.0 Squashed commit of the following: commit e162ab86546b13a122d840c34214df76eca382a6 Author: RiteshGovind Waghe <[email protected]> Date: Wed Oct 12 17:49:41 2022 +0000 Pull request project-chip#190: Matter wifi docs update for SiWx917 Merge in WMN_TOOLS/matter from matter_wifi_docs_update_silabs to silabs Squashed commit of the following: commit 7c0e1e37b142d08d7e7c218ccfafed1d91cc5f3f Author: Rehan Rasool <[email protected]> Date: Wed Oct 12 11:36:10 2022 -0400 Add pointer to custom silabs_examples and fix wording based on PR review commit 75be9fdcb64d554e2275e10612fea7a27d68cf53 Author: riwaghe <[email protected]> Date: Wed Oct 12 20:17:16 2022 +0530 Doc updation for SiWx917 software commit c058743212a28e46e3cf875ec1c765335a5f5dac Author: riwaghe <[email protected]> Date: Wed Oct 12 20:09:26 2022 +0530 Doc updation for SiWx917 software
… silabs_1.0 Merge in WMN_TOOLS/matter from cherry-pick/brd4316a-sqa-tests to silabs_1.0 Squashed commit of the following: commit 6398fa7978ccc26feced27939de23e24626c0a12 Author: Shadi Makdissi <[email protected]> Date: Wed Oct 12 17:50:30 2022 +0000 Pull request project-chip#191: add 4316A Merge in WMN_TOOLS/matter from add_SQA_board to silabs Squashed commit of the following: commit aa32079ec8d7dfe784846ee6950fcd2f6ba70886 Author: Shadi Makdissi <[email protected]> Date: Wed Oct 12 11:49:56 2022 -0400 add 4316A
Merge in WMN_TOOLS/matter from cherry-pick/thermostat_updates to RC_0.4.0 Squashed commit of the following: commit dc14eae3bde510ceb498bd4d59ee90f318dba306 Author: Ezra Hale <[email protected]> Date: Thu Sep 8 14:01:13 2022 +0000 Pull request project-chip#75: updated thermostat README to remove mention of light switch Merge in WMN_TOOLS/matter from fix_thermostat_doc to RC_0.3.0 Squashed commit of the following: commit 75541a429db4164b7c09b8c165114cbd67f9372e Author: Ezra Hale <[email protected]> Date: Thu Sep 8 08:51:26 2022 -0400 further minor cleanup on the urls etc... commit 7a90c063f2f936dfed3489060c7abb54bf6be2f5 Author: Ezra Hale <[email protected]> Date: Thu Sep 8 08:43:56 2022 -0400 projectchip -> project-chip commit 1e30b31f1eab975c7dfd6d3b925485e8ac23f570 Author: Ezra Hale <[email protected]> Date: Thu Sep 8 08:22:09 2022 -0400 addressed comments, fixed errors caused by brute force replace of CHIP commit 4d97ea794d56f97f950d949bf723931edf27d7b8 Author: Ezra Hale <[email protected]> Date: Wed Sep 7 13:51:18 2022 -0400 chip -> matter commit 6b9d0f57c0489b7f213d7dd8f12b26b023f7032e Author: Ezra Hale <[email protected]> Date: Wed Sep 7 13:28:42 2022 -0400 updated thermostat README to remove mention of light switch commit 220622601d8c58e0d9d1583edc6b472ebc91f126 Author: Shayna Kaushal <[email protected]> Date: Wed Sep 7 15:59:53 2022 +0000 Pull request project-chip#62: Thermostat updates Merge in WMN_TOOLS/matter from thermostat_updates to RC_0.3.0 Squashed commit of the following: commit 7d27ef4020e859b35c1f43b142c82af1eaed7a60 Author: shayna <[email protected]> Date: Tue Sep 6 16:24:44 2022 -0400 [thermo] get/set attributes done commit ae9eee59524145a062dcf950ce07996c02c631aa Author: Shayna Kaushal <[email protected]> Date: Tue Sep 6 12:15:09 2022 -0400 [thermo] jenkins: wifi thermostat build commit 7ec590237f1c3de688953f0a408561275ea386c6 Author: Shayna Kaushal <[email protected]> Date: Tue Sep 6 10:32:08 2022 -0400 [thermo] jenkins trial commit a6b5f390ab08c43611770d553f2b3b03985c4cbd Author: Shayna Kaushal <[email protected]> Date: Fri Sep 2 17:26:28 2022 -0400 no changes - added comments to be removed commit 818fb2fd098b5eb12f800c76329380d9cbdb5617 Author: Shayna Kaushal <[email protected]> Date: Fri Sep 2 11:12:28 2022 -0400 [thermo] some comments resolved, todo: read attributes commit 64a2cf609bdfa0f40dab187aaedb4a24d95f205a Author: Shayna Kaushal <[email protected]> Date: Thu Sep 1 15:47:58 2022 -0400 [thermo] cleaned commit bb75e776644941054d06069608d370ee00f8f8f8 Author: Shayna Kaushal <[email protected]> Date: Thu Sep 1 15:47:06 2022 -0400 [thermo] cleaned commit cec89f46cfa7011d5e8eabd6bdb09152a675a5b2 Author: Shayna Kaushal <[email protected]> Date: Thu Sep 1 15:40:33 2022 -0400 [thermo] readme edits commit 20f1608706c0cdacefb8fbf72c62b54db0c64e64 Author: Shayna Kaushal <[email protected]> Date: Thu Sep 1 15:23:06 2022 -0400 [thermo] added limits commit 9d012ab60ec602f809c6f1c2d8b7a8f1cfc465e7 Author: Shayna Kaushal <[email protected]> Date: Thu Sep 1 12:56:23 2022 -0400 [thermo] cleaned - todo: add limits, docs commit 23150e76b129b9e0181965a987e6a0b62fbda651 Author: Shayna Kaushal <[email protected]> Date: Thu Sep 1 10:16:27 2022 -0400 code added, todo: clean+docs
github-actions
bot
added
app
config
controller
documentation
Improvements or additions to documentation
efr32
esp32
examples
github
integrations
lib
platform
scripts
test driver
tests
tools
workflows
vscode
gn
shell
support
crypto
labels
Oct 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
wifi diagnosis changes