Commit Graph

379 Commits

Author SHA1 Message Date
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
Shu Chen 669070a3d2 Merge branch 'ble_deinit' into 'main'
core: reclaim the BLE memory on commissioning complete

See merge request app-frameworks/esp-matter!138
2022-10-24 14:56:55 +08:00
Shubham Patil 5988405d51 core: reclaim the BLE memory on commissioning complete
Moved the logic to reclaim the ble memory from application to core
Also, removed the app_ble component
2022-10-18 00:07:02 +05:30
Shubham Patil 7d2d30f8f3 connectedhomeip: update submodule to commit 87bee4d on branch v1.0-branch 2022-10-18 00:06:43 +05:30
Hrishikesh Dhayagude 6fb13868cb Merge branch 'disable_softap' into 'main'
Disable softap support by default

See merge request app-frameworks/esp-matter!196
2022-10-13 12:59:53 +08:00
Hrishikesh Dhayagude f756252c6a Merge branch 'fix_docker_tag_name' into 'main'
docker: Fix the repository name for pushing docker image

See merge request app-frameworks/esp-matter!207
2022-10-12 15:08:47 +08:00
Shubham Patil 6b1d79266d docker: Fix the repository name for pushing docker image 2022-10-12 12:20:27 +05:30
Hrishikesh Dhayagude 16c4d628f3 Merge branch 'chip_docker_img' into 'main'
Github workflow to build and push the docker image with connectedhomeip submodule to docker hub

See merge request app-frameworks/esp-matter!203
2022-10-12 13:58:37 +08:00
Shubham Patil f59586b99d Remove calls and definitions of app_driver_attribute_update() from
light_swich example
2022-10-10 14:44:45 +05:30
Shubham Patil 37d893eedd docs: Added some info about the various commissioners 2022-10-10 14:44:41 +05:30
Shubham Patil 76625c7fe6 Github workflow to build and push the docker image with connectedhomeip
submodule to docker hub
2022-10-07 16:29:26 +05:30
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
Hrishikesh Dhayagude dad905066a Merge branch 'readme_updates' into 'main'
docs: Only clone ESP32 platform specific submodules

See merge request app-frameworks/esp-matter!199
2022-10-07 13:52:55 +08:00
Shubham Patil 8b48e04034 docs: Only clone ESP32 platform specific submodules
Closes https://github.com/espressif/esp-matter/issues/39
2022-10-06 17:01:37 +05:30
Hrishikesh Dhayagude 0b78e02ddb Merge branch 'bugfix/rainmaker_console' into 'main'
esp_matter_rainmaker: Console changes corresponding to changes in esp_matter_console

See merge request app-frameworks/esp-matter!201
2022-10-03 15:56:06 +08:00
Shu Chen b9133f0672 Merge branch 'submodule/update_chip_v1.0' into 'main'
Submodule: Update connectedhomeip repo to commit 4f7669b0 in v1.0 branch

See merge request app-frameworks/esp-matter!200
2022-09-28 15:30:22 +08:00
Chirag Atal 9813e5b853 esp_matter_rainmaker: Console changes corresponding to changes in esp_matter_console 2022-09-28 12:51:01 +05:30
Shu Chen 0d6dbd1a50 Merge branch 'refactor_esp_matter_console' into 'main'
console: refactor esp_matter_console

See merge request app-frameworks/esp-matter!170
2022-09-28 10:07:10 +08:00
WanqQixiang 8160c16dd7 Submodule: Update connectedhomeip repo to commit 4f7669b0 in v1.0 branch 2022-09-27 20:40:27 +08:00
WanqQixiang 47a93e6d10 console: refactor esp_matter_console 2022-09-27 10:36:42 +08:00
Shu Chen ec70d32ecc Merge branch 'group-binding' into 'main'
Example: Add group binding for the light-switch app

See merge request app-frameworks/esp-matter!188
2022-09-27 10:21:00 +08:00
Shu Chen b5802a5070 Merge branch 'feature/device-type-revison' into 'main'
esp-matter: add device type version for all the supported device types

See merge request app-frameworks/esp-matter!197
2022-09-27 10:18:51 +08:00
WanqQixiang d34c6f8dc2 esp-matter: add device type version for all the supported device types 2022-09-26 13:20:54 +08:00
Shu Chen 83fec9a438 Merge branch 'temporarily-remove-ota-esp32h2' into 'main'
Example: Temporarily disable ota for esp32h2

See merge request app-frameworks/esp-matter!195
2022-09-21 16:41:57 +08:00
Shu Chen 56ac216f2a Merge branch 'bugfix/privilege-test-event-trigger' into 'main'
Bugfix: Add privilege for TestEventTrigger command on GeneralDiagnostics cluster

See merge request app-frameworks/esp-matter!194
2022-09-21 15:53:29 +08:00
WanqQixiang 3b6ead1f32 example: temporarily disable ota for esp32h2 2022-09-21 15:28:22 +08:00
Hrishikesh Dhayagude dacc37a061 Merge branch 'qrcode_removal' into 'main'
Remove app_qrcode component and do not print it in examples.

See merge request app-frameworks/esp-matter!193
2022-09-20 20:56:48 +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
WanqQixiang 581fc77784 Bugfix: Add privilege for TestEventTrigger command on GeneralDiagnostics cluster 2022-09-19 19:28:06 +08:00
Hrishikesh Dhayagude 960517dc14 Merge branch 'generic-switch' into 'main'
Add generic switch device type

See merge request app-frameworks/esp-matter!189
2022-09-16 22:00:16 +08:00
Shubham Patil 5cfb20af8a Log with level debug when loading/storing attribute from nvs 2022-09-16 12:51:13 +05:30
WanqQixiang ad94862cc4 client: add command_handle to store the command information in client command send
Example: Add group binding for light-switch example
2022-09-15 20:11:02 +08:00
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
PSONALl 465508fb1d Add generic switch device type 2022-09-15 14:11:17 +05:30