Commit Graph

37 Commits

Author SHA1 Message Date
Shubham Patil 9ae68ec1c6 Specify route_hook in ESP32_custom platforms BUILD.gn 2023-02-06 12:08:54 +05:30
Chirag Atal 4b7c107b0e es32c2: Support for esp32c2
This includes some memory optimisations.
Also corresponding changes required for idf 5.0.
2023-02-03 19:14:02 +05:30
WanqQixiang 30edd36b52 submodule-update: Update connectedhomeip submodule to 7e69c66bb for matter 1.1 TE1 2023-01-31 17:27:21 +08:00
WanqQixiang f705a89c80 Submodule: Update submodule to the new released tag v1.0.0.1
CI: Activate matter build env before building the examples

sdkconfig: update sdkconfig to disable BT connection reattempt
2022-12-23 17:03:57 +08:00
InfiniteYuan dc707e3b28 bugfix: blemesh_bridge: enable ble after commission 2022-12-01 14:29:14 +08:00
Rohit Jadhav 0960b7787a Fixed path to example/common in CMakeList for examples Closes https://github.com/espressif/esp-matter/issues/93 2022-11-22 10:24:46 +05:30
InfiniteYuan 3df088b338 example: sync nimble/BLEManagerImpl.cpp for blemesh_bridge 2022-11-21 11:46:22 +08:00
WanqQixiang 7fffc18406 esp_matter: Add endpoint resume logic
endpoint: make it easier to create mutiple device_types endpoint

Bridge: store bridged device information in flash
2022-11-09 14:45:10 +08:00
Shubham Patil 5cd0e7d244 Disable softap support by default
As softap won't be used for commissioning, disabling it saves around
~30KB of flash size.
2022-10-07 12:03:42 +05:30
WanqQixiang 47a93e6d10 console: refactor esp_matter_console 2022-09-27 10:36:42 +08:00
WanqQixiang d34c6f8dc2 esp-matter: add device type version for all the supported device types 2022-09-26 13:20:54 +08:00
Shubham Patil 4d55e2f8d9 Remove app_qrcode component and do not print it in examples.
Added the default QR code to the docs and pointer to generate the new
factory partition and qr code.
2022-09-20 14:45:34 +05:30
Shu Chen 412f6ebd4f Merge branch 'feature/aggregator_device' into 'main'
esp_matter: Add aggregator device type for bridge apps

See merge request app-frameworks/esp-matter!187
2022-09-15 19:49:46 +08:00
WanqQixiang a26d07bd60 move dnssd-server-start and route-hook-init to device_callback_internal 2022-09-13 15:13:24 +08:00
WanqQixiang af5ac793d1 esp_matter_bridge: Add aggregator device type and add parent_endpoint_id for bridged_endpoint
example: Add aggregator endpoint for bridge examples
2022-09-09 14:11:53 +08:00
WanqQixiang 5e9596709f OTA: Call esp_matter_ota_requestor_start after connected to a network 2022-09-06 14:17:56 +08:00
Hrishikesh Dhayagude 1961904555 Merge branch 'multi_device_type_support' into 'main'
esp_matter: Support multiple device types for the endpoints

See merge request app-frameworks/esp-matter!182
2022-09-02 22:53:30 +08:00
WanqQixiang 8553a3cd3c zap: Update zap file and zap-generated files for the zap_light app
submodule: Update connectedhomeip submodule to 26bfa093f1
2022-09-02 20:29:21 +08:00
WanqQixiang 18c5d4a596 esp_matter: Support multiple device types for the endpoint 2022-09-02 20:29:21 +08:00
Shubham Patil 64a44ba04d Handle the commissioning events in examples 2022-08-30 19:21:22 +05:30
liyashuai 7decda072b ota: make OTA clusters optional. 2022-08-30 15:33:57 +08:00
Hrishikesh Dhayagude 74d8ae88d3 Minor updates to the examples README files
1. Documentation changes
  2. Remove chip-tool prefix from the example READMEs as now we recommend to use chip-tool in interactive mode in the documentation
2022-08-27 08:03:50 +05:30
Shu Chen 0eca149514 Merge branch 'update_submodule_support_esp32h2' into 'main'
Submodule: Update the connectedhomeip submodule to the lastest master commit 069b09b5f3

See merge request app-frameworks/esp-matter!180
2022-08-26 18:31:31 +08:00
WanqQixiang 74d6f1ae81 Submodule: Update the connectedhomeip submodule to the lastest master commit 069b09b5f3
Example: Update lighting app on ESP32-H2

qrcode: use managed_component instead of the extra_component from IDF
2022-08-26 12:02:17 +08:00
Hrishikesh Dhayagude 799174e98b Merge branch 'update_docs' into 'main'
Minor changes to the documentation

See merge request app-frameworks/esp-matter!179
2022-08-25 17:40:51 +08:00
Hrishikesh Dhayagude 0e1a62d4ee Minor changes to the documentation 2022-08-25 14:23:31 +05:30
InfiniteYuan 031217f8a4 bugfix: blemesh_bridge: fix the setting of random addr 2022-08-20 14:20:26 +08:00
WanqQixiang ec0fdec8f3 Submodule: Update connectedhomeip submodule to current master(06457aea2d) 2022-08-17 19:12:24 +08:00
InfiniteYuan f10b8ed976 blemesh_bridge: update BLEManagerImpl.cpp 2022-08-04 11:19:07 +08:00
Rohit Jadhav e1f80a3d77 Updated connectedhomeip submodule to ae4e105 2022-07-26 18:52:08 +08:00
WanqQixiang 7a28bf784b submodule: update connectedhomeip submodule to c1d5431 2022-07-01 14:17:02 +08:00
jerry b99169db24 submodule: update the matter SDK to the commit c38e915 2022-06-27 14:37:03 +08:00
WanqQixiang 660cb42c4c Bugfix: Avoid using 'using namspace' in headers 2022-06-17 16:14:23 +08:00
Chirag Atal 880195c7bd readme: Memory numbers update
Also docs link update
blemesh_bridge: Readme fixes
esp_matter_cluster: Add missing cluster_revision attributes
2022-06-16 18:30:28 +05:30
Shubham Patil dd6ff7afaa examples: Fix af-gen-event.h
This fixes the level control on light app
2022-06-13 20:01:27 +05:30
Shubham Patil 41e7ea0596 Remove support for ESP32S2 chip 2022-06-09 18:56:50 +05:30
InfiniteYuan f9b306bd42 example: add matter bridge for ble mesh, modify app_bridge component to fit ble mesh. 2022-05-31 15:55:15 +08:00