Commit Graph

90 Commits

Author SHA1 Message Date
shripad621git 5c67c78fd7 connectedhomeip: Updated submdoule to latest v1.3-branch to include the fan-control changes 2025-07-30 14:03:20 +05:30
shripad621git 34f4bd2830 [v1.3] connectedhomeip: Update the submodule to v1.3-branch to fix mode-select attribute read 2025-05-21 10:54:01 +05:30
shripad621git bc7ae857cb [v1.3]connectedhomeip : Update the esp-idf version to v5.2.3 and submodule to latest v1.3-branch.
- connectedhomeip: update submodule to 6eaa54b478v for NDEBUG and cmake and IPV6 address fix.
- .gitlab-ci.yml: update esp-idf version to v5.2.3 to address the memory mapping fix.
2025-05-08 06:54:42 +05:30
shripad621git f617416469 [v1.3] Update the chip submdoule to latest v1.3-branch
- The submodule updates fixes the broken bluedroid build flow.
2025-02-28 11:04:22 +05:30
Shubham Patil 3ad41ae16f connectedhomeip: update submodule to fix the group cluster chunked read 2025-01-17 11:06:23 +05:30
chendejin 3b5d037082 examples/managed_component_light: update esp_matter component version 1.3.1 2025-01-02 10:26:27 +08:00
Shubham Patil eb46ae6e4e ci: remove the unnecessary submodule fetch to fix the pipeline 2024-11-07 22:51:57 +05:30
shripad621git afcc276bd6 [v1.3] Updated the submodule to v1.3-branch to include insights version change 2024-11-07 15:12:12 +05:30
shripad621git 67347d674d connectedhomeip: update submodule to latest v1.3-branch.
- Includes the packet buffer crash fix.
- Includes the chip log level change.
2024-09-13 11:35:39 +05:30
shripad621git a8e6c9f0c5 gitlab-ci.yml: Fixed the CI failure due to idf-component-manager version 2024-08-28 22:52:42 +05:30
Shubham Patil 0ebf3cb4d5 connectedhomeip: update submodule to fix the compilation with rainmaker+insights
Fixes https://github.com/espressif/esp-matter/issues/1023
2024-07-29 12:48:28 +05:30
shripad621git 158d9b33a1 Fixed the docker image check for gitlab ci 2024-07-23 11:34:41 +05:30
shripad621git b5194eb041 Updated chip submodule to latest v1.3-branch on release/v1.3 2024-07-18 13:01:56 +05:30
Shubham Patil d1bcc2e65b connectedhomeip: Update submodule to backport ble fixes 2024-07-09 12:40:07 +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
Yuan Ming Fu 7ef1f5e13a example: use 26MHz XTAL default on esp32-c2 2024-05-07 19:28:22 +08:00
Shripad Deshpande 0123d1ed2e esp-matter-ci : Changes to fix the arbitary failures in esp-matter CI test cases by using symlink approach. 2024-04-30 13:55:05 +08:00
Shu Chen 567ee248c0 Merge branch 'example/managed_component_light' into 'main'
add light example with managed component

See merge request app-frameworks/esp-matter!669
2024-04-25 19:02:24 +08:00
liyashuai 190af4c3f3 add esp32c2 pytest 2024-04-24 10:31:06 +08:00
chendejin f4bc6b8dfa Add light example with esp_matter component. 2024-04-23 19:14:39 +08:00
liyashuai 32e2f71e76 update idf version to v5.2.1 for fixing Bootloader TOCTOU Vulnerability in Anti-rollback Scheme 2024-04-09 19:34:18 +08:00
shripad621git 2684b2bde0 Added a idf_checkout_ref variable for further CI optimizations 2024-04-02 19:15:10 +05:30
chendejin d951642b5b add esp_matter component based on esp-matter sdk and connectedhomeip 2024-02-06 16:14:02 +08:00
Sayon Deep d1dc94df4a Update esp-matter to use ESP-IDF to v5.1.2 2024-01-17 15:56:59 +08:00
WanqQixiang c03670e269 controller: Fix the compile error when enabling otbr feature and add CI building 2024-01-15 19:35:06 +08:00
Hrishikesh Dhayagude 3c6d45e50b Merge branch 'reenable-external-platform-build' into 'main'
Update connectedhomeip submodule to d38a6496c3 and re-enable external platform CI buildings

Closes CON-946

See merge request app-frameworks/esp-matter!592
2024-01-08 13:53:47 +08:00
shripad621git b9ab58f1af ci/chip-tool : Removed the redundant chip-tool builds from CI using the one built during install.sh 2024-01-05 15:36:07 +05:30
WanqQixiang 080926c56a Update connectedhomeip submodule to d38a6496c3 and re-enable external platform CI buildings
Closes CON-946
2024-01-05 17:37:25 +08:00
Shubham Patil efe0f2bf9b ci: disable external platform builds 2023-12-20 15:38:35 +05:30
WanqQixiang 64bd657cc5 examples: all the examples of ESP32-C6 over Wi-Fi and add thread-example build CI for c6 2023-11-03 10:52:32 +08:00
Shu Chen c707e6680a Merge branch 'feature/icd_management' into 'main'
ICD: Add icd_management component and thread sleepy example

See merge request app-frameworks/esp-matter!498
2023-10-18 16:10:33 +08:00
WanqQixiang 9e53da83cd esp_matter: add icd management cluster support
Add thread sleepy example

connectedhomeip: update submodule to support ICD

Update idf version to commit 6b1f40b9bf on release/v5.1 branch
2023-10-18 12:33:52 +08:00
WanqQixiang bf03cc9262 controller: Update the managed components of json_generator and json_parser 2023-10-07 10:13:22 +08:00
Hrishikesh Dhayagude c2584207ec Merge branch 'mfg_test_app' into 'main'
examples: Manufacturing test application

See merge request app-frameworks/esp-matter!302
2023-08-31 18:30:21 +08:00
WanqQixiang b2be128c96 Update IDF to v5.1.1 tag for ESP32-H2 and ESP32-C6 builds 2023-08-29 10:48:16 +08:00
Shubham Patil 4c0a1fc7b8 examples: Manufacturing test application
- Reads the DAC and PAI certificate from the secure cert partition and
  dump the relevant details on the console.
- Signs the garbage using DAC key and verifies it with the key parsed
  from DAC.
- Performs DAC->PAI->PAA chain validation
- Reads and print the status of flash encryption and secure boot
2023-08-28 11:22:19 +05:30
Shu Chen 06e1bdf4f8 Merge branch 'CI/Update_CI_configuration' into 'main'
CI: Update CI configuration

See merge request app-frameworks/esp-matter!428
2023-07-20 20:21:26 +08:00
Shu Chen b13540ea52 docs: only deploy production docs for main and release branches 2023-07-19 14:49:54 +08:00
Abudl Rehman 44da9976de CI: Update CI configuration 2023-07-12 15:56:45 +08:00
Abudl Rehman b445a8136b CI: Fix pytest failure for h2 target 2023-07-03 17:08:31 +08:00
Abudl Rehman f7ca5bd340 CI: fix the CI failure for component versions mismatched 2023-07-03 10:31:50 +08:00
liyashuai 7a3748edb3 change example software version string format form v1.0 to 1.0 for apple homekit show 2023-06-27 10:08:28 +08:00
Abudl Rehman 14d41f39b6 CI: Add pytest in CI test 2023-06-26 14:51:34 +08:00
Shubham Patil d0b81170f3 Changes to bump connectedhomeip submodule to revision: 65b6ed4
- Replaced component esp32_mbedtls with mbedtls from requirements
- Enabled CONFIG_MBEDTLS_HKDF_C option in all the sdkconfig.defaults
- Removed secure cert dac provider from here and using one in
  connectedhomeip repo
- Enabled CONFIG_ESP_SECURE_CERT_DS_PERIPHERAL in sdkconfig.defaults.esp32h2
2023-05-30 18:05:25 +08:00
Shu Chen 52cc2f6bea docs: fix docs build for esp32s3 2023-05-08 19:52:38 +08:00
Zhang Wei 853b2666d4 Add ESP-NOW bridge example and necessary support 2023-04-26 23:57:57 +08:00
WanqQixiang 47e434e3d7 Update default IDF version to v5.0.1 2023-04-12 18:56:27 +08:00