Commit Graph

512 Commits

Author SHA1 Message Date
Mahavir Jain 75e5050258 esp_err_t is of type int and not unsigned int 2022-12-02 14:34:07 +08:00
Shubham Patil 09e8ee3d11 DAC Provider impl to read att info from esp_secure_cert partition
Refactored some code related to setting the attestation info provider.
Added some configurations which lets user decide which implementation of
DAC Provider to use.
Added esp_secure_cert_mgr component through idf component manager
2022-12-01 20:03:58 +05:30
InfiniteYuan dc707e3b28 bugfix: blemesh_bridge: enable ble after commission 2022-12-01 14:29:14 +08:00
Rohit Jadhav b30b85ebdf Added attributes/commands for features of window covering 2022-11-29 14:59:18 +05:30
Shu Chen 449160b1ed Merge branch 'docs_fixes' into 'main'
docs: Changed the version of idf from 4.4.1 to 4.4.2

See merge request app-frameworks/esp-matter!230
2022-11-29 14:11:23 +08:00
Ankur 67b678fefd docs: Changed the version of idf from 4.4.1 to 4.4.2 2022-11-29 11:10:04 +05:30
Shu Chen bf8e1f8348 Merge branch 'feature/matter_controller' into 'main'
Controller: Add controller example and esp_matter_controller component

See merge request app-frameworks/esp-matter!202
2022-11-29 12:34:11 +08:00
WanqQixiang fd80c494f2 Add docs and CI for controller example 2022-11-28 12:35:27 +08:00
Shu Chen 6f6d9e9686 Merge branch 'update/button_component' into 'main'
Updated button idf_component to 2.3.0

See merge request app-frameworks/esp-matter!229
2022-11-28 10:55:10 +08:00
Rohit Jadhav 54741bea51 Updated button idf_component to 2.3.0 2022-11-25 16:19:51 +05:30
Shu Chen 65da485411 Merge branch 'mfg_tool/override_csv' into 'main'
mfg_tool: override the configs with --csv and --mcsv options

See merge request app-frameworks/esp-matter!224
2022-11-24 18:54:55 +08:00
Shu Chen dc03464453 Merge branch 'endpoint_destrory_flash_erase' into 'main'
esp_matter: Erase endpoint_X namespace when destroying the endpoint

See merge request app-frameworks/esp-matter!222
2022-11-24 18:54:28 +08:00
WanqQixiang a2c5e913ed esp_matter: Erase endpoint_X namespace when destroying the endpoint 2022-11-24 16:29:35 +08:00
Hrishikesh Dhayagude b934f8a5a1 Merge branch 'bugfix/descriptor_missing' into 'main'
Added descriptor cluster for sensor device types

See merge request app-frameworks/esp-matter!228
2022-11-22 14:24:27 +08:00
Hrishikesh Dhayagude c5798d40b3 Merge branch 'bugfix/cmake_path_fix' into 'main'
Fixed path to example/common in CMakeList for examples

See merge request app-frameworks/esp-matter!227
2022-11-22 14:13:35 +08:00
Rohit Jadhav 92034e9e84 Added descriptor cluster for sensor device types. Closes https://github.com/espressif/esp-matter/issues/94 2022-11-22 10:27:52 +05:30
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
Shu Chen 40d5da11c8 Merge branch 'bugfix/create_default_binding' into 'main'
esp_matter_cluster: Remove create_default_binding_cluster in non-application clusters

See merge request app-frameworks/esp-matter!226
2022-11-22 10:38:36 +08:00
Hrishikesh Dhayagude 007f2bab0a Merge branch 'example/sync_blemanager_for_blemesh_bridge' into 'main'
blemesh_bridge: sync nimble/BLEManagerImpl.cpp for blemesh_bridge

See merge request app-frameworks/esp-matter!211
2022-11-21 17:19:05 +08:00
InfiniteYuan 3df088b338 example: sync nimble/BLEManagerImpl.cpp for blemesh_bridge 2022-11-21 11:46:22 +08:00
WanqQixiang 27976aeb94 Add controller example and esp_matter_controller component
-Add cluster command feature (on_off, level_control, color_control)

  -Add reading attributes/events features

  -Add writing attributes feature (on_off, level_control, color_control)

  -Add subscribing attributes/events and shutdowning subscription features
2022-11-18 19:27:06 +08:00
WanqQixiang c90ece67ac esp_matter_cluster: Remove create_default_binding_cluster in Non-application clusters 2022-11-18 17:40:39 +08:00
Hrishikesh Dhayagude d990061622 Merge branch 'bugfix/parent_endpoint' into 'main'
esp_matter_core: Fix parent_endpoint_id

See merge request app-frameworks/esp-matter!212
2022-11-17 20:43:02 +08:00
Chirag Atal 8183dd3963 esp_matter_core: Fix parent_endpoint_id
The parts_list attribute is populated in upstream based on the parent_endpoint_id passed to the upstream EndpointCreate API. Adding a new API to add a parent_endpoint, to support composite endpoints which have other endpoint_ids in their parts_list.
esp_matter_bridge: Using this new API
2022-11-17 09:41:07 +05:30
Shu Chen 4cc86d11ee Merge branch 'docs/update-FAQ' into 'main'
docs:  Add Rotating Device ID releated info to FAQs

See merge request app-frameworks/esp-matter!221
2022-11-15 10:39:42 +08:00
Shu Chen 8b4be95383 Merge branch 'fix_docs' into 'main'
Update connectedhomeip submodule in docker image and minor doc changes

See merge request app-frameworks/esp-matter!223
2022-11-15 10:38:54 +08:00
WanqQixiang b19afe266d mfg_tool: override the configs&values with --csv and --mcsv options
mfg_tool: make the options '--paa' and '--pai' optional
2022-11-15 10:33:14 +08:00
Shubham Patil 08dd32256d Update connectedhomeip submodule in docker image and minor doc changes
Closes https://github.com/espressif/esp-matter/issues/87
2022-11-14 14:13:28 +05:30
Shu Chen 3fdc44c686 Merge branch 'mfg_tool/rotating_id' into 'main'
mfg_tool: Add enable-rotating-device-id option and remove unique-id

See merge request app-frameworks/esp-matter!220
2022-11-10 16:13:03 +08:00
liyashuai 3170485956 docs: update the FAQs 2022-11-10 14:40:57 +08:00
WanqQixiang dabc082bd9 mfg_tool: Remove unique_id to avoid misunderstanding with rotating_device_id_unique_id 2022-11-10 12:36:45 +08:00
Shu Chen 5cfdd3250a Merge branch 'endpoint_resume' into 'main'
esp_matter: Add endpoint resume logic for bridged_node endpoint

See merge request app-frameworks/esp-matter!206
2022-11-09 20:05:24 +08:00
WanqQixiang ad6815cfe0 mfg_tool: add enable-rotating-device-id option 2022-11-09 18:03:25 +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
Shu Chen 87fee187fb Merge branch 'lock_tracking' into 'main'
Fixed compilation error with CHIP_STACK_LOCK_TRACKING_ENABLED unset

See merge request app-frameworks/esp-matter!210
2022-11-09 10:14:13 +08:00
Shu Chen 030d1c2da8 Merge branch 'feature/add-level-color-group-commands' into 'main'
esp-matter: add group send command and cli

See merge request app-frameworks/esp-matter!208
2022-11-09 10:10:21 +08:00
liyashuai 84db3c810a add level-control and color-control group send console command
1. Add multiple parameters cli send
2. Add all the level-control and color-control group send command interface
3. Add bound and client group send cli.
2022-11-08 14:34:49 +08:00
Shu Chen a0953e68a1 Merge branch 'bugfix/optimize-DAC-provider-set-location' into 'main'
esp-matter: change the Providers set location

See merge request app-frameworks/esp-matter!218
2022-11-07 12:20:59 +08:00
Shu Chen a5310f8f5c Merge branch 'ci/fix_idf_commit_v5.0' into 'main'
ci: Fix the IDF Version in build_esp_matter_example_idf_v5_0

See merge request app-frameworks/esp-matter!219
2022-11-07 12:19:06 +08:00
WanqQixiang bb790d7541 ci: Fix the IDF Version in build_esp_matter_example_idf_v5_0 2022-11-07 10:14:31 +08:00
Shu Chen e7c70721d5 Merge branch 'nullable_attribute' into 'main'
esp_matter: Add support for nullable attribute setting and getting

See merge request app-frameworks/esp-matter!209
2022-11-04 19:25:16 +08:00
liyashuai 70fbbd3b6a esp-matter: change the Providers set location and change the bt memory release mode to ESP_BT_MODE_BTDM 2022-11-04 19:11:49 +08:00
WanqQixiang ba454ce389 esp_matter: Add support for nullable attribute setting and getting 2022-11-02 16:50:25 +08:00
Shu Chen 3401f14266 Merge branch 'bugfix/fix-build-error-for-bluedroid' into 'main'
bluedroid: fix build error for bluedroid

See merge request app-frameworks/esp-matter!215
2022-10-31 18:08:51 +08:00
Shu Chen 6c3186fb9a Merge branch 'update_idf_v5_0' into 'main'
example: Update idf branch for esp32h2 to the latest release/v5.0

See merge request app-frameworks/esp-matter!216
2022-10-31 18:04:57 +08:00
WanqQixiang ff2d06031d example: Update idf branch for esp32h2 to the latest release/v5.0 2022-10-31 17:05:09 +08:00
liyashuai 7ea8f1e20b change for bluedroid build error 2022-10-31 16:15:43 +08:00
Shu Chen 4c0e315f4f Merge branch 'ci/update_build_flow' into 'main'
CI: update build flow

See merge request app-frameworks/esp-matter!214
2022-10-28 21:38:46 +08:00
Chen Yudong ea9cf042e9 CI: update build flow 2022-10-28 21:03:11 +08:00
Rohit Jadhav f8fec4e92f Fixed compilation error with CHIP_STACK_LOCK_TRACKING_ENABLED unset 2022-10-26 10:40:11 +05:30