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
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
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
WanqQixiang
43d836acba
examples: Remove -DLWIP_IPV6_SCOPES=0
2023-04-13 10:29:42 +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
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
WanqQixiang
c44c2177a3
submodule-update: Update connectedhomeip submodule to 7e69c66bb for matter 1.1 TE1
2023-03-16 14:15:23 +08:00
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
InfiniteYuan
bb6bb9afd9
bugfix: compiler failed when enable factory data provider
2023-02-16 16:51:46 +08:00
Shubham Patil
4dcf8e95ef
docs: Point all doc links to latest deployment
...
This is the left over from !280
2023-02-01 14:54:27 +05:30
WanqQixiang
b155794f7f
console: Add wifi connect command
2022-12-30 15:58:33 +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
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
WanqQixiang
ff2d06031d
example: Update idf branch for esp32h2 to the latest release/v5.0
2022-10-31 17:05:09 +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
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
d909c8f9ee
Example: Update Zigbee Bridge example using esp-zigbee-sdk
2022-08-26 15:00:31 +08:00
Hrishikesh Dhayagude
0e1a62d4ee
Minor changes to the documentation
2022-08-25 14:23:31 +05:30
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
bc45bb3a66
Do not deinit BLE on Commissioning Complete and minor doc change
2022-06-09 18:56:50 +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
Shu Chen
2f49d2871c
docs: Miscellaneous changes
2022-05-29 20:01:49 +08:00
Chirag Atal
2e91ab095f
docs: Minor docs changes
...
readme: Replacing the example rst files in the docs with the readme files in the example directories.
2022-05-28 07:43:20 +08:00
Chirag Atal
3cadeddde8
app_ble: Add support to disable BLE
...
examples: Disabled BLE once commissioning is complete.
2022-05-28 07:43:10 +08:00
Chirag Atal
58ede577ef
esp-matter: Minor miscellaneous fixes
...
examples: Changes to events and comments.
switch: Rename to light_switch.
docs: Minor changes.
2022-05-28 07:42:00 +08:00
Chirag Atal
28b385d228
esp_matter: Change all IDs to their correct data types.
2022-05-28 07:42:00 +08:00
Chirag Atal
937bbd81fe
esp-matter: General changes and fixes
...
Some of these are changes corresponding to the spec or to the documentation.
zigbee_bridge: Renamed bridge_zigbee to zigbee_bridge.
switch: Changed console commands to: matter esp bound/client invoke.
2022-05-28 07:41:49 +08:00