Commit Graph

28 Commits

Author SHA1 Message Date
WanqQixiang 5003ab8bae Use common APIs for all the client examples 2024-05-11 14:32:00 +08:00
WanqQixiang 1f3490c303 change client command_handle to client request_handle 2024-05-09 12:31:39 +08:00
Zhang Wei 44664187c0 Update esp-now version. 2024-04-16 11:06:22 +08:00
liyashuai 2ef30e7a47 fix ci error 2024-04-10 16:43:53 +08:00
WanqQixiang d20bd6d256 Fix CI building for esp-now bridge 2024-02-21 11:00:48 +08:00
Shubham Patil ec72e3209d examples: added ABORT_APP_ON_FAILURE macro to abort if APIs return error 2024-02-07 17:47:54 +05:30
WanqQixiang 14da080ac3 esp_matter: Add an option to disable Matter server for client-only examples 2024-01-29 19:35:41 +08:00
Jon Smirl 7f28efa4ad Create bridged devices using a callback 2024-01-16 14:06:44 +05:30
Shubham Patil 22ac07f718 replace usage of EMBER_AF_* with namespaced names from app_common and
fix compilation failures in zap_light
2023-12-20 18:49:23 +05:30
WanqQixiang 12e73847aa client: remove is_group in command_handle to make cluster_update be able to notify all the binding entries
closes CON-874
2023-11-10 10:35:59 +08:00
Shubham Patil 71379cc963 Replace strtol with strtoul wherever required 2023-11-01 17:44:35 +05:30
Shubham Patil 54a8903f32 Few documentation fixes
- Added some docs for attribute and identify callback
- mfg_tool: Add the sourcing of esp-idf's export.sh script
- Added the link for getting the repository in top level README.md
- Table for Matter specification version and release branches
- FAQ for stuck at "Solving dependencies requirements"
- Change the link and doc in rainmaker example
2023-10-05 12:47:35 +05:30
PSONALl d4c8b65772 Matter v1.2 TE-2 optional features and submodule update 2023-09-11 09:16:55 +05:30
Zhang Wei afe6d17532 fix event stack overflow issue when running the example on S3. 2023-09-05 11:27:56 +08:00
Zhang Wei 8a4907d55d Update application note for ESP-NOW bridge to include data models. 2023-09-05 09:46:20 +08:00
PSONALl 57c55bd711 Matter v1.2 TE2 platform fixes -
Update Cluster Revision of all clusters

Add scene clusters missing commands

Add Product Appearance attribute to basic information cluster

Add missing attributes in color control cluster

Add breadcrumb attribute

Add missing attributes and commands in bridged device information cluster

Fix typo in basic information cluster

Add Scene Table Size attribute

Fix CI for zigbee bridge

Add attribute bounds and string length checks
2023-08-25 16:56:18 +05:30
WanqQixiang 250b202d2e examples: Remove requirements for main components 2023-08-10 16:48:13 +08:00
Shu Chen 85963d2ca8 Merge branch 'nvs/change_default_nvs_size_to_48k' into 'main'
change example default nvs size to 48k

See merge request app-frameworks/esp-matter!443
2023-07-27 20:22:48 +08:00
liyashuai de530ef5d0 change example default nvs size to 48k 2023-07-27 14:51:32 +08:00
Zhang Wei 5a68ec4f44 Application note for ESP-NOW bridge and coin cell button. 2023-07-27 01:14:42 +08:00
Zhang Wei d8756c5fa1 Enable esp-now power saving. 2023-07-11 13:25:13 +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
WanqQixiang 0687657ede examples: Increase LwIP IPv6 address number to 6 (MAX_FABRIC + 1) 2023-06-25 10:40:42 +08:00
WanqQixiang fee4a9330f esp-matter: update zap-common and clean zap-file for zap-light example 2023-06-21 14:38:06 +08:00
Hrishikesh Dhayagude 9be53266b1 Merge branch 'fix/esp-now_bridge_modem_sleep' into 'main'
fix: remove the limitation of having to stay in PS NONE.

See merge request app-frameworks/esp-matter!385
2023-05-30 23:09:21 +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
Zhang Wei ece2781e6e fix: remove the limitation of having to stay in PS NONE.
If switch is built with latest esp-now version (> 2.2.0), this is not required any more.
    Pending issues are resolved.
2023-05-26 14:05:22 +08:00
Zhang Wei 853b2666d4 Add ESP-NOW bridge example and necessary support 2023-04-26 23:57:57 +08:00