- Sep 30, 2022
-
-
jmartinez-silabs authored
* 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
-
Praveen Chandran authored
* [Infineon] KeyValue Storage write fix for Door Lock credentials * [Infineon] Add Infineon build badge to README.md Co-authored-by:
Andrei Litvin <andy314@gmail.com> Co-authored-by:
Andrei Litvin <andy314@gmail.com>
-
andrei-menzopol authored
* [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 <doru-cristian.gucea@nxp.com> Signed-off-by:
Marius Tache <marius.tache@nxp.com> Signed-off-by:
Andrei Menzopol <andrei.menzopol@nxp.com> * Fix gn includes, spelling, wordlist Signed-off-by:
Andrei Menzopol <andrei.menzopol@nxp.com> * Update ot-nxp submodule Signed-off-by:
Andrei Menzopol <andrei.menzopol@nxp.com> * Fix gn includes, exclude certs from restyle, fix messaging readme Signed-off-by:
Andrei Menzopol <andrei.menzopol@nxp.com> * 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 <marius.tache@nxp.com> Signed-off-by:
Andrei Menzopol <andrei.menzopol@nxp.com> * Restyled by clang-format * Fix SecLib compile issue Signed-off-by:
Andrei Menzopol <andrei.menzopol@nxp.com> * Restyled by clang-format * Update worflows K32W0 examples yaml Signed-off-by:
Andrei Menzopol <andrei.menzopol@nxp.com> * Update docker version, expected gn gen Signed-off-by:
Andrei Menzopol <andrei.menzopol@nxp.com> * Hotfix nxp shell build Signed-off-by:
Andrei Menzopol <andrei.menzopol@nxp.com> Signed-off-by:
Doru Gucea <doru-cristian.gucea@nxp.com> Signed-off-by:
Marius Tache <marius.tache@nxp.com> Signed-off-by:
Andrei Menzopol <andrei.menzopol@nxp.com> Co-authored-by:
Restyled.io <commits@restyled.io> Signed-off-by:
Doru Gucea <doru-cristian.gucea@nxp.com> Signed-off-by:
Marius Tache <marius.tache@nxp.com> Signed-off-by:
Andrei Menzopol <andrei.menzopol@nxp.com> Co-authored-by:
Restyled.io <commits@restyled.io>
-
cpagravel authored
* Increase -Xmx for android builds from 2G to 4G (#22910) * Fix telink examples on vscode image (#22911) * Fix telink builds on vscode: force more env variables set * Fix unit tests * Fix file naming for genio (#22918) Co-authored-by:
Andrei Litvin <andy314@gmail.com>
-
Shubham Patil authored
[ESP32] Support for ESP32C2 and changes to not initialized BLE for already provisioned nodes (#22967) (#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 <commits@restyled.io> Co-authored-by:
Restyled.io <commits@restyled.io>
-
Sid Hsu authored
Co-authored-by:
AlvinHsiao <Alvin.Hsiao@infineon.com>
-
- Sep 29, 2022
-
-
jmartinez-silabs authored
The assertions in `SetExtendedPanId` and `SetMasterKey` would fail if the dataset is exactly 254 bytes after sets it. Co-authored-by:
jinran-google <jinran@google.com>
-
Kevin Coppock authored
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
-
- Sep 28, 2022
-
-
Timothy Maes authored
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 <82949801+q-thla@users.noreply.github.com>
-
Timothy Maes authored
Co-authored-by:
Nikita Solianik <nikita.solianik@qorvo.com> Co-authored-by:
Nikita Solianik <nikita.solianik@qorvo.com>
-
Andrei Litvin authored
* 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 15639cf3c5ef3c21480e68b11bdbcd39012a7a11. # 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 <commits@restyled.io> Co-authored-by:
Marcos B <15697303+gmarcosb@users.noreply.github.com> Co-authored-by:
Restyled.io <commits@restyled.io>
-
- Sep 27, 2022
-
-
jczhang777 authored
* [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 (#22798) * Update SDK repo and turn on light when power up with un-commission state Co-authored-by:
wyhong <wyhong@bouffalolab.com>
-
- Sep 26, 2022
-
-
Kamil Kasperczyk authored
OnOff cluster state is not read on lighting-app init, so the state stored before reboot is not recovered. (cherry picked from commit 1e3c5fe4)
-
Wang Qixiang authored
-
- Sep 23, 2022
-
-
Andrei Litvin authored
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 https://github.com/project-chip/connectedhomeip/issues/22765 Co-authored-by:
Boris Zbarsky <bzbarsky@apple.com>
-
- Sep 22, 2022
-
-
Timothy Maes authored
-
Timothy Maes authored
* bump commit of ot-qorvo to enable thread 1.3 * Remove double define of OPENTHREAD_CONFIG_ECDSA_ENABLE Co-authored-by:
Thomas Cuyckens <thomas.cuyckens@qorvo.com> Co-authored-by:
Thomas Cuyckens <thomas.cuyckens@qorvo.com>
-
Timothy Maes authored
-
Timothy Maes authored
* Fix lock state transitions * Restyled by clang-format Co-authored-by:
Restyled.io <commits@restyled.io> Co-authored-by:
Dieter Van der Meulen <87530904+dvdm-qorvo@users.noreply.github.com> Co-authored-by:
Restyled.io <commits@restyled.io>
-
Timothy Maes authored
Used for customer development and simple OTA test image creation
-
- Sep 21, 2022
-
-
Alex Tsitsiura authored
-
- Sep 20, 2022
-
-
Andrei Litvin authored
[BUG] Fix ReadClient to use the right parameters when computing the liveness timeout (#22699) (#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 <johnsj@google.com>
-
- Sep 16, 2022
-
-
Sharad Binjola authored
-
chrisdecenzo authored
-
markaj-nordic authored
Accessing DeviceProxy object in the application callback is redundant and leads to crash, because of modified lifetime of this object in Matter core.
-
Tennessee Carmel-Veilleux authored
* Update TestEventTrigger to match SVE2 test plan - There was a 3-way mismatch between spec, SDK and SVE2 test plans in the TestEventTrigger command. - Since this command is meant for cert testing and 1.0 spec is loced down, it was determined that making behavior match TC-DGEN-2.3 is the best outcome. Fixes #22232 Changes: - Make all EnableKey errors are ConstraintError - Add test event trigger support to all Linux examples by default with a command that always succeeds in the reserved range - Add integration test for feature - Fix Python IM status codes list that had an old name - Add "commission-only" mode to matter_testing_support.py done while testing this feature Testing done: - All unit tests still pass - Integration tests pass, including new TC_TestEventTrigger.py * Update some comments * Fix CI YAML config
-
adabreuti authored
-
Vivien Nicolas authored
[Darwin] Fix Matter framework delegates to pass the delegating object as the first arg to their methods - Followup for the missing delegates that have not been updated in examples/darwin-framework-tool/commands/tests/TestCommandBridge.h (#22690)
-
yunhanw-google authored
-
Jerry Johns authored
* Omit write-only attributes in wildcard processing This omits processing write-only attributes during wildcard processing of Reads/Subscribes. It only achieves this for attributes backed by the AttributeAccessInterface. Specifically, it watches for UnsupportedRead error being returned by AttributeAccessInterface::Read and if so, ignores the error specifically when handling a wildcard-based interaction. Added a Python test that validates that the new WriteOnlyInt8u attribute is not served when doing a wildcard read. * Restyle
-
jczhang777 authored
* [BL602] Fix sve2 problems * Restyled by whitespace * Restyled by clang-format * Restyled by gn * [BL602] Update readme * call ef_env_set_default to do factory reset * [BL602] Fix code review issues * Restyled by clang-format * [BL602] Delete not use code Co-authored-by:
Restyled.io <commits@restyled.io> Co-authored-by:
wyhong <wyhong@bouffalolab.com>
-
Yufeng Wang authored
* Improve matter gcoverage accuracy by excluding non-core sdk files * Address review comments
-
pankore authored
* [RouteHook] Implement route hooks to allow communication with thread devices * [Connectivity] Remove disconnection code from ConnectivityManager * [RouteHook] Fix compile error on 8720CM platform * [Restyle] Fix restyling
-
Vivien Nicolas authored
* Update ZAP repo * [darwin] Add cluster and commands description from XML into MTRBaseClusters.zapt * [Darwin] Update template to preserve acronyms (e.g ACL) in APIs * Update constants name in TemperatureSensorViewController.m * Ota -> OTA in src/darwin/Framework/CHIPTests/MTRTestOTAProvider.m * Exclude src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h from restyle as we seems to have colliding versions * Update generated code
-
Jeff Tung authored
[Darwin] Fix Matter framework delegates to pass the delegating object as the first arg to their methods (#22682)
-
Seth Rickard authored
* add interface IPv6 addresses and up fabrics for SVE#2 * reduce all-clusters-app stack to match lock-app
-
Evgeny Margolis authored
-
- Sep 15, 2022
-
-
Boris Zbarsky authored
Fixes https://github.com/project-chip/connectedhomeip/issues/22674 Addresses part of https://github.com/project-chip/connectedhomeip/issues/22420
-
Terence Hampson authored
* Disable MDNS lookup on first message deliver failure * Restyle * Reorder config entry * Address PR comments and clean up config comment * Address PR comments
-
Vivien Nicolas authored
Ensure darwin-framework-tool is beeing rebuilt when something changes in the generated code from src/darwin/Framework/CHIP/zap-generated (#22677)
-