Commit Graph

230 Commits

Author SHA1 Message Date
PSONALl 160324657d Add macro to define fixed endpoints with on-off server cluster 2023-06-05 18:01:13 +05:30
Rohit Jadhav 5c77662c69 Removed empty file 2023-06-01 16:08:32 +05:30
Rohit Jadhav 066e62dd55 Some cleanups in examples 2023-06-01 12:13:28 +05:30
Rohit Jadhav 11c0ec257d Add refrigerator and temperature controlled cabinet device types 2023-05-31 18:44:28 +05:30
PSONALl 770e9dd540 Add Room Air Conditioner Device type 2023-05-31 12:54:42 +05:30
Shubham Patil c6899403c1 Changes to bump connectedhomeip submodule to revision: 8642c0d
- 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-26 14:53:37 +05:30
shripad621git 7f97c97311 Provision to add buttons to generic_switch example
Added the gpio_button struct to create the gpio buttons.
Mapped the buttons to corresponding endpoints.
Changed app_main.cpp to make creation of buttons more easy.
Added CONFIG_FACTORY_COMMISSIONABLE_DATA_PROVIDER AND CONFIG_FACTORY_DEVICE_INFO_PROVIDER in sdkconfig.defaults
to keep the app consistent with changes in providers code.
2023-05-23 16:59:28 +05:30
Hrishikesh Dhayagude ad126a98df Merge branch 'doc_fix' into 'main'
Minor doc fixes and added onboarding codes in generic_switch

See merge request app-frameworks/esp-matter!369
2023-05-10 20:36:04 +08:00
Shubham Patil 0e6d37c2ee examples: Minor doc fixes and added onboarding codes in generic_switch
Closes https://github.com/espressif/esp-matter/issues/372
2023-05-09 14:59:19 +05:30
Shu Chen ecddefbfdd submodule: update connectedhomeip to v1.1.0.1 tag 2023-05-08 19:52:16 +08:00
Shu Chen f4cf21f625 Merge branch 'docs/bridge_apps' into 'main'
docs: Update README files for the bridge apps

See merge request app-frameworks/esp-matter!353
2023-04-28 10:43:27 +08:00
Hrishikesh Dhayagude 7cfe6c995f Merge branch 'pr_323' into 'main'
[GH_PR] [format_specifier] - Fixes ESP_LOG format specifier mismatches in components/esp_matter (CON-414)

See merge request app-frameworks/esp-matter!356
2023-04-27 00:00:49 +08:00
Zhang Wei 853b2666d4 Add ESP-NOW bridge example and necessary support 2023-04-26 23:57:57 +08:00
dhairyashah1 859ea8f023 Fixes format specifier mismatches in ESP_LOG prints & snprintf's using endpoint_id, cluster_id, attribute_id & command_id of components/esp_matter, examples/zigbee_bridge
[examples] Removes '-Wformat=0' flag from root CMakeLists.txt's from examples
Solves and fixes #296

Signed-off-by: dhairyashah1 <dhairya.shah@espressif.com>

[zigbee_bridge] Adds PRI format specifiers in zigbee_bridge.cpp

Signed-off-by: dhairyashah1 <dhairya.shah@espressif.com>
2023-04-19 23:25:11 +05:30
Hrishikesh Dhayagude 26e81f4598 Merge branch 'example/clean_zap_generated' into 'main'
example: Clean files under main/zap-generated path

See merge request app-frameworks/esp-matter!358
2023-04-19 19:01:49 +08:00
WanqQixiang 5d97f7ec83 example: Clean files under main/zap-generated path 2023-04-19 15:55:16 +08:00
Shubham Patil ef2c3e4d8b core: Use NVS APIs to get/set attributes with primitive datatype
Added the config option to all examples' sdkconfig.defaults
2023-04-17 13:18:33 +05:30
WanqQixiang 0211d9578a docs: Update README file for the bridge apps 2023-04-17 15:43:04 +08:00
Shu Chen b40bf8e398 Merge branch 'use_idf_v5_0_1' into 'main'
Update default IDF version to v5.0.1

See merge request app-frameworks/esp-matter!342
2023-04-17 09:27:51 +08:00
Hrishikesh Dhayagude 4e8767166b Merge branch 'remove_ipv6_scope' into 'main'
examples: Remove -DLWIP_IPV6_SCOPES=0

See merge request app-frameworks/esp-matter!348
2023-04-13 17:44:30 +08:00
WanqQixiang 43d836acba examples: Remove -DLWIP_IPV6_SCOPES=0 2023-04-13 10:29:42 +08:00
Hrishikesh Dhayagude 16b4f98a8f Merge branch 'pr_315' into 'main'
[GH_PR] Added User Label Cluster to generic_switch example.

See merge request app-frameworks/esp-matter!344
2023-04-12 20:23:19 +08:00
WanqQixiang 47e434e3d7 Update default IDF version to v5.0.1 2023-04-12 18:56:27 +08:00
Shu Chen b5666463a0 Merge branch 'partition_c6' into 'main'
examples: make ESP32C6 and ESP32H2 use the same partition table

See merge request app-frameworks/esp-matter!339
2023-04-11 10:08:33 +08:00
WanqQixiang 97fc93655e examples: make ESP32C6 and ESP32H2 use the same partition table 2023-04-10 14:21:24 +08:00
shripad621git e94bbd7d0d Added User Label Cluster to generic_switch example.
Fixes https://github.com/espressif/esp-matter/issues/300.
2023-04-07 12:45:22 +05:30
InfiniteYuan f6f863f9c8 bugfix: relinker: rm some objects 2023-04-06 11:32:14 +08:00
Hrishikesh Dhayagude 3a65dfc753 Merge branch 'bugfix/add-esp32s3' into 'main'
Added esp32s3 option for light_switch and set Momentory switch as

See merge request app-frameworks/esp-matter!330
2023-04-03 18:35:28 +08:00
Rohit Jadhav bbe1d8c08d Added esp32s3 option for light_switch and set Momentory switch as
default for generic_switch fixes https://github.com/espressif/esp-matter/issues/295
2023-04-03 13:19:14 +05:30
InfiniteYuan c65194b737 example: zap_light add support for c2 2023-03-31 20:48:35 +08:00
InfiniteYuan ba96bc8d6e example: add memory optimization for esp32-c2 2023-03-31 16:41:20 +08:00
liyashuai d0d631bb23 update connecthomeip submodule to bd17b9f52 2023-03-29 22:30:01 +08:00
Shubham Patil e13d2b96d2 Flag esp_secure_cert and nvs_keys partitions as encrypted
By default esp_secure_cert and nvs_keys partitions are encrypted as
their content needs to be secured using flash encryption, but examples
do not flag them as encrypted. So, lets flag them as encrypted for
consistency.
2023-03-28 11:57:25 +05:30
Shu Chen f2e77d239e Merge branch 'support-c6-h2' into 'main'
Add support for ESP32-C2, ESP32-C6 and ESP32-H2-MP

See merge request app-frameworks/esp-matter!319
2023-03-24 15:30:52 +08:00
WanqQixiang 7b2912a9e5 submodule: Update connectedhomeip submodule to bc8c9ece1 to support ESP32-C6 and ESP32-H2-MP
docs: Add details for esp32h2, esp32c2, and esp32c6
2023-03-23 21:10:37 +08:00
Hrishikesh Dhayagude ab8f467da9 Merge branch 'expose_identify_options' into 'main'
identify: Make init API configurable and pass in identify effect in cb

See merge request app-frameworks/esp-matter!317
2023-03-16 20:55:07 +08:00
Shubham Patil d7215de6d2 identify: Make init API configurable and pass in identify effect in cb
Closes https://github.com/espressif/esp-matter/issues/238
2023-03-16 13:53:49 +05:30
Shubham Patil 4cca14cd13 Specify route_hook in ESP32_custom platforms BUILD.gn 2023-03-16 14:25:15 +08:00
Shubham Patil 9c7e738cbb Changes in examples for C2 2023-03-16 14:18:40 +08:00
WanqQixiang c44c2177a3 submodule-update: Update connectedhomeip submodule to 7e69c66bb for matter 1.1 TE1 2023-03-16 14:15:23 +08:00
PSONALl c8babee85a Add support of dynamic memory allocation strategies 2023-03-15 17:54:44 +05:30
Chirag Atal 1856e151b8 zap_generated: Add support to change the dynamic endpoint count through menuconfig
Added some menuconfig options which can be helpful for memory optimisations.
2023-03-15 09:51:32 +05:30
dhairyashah1 48cffae757 [blemesh & zigbee bridge] Adds support to reduce complexity of bridged_device search using priv_data instead of using endpoint
Fixes and closes https://github.com/espressif/esp-matter/issues/60
2023-03-08 03:32:13 +05:30
Shu Chen f709bd5a91 Merge branch 'controller/spiffs_paa' into 'main'
controller: Add reading PAA cert from spiffs partition

See merge request app-frameworks/esp-matter!304
2023-03-07 14:05:27 +08:00
Shu Chen d8b809603d Merge branch 'bugfix/fix-link-error-for-platform-mdns' into 'main'
Fix build error for external platform mdns

See merge request app-frameworks/esp-matter!307
2023-03-07 14:04:41 +08:00
Hrishikesh Dhayagude b8f0e22370 Merge branch 'doc_change' into 'main'
Removed fabricIndex:1 from light_switch README file

See merge request app-frameworks/esp-matter!311
2023-03-02 19:32:31 +08:00
VaishaliAvhale 480f045599 Removed fabricIndex:1 from light_switch README file 2023-03-01 18:25:36 +05:30
liyashuai ca6fc9f31f fix build error for platform mdns 2023-03-01 16:29:32 +08:00
shripad621git cfc2e10a1c Added fixed labels using nvs in generic_switch example.
Fixes https://github.com/espressif/esp-matter/issues/211
Added two fixed-labels using nvs in the generic_switch example.
Added the mfg generated binary file 20202020_3841.bin to flash at the specified address after flashing the firmware.
2023-03-01 13:08:15 +05:30
WanqQixiang bf27627bd0 controller: Add reading PAA cert from spiffs partition 2023-02-28 19:12:32 +08:00