Commit Graph

122 Commits

Author SHA1 Message Date
shripad621git db4097f872 [v1.4] Update the chip submodule to latest v1.4-branch 2026-03-31 11:07:35 +05:30
mahesh 88cdc085f9 connectedhomeip: update submodule to use version independent insights api fix 2025-10-17 14:25:55 +05:30
WanqQixiang b02eb3ecde example: fix the build for the manage component build 2025-10-15 14:53:12 +08:00
WanqQixiang 76f319aa0e CI: run all the pytest example builds with the same IDF version 2025-10-14 15:56:40 +08:00
Shubham Patil 43eb364b17 ci: hackishly install construct to work with idf-v4.4 and Python-3.12
construct==2.10.54 import imp which is not present in the Python3.12 so
download the package source, patch it and install
2025-09-11 12:57:13 +05:30
mahesh 0602d32fb4 components/esp_matter: Introduced set_server_init_params() api to allow setting custom ServerInitParams
Submodule update for release-v1.4
2025-08-06 11:50:04 +05:30
chendejin fcdaabfcab submodule: update connectedhomeip to 87cf8e5030 2025-07-21 10:26:20 +08:00
WanqQixiang d9b8ae74f6 submodule: Update connectedhomeip to f1f3a55c9b
esp_matter: Add support for disabling/enabling ICD server dynamically
2025-06-13 18:58:35 +08:00
shripad621git dabf459f3c Fix the CI failures for idf version update 2025-06-06 12:18:23 +05:30
shripad621git abd987fefa Update esp-idf version to v5.4.1 2025-06-06 12:11:09 +05:30
WanqQixiang 68bccfa96e pytest: Use the Matter Thread Border Router example as the TBR for ESP32-H2's pytest 2025-05-29 10:51:32 +08:00
Shubham Patil 44d5ebba37 connectedhomeip: update submodule to 19aeeb3ba0
This is to fetch some cmake versioning related build fixes plus NDEBUG
flag related problem.
2025-04-30 22:38:46 +05:30
WanqQixiang e8bff42a2a esp-matter: Add menuconfig options to exclude unused clusters for flash optimization 2025-03-25 19:25:48 +08:00
Shu Chen 879fd129b1 Merge branch 'update_submodule/release_v1.4' into 'release/v1.4'
[v1.4] Update the chip submdoule to latest v1.4-branch

See merge request app-frameworks/esp-matter!1038
2025-03-19 16:19:46 +08:00
Shubham Patil ed0269b307 CI: enforce zap common files validations when updating submodule
When updating submodule we need to run generate_zap_common_files.py to update
the zap common files and most of the time it is missed, so make sure we
enforce that check in CI
2025-03-11 13:56:40 +05:30
shripad621git d8a7813499 [v1.4] Update the chip submdoule to latest v1.4-branch 2025-03-07 11:03:55 +05:30
WanqQixiang e6bb6d88c2 CI: Fix ESP Thread Border Router build 2025-02-26 10:10:08 +08:00
Shubham Patil e43fe24ede connectedhomeip: update submodule to fix the group cluster chunked read 2025-01-17 11:10:16 +05:30
WanqQixiang 6f5da35df5 submodule: update to 43aa98c2d3 to support ESP32-P4 2024-12-17 10:45:48 +08:00
Shu Chen b2d92fdb13 Merge branch 'ci_build/few_examples' into 'main'
tools/ci: Reduced the number of no pytest examples in CI.

See merge request app-frameworks/esp-matter!972
2024-12-06 18:28:01 +08:00
esp 159993d32a tools/ci: Reduced the number of no pytest examples in CI.
- Modified the build_apps script to build specific no pytest apps in CI
  on each build.
- Made a provision to build the remaining apps on manual basis in CI.
2024-12-06 10:20:17 +05:30
WanqQixiang 689d8d033a connectedhomeip: update submodule to 9b008bc10d for fix IEEE802.15.4 MAC address in diagnostic data provider 2024-12-06 11:40:39 +08:00
Hrishikesh Dhayagude b0a71621f7 Merge branch 'update_submodule' into 'main'
connectedhomeip: update submodule to 2b382d6357 to fix building with cmake v3.31.x

See merge request app-frameworks/esp-matter!964
2024-12-04 15:48:18 +08:00
Shubham Patil 0e53bcab75 connectedhomeip: update submodule to 2b382d6357 to fix building with cmake v3.31.x
Fixes https://github.com/espressif/esp-matter/issues/1157
Fixes https://github.com/espressif/esp-matter/issues/1127
2024-11-28 19:41:28 +05:30
Shubham Patil d6ddc8531d ci: validate the chip submodule in readme 2024-11-28 11:05:33 +05:30
Shubham Patil e09e20b693 connectedhomeip: update submodule to 3c3672992c
- fixes the builds with Python 3.13
- fixes the typo for including Span.h
- install dbus and bluez to fix the pytests
2024-11-21 21:21:55 +05:30
Shubham Patil 49b4cbd80d connectedhomeip: update submodule to v1.4-branch 2024-11-18 13:26:32 +05:30
Shu Chen 82419a3e78 Merge branch 'update/idf_version_5.2.2' into 'main'
idf: update idf version 5.2.3

See merge request app-frameworks/esp-matter!827
2024-11-12 10:03:32 +08:00
YuanMingFu d96280a5cc idf: update version to v5.2.3 2024-11-11 20:53:36 +08:00
chendejin 825bd4a91c examples/light: Added secondary network interface for esp32c6 light 2024-11-05 14:24:36 +08:00
Shu Chen fdd1fd00e9 Merge branch 'bridge_app' into 'main'
examples: move all the bridge apps to one directory and add a bridge_cli example for test

Closes CON-1379

See merge request app-frameworks/esp-matter!913
2024-11-05 12:29:39 +08:00
Shubham Patil 53002698f5 ci: remove the unnecessary submodule fetch to fix the pipeline 2024-10-24 18:14:56 +05:30
WanqQixiang 7e186311ff examples: move all the bridge apps to one directory and add a bridge_cli example for test 2024-10-17 15:59:13 +08:00
Shubham Patil 7a281adb06 ci: use --no-bootstrap and --no-host-tool option 2024-10-16 16:38:16 +05:30
shripad621git 6bab92030c Remove the redundant chip-tool artefact in gitlab-ci
- Removed the chip-tool as an artefact as it is already present as
  the part of docker image.
2024-10-09 12:50:14 +05:30
Rohit Jadhav cc94f61da7 Update chip submodule for 1.4 SVE 2024-09-18 12:54:32 +05:30
Shu Chen 6a2654a2af Merge branch 'example/add_light_with_rainmaker_provisioning' into 'main'
example: Add light example with RainMaker-WiFi-Provisioning

See merge request app-frameworks/esp-matter!838
2024-09-14 11:51:51 +08:00
WanqQixiang aed49010c6 example: Add light example with RainMaker-WiFi-Provisioning 2024-09-11 20:00:45 +08:00
Anton Maklakov 4733a2ce08 ci: minor fix variables for deploy 2024-09-05 15:11:11 +08:00
Shu Chen 066a307fa4 Merge branch 'chip-submodule-' into 'main'
chip/submodule: Update chip submodule to latest master

See merge request app-frameworks/esp-matter!850
2024-08-30 12:24:07 +08:00
Rohit Jadhav 1bc18a1f5c Update chip submodule to latest master 2024-08-29 17:25:04 +05:30
Shubham Patil fe85d76f46 ci: Allow building docker image if setup related files are changed 2024-08-27 08:42:58 +05:30
Hrishikesh Dhayagude 652b0e7829 Merge branch 'cherry-pick-fd565610' into 'main'
CHIP-submodule: Update CHIP submodule

See merge request app-frameworks/esp-matter!840
2024-08-13 19:49:57 +08:00
Rohit Jadhav 7e80758817 CHIP-submodule: Update connectedhomeip submodule to commit 0460715589413cb32e32f1626e43ad8000b84f2d 2024-08-13 19:49:57 +08:00
shripad621git 9edacbe01e gitlab-ci.yml: Fixed the CI failure due to idf-component-manager version 2024-08-13 15:29:23 +05:30
shripad621git 79f3d3852a Fixed the docker image check for gitlab ci 2024-07-18 16:46:15 +05:30
shripad621git 3574496c51 submodule_update: Updated chip submodule to d83caf7fef to include the scheduleLambda and event_handler change. 2024-06-06 09:52:15 +05:30
Li Ya Shuai 069c38fca0 update connectedhomeip submodule to the latest v1.3-branch 2024-05-16 17:06:19 +08:00
Shripad Deshpande 1605f383f9 Reduce non-pytest redundancy in CI for a few apps. 2024-05-13 20:00:32 +08:00
liyashuai 95cbad99aa update connectedhomeip to 13ab158f10 to fix some issue 2024-05-08 10:31:49 +08:00