Commit Graph

819 Commits

Author SHA1 Message Date
Roman Fortunatov cabc0fe54c Update esp_matter_core.cpp 2023-06-11 20:08:55 +10:00
Roman Fortunatov 99cf9dd2b1 Do not fail startup if default event loop initialized 2023-06-10 01:45:38 +10:00
Shu Chen 36f38eeb20 Merge branch 'pr_452' into 'main'
[GH_PR] Change LED GPIO

See merge request app-frameworks/esp-matter!393
2023-06-09 19:30:49 +08:00
Sam Machin d06196f514 Change LED GPIO
The ESP32-S3 DevkitC-1 v1.1 I have has the built in RGB LED on GPIO38
2023-06-08 19:44:39 +01:00
WanqQixiang d9f0c11a23 controller: Add attribute and event report callback for read and subscribe command
Closes: https://github.com/espressif/esp-matter/issues/411
2023-06-08 19:37:44 +08:00
Piyush Shah 915405c0ab Merge branch 'fix/change_rmaker_api_name' into 'main'
fix: API usage of Rainmaker user node association

See merge request app-frameworks/esp-matter!392
2023-06-08 18:27:25 +08:00
sanket.wadekar 1900e77d92 fix: API usage of Rainmaker user node association 2023-06-08 14:33:32 +05:30
Shubham Patil e20b9bd8e6 List of supported device types in repo 2023-06-07 19:48:43 +05:30
Shubham Patil e04c1eb302 ota: Enable the handling of encrypted OTA image
Also, added the docs around OTA and sample usage in light example.
2023-06-07 19:32:12 +05:30
Shu Chen e8992d40d4 Merge branch 'task/rmaker_user_mapping' into 'main'
task: Add rainmaker user node association.

See merge request app-frameworks/esp-matter!384
2023-06-07 20:36:00 +08:00
sanket.wadekar 76f9671b3a task: add custom command for
rainmaker user-node association

task: increase maximum length of rainmaker node id
2023-06-07 14:50:10 +05:30
Roman Fortunatov 02fc93d61a Fix nullable float value type 2023-06-04 20:07:38 +10:00
Hrishikesh Dhayagude 9be53266b1 Merge branch 'fix/esp-now_bridge_modem_sleep' into 'main'
fix: remove the limitation of having to stay in PS NONE.

See merge request app-frameworks/esp-matter!385
2023-05-30 23:09:21 +08:00
Shu Chen a6b958ba05 Merge branch 'bump_submodule' into 'main'
Changes to bump connectedhomeip submodule to revision: 8642c0d

See merge request app-frameworks/esp-matter!386
2023-05-30 18:55:39 +08:00
Shubham Patil d0b81170f3 Changes to bump connectedhomeip submodule to revision: 65b6ed4
- 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-30 18:05:25 +08:00
Shu Chen 505bbb5176 Merge branch 'feature/thread_partition' into 'main'
example: reduce the ot_storage size in examples partition table

See merge request app-frameworks/esp-matter!387
2023-05-29 21:04:33 +08:00
Shu Chen 33d00c5969 example: reduce the ot_storage size in examples partition table 2023-05-29 17:13:19 +08:00
Zhang Wei ece2781e6e fix: remove the limitation of having to stay in PS NONE.
If switch is built with latest esp-now version (> 2.2.0), this is not required any more.
    Pending issues are resolved.
2023-05-26 14:05:22 +08:00
Hrishikesh Dhayagude 2f0929e5f8 Merge branch 'ethernet-fix' into 'main'
Initialize Ethernet Driver Instance

See merge request app-frameworks/esp-matter!326
2023-05-25 20:45:34 +08:00
PSONALl b5353261f2 Initialize Ethernet Driver Instance 2023-05-25 14:40:20 +05:30
Shu Chen d2fd1f482e Merge branch 'bugfix/fix_provider_crash' into 'main'
esp-matter: Fix possible crash of commissionable data provider

See merge request app-frameworks/esp-matter!375
2023-05-25 11:33:08 +08:00
Hrishikesh Dhayagude 99bd741a09 Merge branch 'pr_330' into 'main'
[GH_PR] Provision to add buttons to generic_switch example and typo fix for issue #326. (CON-422)

See merge request app-frameworks/esp-matter!382
2023-05-25 01:26:19 +08:00
Hrishikesh Dhayagude 48965d971a Merge branch 'pr_342' into 'main'
[GH_PR] Added missing conditional statement for ESP_MATTER_VAL_TYPE_INT8. (CON-437)

See merge request app-frameworks/esp-matter!381
2023-05-25 01:23:40 +08:00
Hrishikesh Dhayagude 55dd022eb2 Merge branch 'pr_379' into 'main'
[GH_PR] Added detailed information to logs at attribute utils (CON-483)

See merge request app-frameworks/esp-matter!380
2023-05-25 01:22:16 +08:00
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
shripad621git 9715f21461 Added missing conditional statement for ESP_MATTER_VAL_TYPE_INT8
Fixes https://github.com/espressif/esp-matter/issues/339.
2023-05-23 11:06:33 +05:30
shripad621git 702ac7e94e Fixed the typo mentioned in issue #326
Fixes https://github.com/espressif/esp-matter/issues/326.
2023-05-23 11:01:18 +05:30
Diego Rodríguez Royo f43dc67708 Added detailed information to logs at attribute utils 2023-05-21 11:27:57 +00:00
Hrishikesh Dhayagude b0af236c1b Merge branch 'bugfix/function_list' into 'main'
esp-matter: Add the missing functions to the functions list of clusters

See merge request app-frameworks/esp-matter!377
2023-05-20 13:29:29 +08:00
Hrishikesh Dhayagude c507d36892 Merge branch 'update_chip_82db976' into 'main'
Fast forward connectedhomeip submodule to the latest v1.1-branch

See merge request app-frameworks/esp-matter!378
2023-05-19 10:46:37 +08:00
Hrishikesh Dhayagude c1a19aceff Fast forward connectedhomeip submodule to the latest v1.1-branch 2023-05-18 16:09:25 +05:30
WanqQixiang eabf396161 esp-matter: Add the missing functions to the functions list of clusters 2023-05-18 17:48:23 +08:00
Hrishikesh Dhayagude 273efe2b7c Merge branch 'add/mfg_tool_manualcode_format' into 'main'
mfg_tool: add manualcode format

See merge request app-frameworks/esp-matter!373
2023-05-15 16:18:02 +08:00
WanqQixiang c1340cd671 esp-matter: Fix possible crash of commissionable data provider 2023-05-15 12:41:55 +08:00
InfiniteYuan 32bb7b4834 mfg_tool: add manualcode format 2023-05-12 14:25:28 +08:00
Shu Chen 4707b88ceb Merge branch 'custom_providers' into 'main'
esp-matter: Add custom providers support

See merge request app-frameworks/esp-matter!367
2023-05-11 12:54:48 +08:00
WanqQixiang 534fc4885a esp-matter: Add custom providers support 2023-05-11 10:04:05 +08:00
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 731cc4acb4 Merge branch 'bug/fix_s3_doc' into 'main'
docs: fix docs build for esp32s3

See merge request app-frameworks/esp-matter!366
2023-05-09 14:21:29 +08:00
Shu Chen 0708a505e2 Merge branch 'feature/update_chip_v1.1' into 'main'
submodule: update connectedhomeip to v1.1.0.1

See merge request app-frameworks/esp-matter!364
2023-05-09 14:21:13 +08:00
Shu Chen 52cc2f6bea docs: fix docs build for esp32s3 2023-05-08 19:52:38 +08:00
Shu Chen ecddefbfdd submodule: update connectedhomeip to v1.1.0.1 tag 2023-05-08 19:52:16 +08:00
Shu Chen 592e1358f3 build: use zap tool from connectedhomeip env folder 2023-05-08 19:52:16 +08:00
Shubham Patil 385374d9e7 docs: Added FAQ for generating matter onboarding codes 2023-05-08 14:55:59 +05:30
Shu Chen 35242dd43e Merge branch 'build/add_urllib3_requirement' into 'main'
ci: fix the ci failure caused by urllib3 dependency

See merge request app-frameworks/esp-matter!368
2023-05-08 15:02:09 +08:00
Shu Chen 803af23b6a ci: fix the ci failure caused by urllib3 dependency 2023-05-08 10:46:23 +08:00
Hrishikesh Dhayagude 1b95fcf667 Merge branch 'window_covering/add_cluster' into 'main'
bugfix: Add clusters for window_covering: groups and scenes

See merge request app-frameworks/esp-matter!357
2023-04-29 13:43:31 +08:00
Wang Hui Xiao 5af48e6668 bugfix: Add clusters for window_covering: groups and scenes 2023-04-29 13:43:31 +08:00
Hrishikesh Dhayagude 01f9f6e250 Merge branch 'bufgix/feature-dependency' into 'main'
Add feature dependency for color control cluster

See merge request app-frameworks/esp-matter!363
2023-04-29 13:42:32 +08:00