Commit Graph

175 Commits

Author SHA1 Message Date
Shubham Patil c137d8c15e added route_hook files to external platform 2023-02-10 00:05:12 +05:30
Shubham Patil 9ae68ec1c6 Specify route_hook in ESP32_custom platforms BUILD.gn 2023-02-06 12:08:54 +05:30
Shubham Patil 22b6f8ca09 Changes in examples for C2 2023-02-03 19:19:19 +05:30
Chirag Atal 4b7c107b0e es32c2: Support for esp32c2
This includes some memory optimisations.
Also corresponding changes required for idf 5.0.
2023-02-03 19:14:02 +05:30
WanqQixiang 30edd36b52 submodule-update: Update connectedhomeip submodule to 7e69c66bb for matter 1.1 TE1 2023-01-31 17:27:21 +08:00
WanqQixiang 6336a8648d client: Add mandatory commands suppport for client clusters 2023-01-10 15:19:08 +08:00
Rohit Jadhav 037820e002 Fixed commands in light_switch readme 2023-01-09 12:25:59 +05:30
WanqQixiang b155794f7f console: Add wifi connect command 2022-12-30 15:58:33 +08:00
Hrishikesh Dhayagude 65e1ed11e2 Merge branch 'bugfix/multipress' into 'main'
Multi-press count reset on multipress complete

See merge request app-frameworks/esp-matter!256
2022-12-29 21:03:00 +08:00
Shu Chen 85abe2cdd4 Merge branch 'submodule/update_V1_0_0_1' into 'main'
Submodule: Update submodule to the new released tag v1.0.0.1

See merge request app-frameworks/esp-matter!251
2022-12-28 19:06:45 +08:00
Hrishikesh Dhayagude f7afc65499 Merge branch 'bugfix/hue_max' into 'main'
app_main: Fixing the max value for hue and saturation

See merge request app-frameworks/esp-matter!254
2022-12-27 21:31:56 +08:00
Rohit Jadhav 5028a15edf Multi-press count reset on multipress complete 2022-12-27 16:10:28 +05:30
WanqQixiang f705a89c80 Submodule: Update submodule to the new released tag v1.0.0.1
CI: Activate matter build env before building the examples

sdkconfig: update sdkconfig to disable BT connection reattempt
2022-12-23 17:03:57 +08:00
Chirag Atal fb2493481c app_main: Fixing the max value for hue and saturation
According to the spec, hue and saturation both should be between 0-254.
2022-12-23 11:17:49 +05:30
Hrishikesh Dhayagude e4f0f20fb6 Merge branch 'feature/switch-events' into 'main'
Add generic_switch example and mapping of switch events to button

See merge request app-frameworks/esp-matter!237
2022-12-22 18:28:13 +08:00
Rohit Jadhav b5f1657ed2 Add generic_switch example and mapping of switch events to button 2022-12-20 21:22:32 +05:30
Shubham Patil 5e5baeb72e examples: remove test passcode and discriminator config options 2022-12-20 15:30:43 +05:30
Shu Chen fc2787cd89 Merge branch 'controller/commissioner_option' into 'main'
Controller: Make the commissioner feature optional

See merge request app-frameworks/esp-matter!233
2022-12-16 11:26:45 +08:00
Shu Chen 4fed14a20e Merge branch 'v1.0/update-attribute-init-value' into 'main'
Add color capability update when add colorcontrol feature

See merge request app-frameworks/esp-matter!241
2022-12-14 11:25:37 +08:00
liyashuai 4916723edc update attribute value in color light for v1.0 certified 2022-12-12 20:55:38 +08:00
WanqQixiang 00412aa3cb Controller: Make the commissioner feature optional 2022-12-12 19:18:40 +08:00
Shu Chen a0f1378659 Merge branch 'esp_secure_cert_partition' into 'main'
DAC Provider Implementation to read attestation information from esp_secure_cert partition

See merge request app-frameworks/esp-matter!232
2022-12-07 10:43:14 +08:00
Shubham Patil 6172f9a3e2 Add fault injection check when reading secure cert contents 2022-12-06 19:17:36 +05:30
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
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
Rohit Jadhav 54741bea51 Updated button idf_component to 2.3.0 2022-11-25 16:19:51 +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
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
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
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 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
WanqQixiang ba454ce389 esp_matter: Add support for nullable attribute setting and getting 2022-11-02 16:50:25 +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 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 f59586b99d Remove calls and definitions of app_driver_attribute_update() from
light_swich example
2022-10-10 14:44:45 +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
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
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
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
WanqQixiang 3b6ead1f32 example: temporarily disable ota for esp32h2 2022-09-21 15:28:22 +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 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