Commit Graph

  • b9f8f1dcd7 compoenents/esp_matter:Remove optional attributes from feature mahesh 2025-09-26 13:12:14 +05:30
  • d556f67bb4 Merge branch 'mtr-uniq-data-in-sec-cert-1-4-2' into 'release/v1.4.2' Hrishikesh Dhayagude 2025-10-31 15:34:02 +08:00
  • de28147f8e Merge branch 'fix/null-dereferencing' into 'main' Hrishikesh Dhayagude 2025-10-31 15:28:18 +08:00
  • 9d4cd7afbc Merge branch 'fix-icd-1-4-2' into 'release/v1.4.2' Shu Chen 2025-10-31 06:59:17 +00:00
  • 0c3854bf32 Merge branch 'fix/add_mandatory_attribute' into 'main' Shu Chen 2025-10-31 06:58:52 +00:00
  • 69037778e6 Merge branch 'remove-configs' into 'main' Shu Chen 2025-10-31 06:58:39 +00:00
  • 498a96bed0 Merge branch 'compat-fixes-1-4-2' into 'release/v1.4.2' Shu Chen 2025-10-31 06:58:18 +00:00
  • 882d94acbb Merge branch 'controller/dynamic_server_ota_provider' into 'main' Shu Chen 2025-10-31 06:57:54 +00:00
  • b1db21ae4d Merge branch 'init_network_commissioning' into 'main' Shu Chen 2025-10-31 06:57:12 +00:00
  • c44a241bd2 Merge branch 'controller_docs' into 'main' Shu Chen 2025-10-31 06:56:58 +00:00
  • d634e1ecc5 controller: Add dynamic server support for controller as an OTA provider WanqQixiang 2025-02-07 16:01:33 +08:00
  • e8f8b3bbfe controller: add function to set custom Device Attestation store WanqQixiang 2025-09-29 17:43:56 +08:00
  • 017c4d40b2 docs: Improve documents for Matter controller/commissioner WanqQixiang 2025-09-29 17:43:16 +08:00
  • 628a4210e0 components/esp_matter: Add missing configs for features mahesh 2025-10-28 14:06:50 +05:30
  • b540e45096 components/esp_matter: init NetworkCommissioningCluster chendejin 2025-10-30 14:34:34 +08:00
  • 0fea830743 components/esp_matter: add IDs to the attribute exception list Shubham Patil 2025-10-29 17:51:24 +05:30
  • b89f2989a9 components/esp_matter: remove the internally-managed flag for thermostat attributes: local-temperature and remote-sensing Shubham Patil 2025-10-29 16:07:03 +05:30
  • 45e276ba00 components/esp_matter: Remove configs for the internally managed attributes mahesh 2025-10-21 15:18:52 +05:30
  • 1aa040800c components/esp_matter: Add missing pending_dataset_timestamp mandatory attribute for thread border router management cluster mahesh 2025-10-28 12:36:12 +05:30
  • e09bf34324 components/esp-matter: add icd_management::maximum_check_in_backoff Shubham Patil 2025-10-14 12:25:35 +05:30
  • dabf52f1fc components/esp_matter: remove duplicate scenes mgmt create from extended color light Shubham Patil 2025-10-14 12:04:14 +05:30
  • f87a4cd119 components/esp_matter: implement temperature unit handling with compatibility adjustments Shubham Patil 2025-10-09 18:29:08 +05:30
  • 694c19bc27 Merge branch 'remove-provisional-features' into 'release/v1.4.2' Hrishikesh Dhayagude 2025-10-24 21:04:08 +08:00
  • 1131d08855 mfg_test_app: read and print the matter unique data from secure cert partition Shubham Patil 2025-09-19 17:14:22 +05:30
  • 97b805d214 components/esp_matter:Add null check for config before pointer dereference mahesh 2025-10-21 12:28:54 +05:30
  • a91e6ffc24 Merge branch 'fix/ember_contain_client' into 'main' Shu Chen 2025-10-22 01:34:54 +00:00
  • c19a319727 Merge branch 'submodule-update-1-4' into 'release/v1.4' Hrishikesh Dhayagude 2025-10-21 15:15:33 +08:00
  • 45ceda8bea data_model_provider: Fix emberAfContainsClient() in ember stubs of esp_matter data model WanqQixiang 2025-10-20 14:46:55 +08:00
  • c894d6debe Merge branch 'fix-scenes-dup' into 'main' Hrishikesh Dhayagude 2025-10-19 20:25:29 +08:00
  • 9f6a77a5ca Merge branch 'fix-icd' into 'main' Hrishikesh Dhayagude 2025-10-19 20:24:49 +08:00
  • cc74d88286 components/esp_matter:Remove provisional features from esp_matter mahesh 2025-10-17 12:59:57 +05:30
  • 88cdc085f9 connectedhomeip: update submodule to use version independent insights api fix mahesh 2025-10-06 14:10:20 +05:30
  • c9c97069fa Merge branch 'esp-matter/add_esp32c61_support' into 'main' Shu Chen 2025-10-16 09:32:21 +00:00
  • 37a2c7d0b7 components/esp_matter: move air quality attribute storage to external Shubham Patil 2025-10-09 17:15:15 +05:30
  • c40c03ebc1 Merge branch 'ci/c3_pytest_idf_v5_1_v14' into 'release/v1.4' Hrishikesh Dhayagude 2025-10-15 18:26:23 +08:00
  • 77cce487eb Merge branch 'update_managed_component_light_v1_4_2' into 'release/v1.4.2' Hrishikesh Dhayagude 2025-10-15 18:26:09 +08:00
  • 99f263eb86 Merge branch 'fix/mode_select_docs' into 'main' Hrishikesh Dhayagude 2025-10-15 15:53:03 +08:00
  • b02eb3ecde example: fix the build for the manage component build WanqQixiang 2025-10-15 14:53:01 +08:00
  • 76f319aa0e CI: run all the pytest example builds with the same IDF version WanqQixiang 2025-10-10 15:19:54 +08:00
  • db983762ba CI: run all the pytest example builds with the same IDF version WanqQixiang 2025-10-10 15:19:54 +08:00
  • 714bf2f3cd components/esp_matter: remove duplicate scenes mgmt create from extended color light Shubham Patil 2025-10-14 12:04:14 +05:30
  • 4b17257719 components/esp-matter: add icd_management::maximum_check_in_backoff Shubham Patil 2025-10-14 12:25:35 +05:30
  • 7121daeb44 Merge branch 'ci/c3_pytest_idf_v5_1' into 'main' Hrishikesh Dhayagude 2025-10-14 15:21:14 +08:00
  • 6075f25f3b examples/managed_componenet_light: update example with component v1.4.2 chendejin 2025-10-14 15:20:32 +08:00
  • a74daed66b CI: run all the pytest example builds with the same IDF version WanqQixiang 2025-10-10 15:19:54 +08:00
  • c5c997fc4f esp_matter/data_model: Add better error logging in case of attribute type mismatch in set_val shripad621git 2025-10-07 14:14:36 +05:30
  • b403a65fe3 docs: Update docs to match the updated cluster APIs Rohit 2025-09-30 12:36:49 +05:30
  • c34a940bcf Merge branch 'fix/namespace/missing-changes' into 'main' Hrishikesh Dhayagude 2025-10-07 13:46:19 +08:00
  • 4a317697a4 docs: update release notes and docs for the namespace changes components/esp-matter: ota_provider and ota_requstor device type namespace changes examples: use modified namespaces mahesh 2025-10-06 11:25:55 +05:30
  • df05e5e90c Merge branch 'fix/namespaces' into 'main' Hrishikesh Dhayagude 2025-10-03 19:59:06 +08:00
  • 11da871f81 components/esp_matter: Remove inconsistencies in the namespaces mahesh 2025-09-26 14:34:56 +05:30
  • 057b2379ae Merge branch 'docs-release-versions-1-3' into 'release/v1.3' Hrishikesh Dhayagude 2025-09-29 20:33:26 +08:00
  • 101079a793 examples/managed_component_light: use matter version specific version from component manager Shubham Patil 2025-09-29 14:49:50 +05:30
  • c651b0e839 examples/light: use the specific version of esp_lvgl_port Shubham Patil 2025-09-29 12:37:48 +05:30
  • e264ecb0f1 Merge branch 'concentration-measurement-optimization' into 'main' Hrishikesh Dhayagude 2025-09-29 13:48:34 +08:00
  • c979bc976d ci: install specific version of cryptography and construct to fix builds Shubham Patil 2025-09-27 09:53:59 +05:30
  • 11e32439f2 docs: use the version file from the main branch Shubham Patil 2025-09-24 09:56:11 +05:30
  • f5b2c6b8d4 Target: add esp32c61 support liyashuai 2025-09-02 11:52:47 +08:00
  • d0faa92c93 Merge branch 'update_managed_component_light_feat' into 'main' Shu Chen 2025-09-29 02:14:47 +00:00
  • a9b088f565 examples/managed_componenet_light: update example with component v1.4.2 chendejin 2025-09-28 19:48:25 +08:00
  • 671a5cfcee Merge branch 'component_v1_4_2' into 'release/v1.4.2' Shu Chen 2025-09-28 01:20:25 +00:00
  • 0165a3b349 Merge branch 'docs-release-versions-1-4-2' into 'release/v1.4.2' Hrishikesh Dhayagude 2025-09-27 09:15:31 +08:00
  • bd72fe6597 Merge branch 'docs-release-versions-1-4' into 'release/v1.4' Hrishikesh Dhayagude 2025-09-27 09:15:15 +08:00
  • 6bc6b83bb2 Merge branch 'docs-release-versions-1-2' into 'release/v1.2' Hrishikesh Dhayagude 2025-09-27 09:14:52 +08:00
  • b2002c2cbb docs: use the version file from the main branch Shubham Patil 2025-09-24 09:56:11 +05:30
  • 1a9ac67f9d docs: use the version file from the main branch Shubham Patil 2025-09-24 09:56:11 +05:30
  • 88d5477fdb docs: use the version file from the main branch Shubham Patil 2025-09-24 09:56:11 +05:30
  • 3f05061fa2 Merge branch 'components/esp-matter/init_esp_matter_nvs_before_using' into 'main' Shu Chen 2025-09-24 04:10:26 +00:00
  • 1a0c29d867 esp_matter managed component: v1.4.2 chendejin 2025-09-12 19:33:05 +08:00
  • 981459a228 components/esp-matter: Initialize CONFIG_ESP_MATTER_NVS_PART_NAME nvs partition before accessing liyashuai 2025-09-12 16:38:54 +08:00
  • 157245702e Merge branch 'controller/group_data_listener_v142' into 'release/v1.4.2' Shu Chen 2025-09-24 02:11:12 +00:00
  • 5459d36dd3 Merge branch 'backport/basic_info_conformance' into 'release/v1.4.2' Shu Chen 2025-09-24 02:04:35 +00:00
  • 49387bdfe0 Merge branch 'docs-lto' into 'main' Hrishikesh Dhayagude 2025-09-22 15:04:05 +08:00
  • 6819c6fe61 Disable chip shell on light_network_prov to save flash. Rohit 2025-09-22 11:27:40 +05:30
  • 932a750a95 components/data_model: Remove provisional attribute from basic information create. Rohit 2025-09-02 10:49:33 +05:30
  • db891d9f4e Merge branch 'docs-release-versions' into 'main' Hrishikesh Dhayagude 2025-09-18 16:17:01 +08:00
  • 20ab3537c7 Merge branch 'launchpad-rm' into 'main' Hrishikesh Dhayagude 2025-09-18 16:16:30 +08:00
  • c86d62d90a controller: Initialize group data provider listener when initializing the controller instance WanqQixiang 2025-09-10 17:28:05 +08:00
  • cf1b1b0c72 gh_action: still deploy even if rainmaker builds fail Shubham Patil 2025-09-15 11:16:16 +05:30
  • de9164fbfd Merge branch 'fix-ci-1-4' into 'release/v1.4' Shu Chen 2025-09-15 01:33:44 +00:00
  • ebb9caf049 Merge branch 'fix-ci-1-4-2' into 'release/v1.4.2' Shu Chen 2025-09-15 01:33:24 +00:00
  • 039e3131fb Merge branch 'controller/group_data_listener' into 'main' Shu Chen 2025-09-11 11:09:38 +00:00
  • 43eb364b17 ci: hackishly install construct to work with idf-v4.4 and Python-3.12 Shubham Patil 2025-09-10 12:07:03 +05:30
  • 67035a2be2 ci: disable installing esp-matter-mfg-tool on esp-idf v4.4 builds Shubham Patil 2025-09-09 14:29:04 +05:30
  • 18d93ba417 ci: hackishly install construct to work with idf-v4.4 and Python-3.12 Shubham Patil 2025-09-10 12:07:03 +05:30
  • 15800daa4f ci: disable installing esp-matter-mfg-tool on esp-idf v4.4 builds Shubham Patil 2025-09-09 14:29:04 +05:30
  • cb9c7d1268 controller: Initialize group data provider listener when initializing the controller instance WanqQixiang 2025-09-10 17:28:05 +08:00
  • 7b173696a8 components/esp_matter: further optimize the concentration measurement Shubham Patil 2025-09-10 14:47:01 +05:30
  • 8a31571ee8 docs: add references to LTO for reducing binary size Shubham Patil 2025-09-09 13:19:35 +05:30
  • 831fbf5966 docs: add the release versions to the dropdown menu Shubham Patil 2025-09-09 12:14:25 +05:30
  • 5f8ac5f9c2 Merge branch 'fix-ci' into 'main' Shu Chen 2025-09-11 06:53:34 +00:00
  • f80034731b ci: hackishly install construct to work with idf-v4.4 and Python-3.12 Shubham Patil 2025-09-10 12:07:03 +05:30
  • d455b81b73 Merge branch 'example/tag_list' into 'main' Shu Chen 2025-09-10 03:05:52 +00:00
  • bc62b8c636 ci: disable installing esp-matter-mfg-tool on esp-idf v4.4 builds Shubham Patil 2025-09-09 14:29:04 +05:30
  • 9fdd2b586e example: Fix compilation of generic_switch example WanqQixiang 2025-09-03 09:35:11 +08:00
  • 43fc04889b Merge branch 'dm_provider' into 'main' Shu Chen 2025-09-02 03:15:13 +00:00
  • 9d7ff306f6 esp_matter: Add data model provider for esp_matter data model and remove upstream ember codes from esp_matter component WanqQixiang 2025-07-09 16:36:33 +08:00
  • 30b31aff7e Merge branch 'component/missing_bits' into 'main' Hrishikesh Dhayagude 2025-08-29 18:30:53 +08:00
  • e673b948de Merge branch 'example/fix-tc-rr' into 'main' Hrishikesh Dhayagude 2025-08-29 18:10:14 +08:00
  • 52b4b9282e Merge branch 'compliance' into 'main' Hrishikesh Dhayagude 2025-08-29 17:41:00 +08:00