WanqQixiang
1b75dce593
Update submodule to TH v1.4 commit
2022-07-27 21:11:36 +08:00
Shu Chen
c1dca7810f
Merge branch 'sve-bug-fix' into 'main'
...
Bugfix: Fix the bugs found in SVE
See merge request app-frameworks/esp-matter!162
2022-07-27 20:48:18 +08:00
WangQixiang
f61e804313
Bugfix: Add record for boot reason event
2022-07-27 10:28:00 +08:00
WangQixiang
0e26d72977
Bugfix: Make ota_requestor update_progress nullable and set the update_possible default to true
2022-07-27 10:28:00 +08:00
WangQixiang
68f7bd088b
Bugfix:Change the defaults_ota_provider type from octstr to array
2022-07-27 10:28:00 +08:00
WangQixiang
ed13200ebf
Bugfix: Add check for attribute::set_val
2022-07-27 10:27:55 +08:00
Hrishikesh Dhayagude
b4e2043910
Merge branch 'feature/abort_on_install_fail' into 'main'
...
tools: abort install steps on failure
See merge request app-frameworks/esp-matter!160
2022-07-26 21:20:33 +08:00
WangQixiang
4cfcf617c9
Feature: Add NumberOfPrimaries, PrimarynX, PrimarynY and PrimarynIntensity attributes in ColorControl cluster
2022-07-26 19:59:18 +08:00
Hrishikesh Dhayagude
4548a24459
Merge branch 'sub' into 'main'
...
Updated connectedhomeip submodule to ae4e105
See merge request app-frameworks/esp-matter!159
2022-07-26 18:52:08 +08:00
Rohit Jadhav
e1f80a3d77
Updated connectedhomeip submodule to ae4e105
2022-07-26 18:52:08 +08:00
Shu Chen
53287bc3f1
tools: abort install steps on failure
2022-07-20 20:12:42 +08:00
Hrishikesh Dhayagude
2d77b2b58b
Merge branch 'feature/basic_and_diag_wifi' into 'main'
...
Feature: Add optional features & attributes in basic cluster and wifinetworkdiag cluster
See merge request app-frameworks/esp-matter!155
2022-07-20 13:48:06 +08:00
Hrishikesh Dhayagude
65b0bb537f
Merge branch 'bugfix/rainmaker_fix' into 'main'
...
esp_matter_rainmaker: Fixing compilation
See merge request app-frameworks/esp-matter!157
2022-07-12 23:07:21 +08:00
Chirag Atal
5fc57ad4c4
esp_matter_rainmaker: Fixing compilation
...
esp_matter_attribute: Minor additions
2022-07-11 10:55:03 -04:00
WanqQixiang
825e9ad3c8
Feature: Add optional features & attributes in basic cluster and wifinetworkdiag cluster
2022-07-06 16:52:13 +08:00
Hrishikesh Dhayagude
fffbc46d1c
Merge branch 'mfg_tool_fix' into 'main'
...
mfg_tool: Generate onboarding payloads using chip-tool
See merge request app-frameworks/esp-matter!146
2022-07-06 02:46:15 +08:00
Shubham Patil
0fd164ad0a
mfg_tool: Generate onboarding payloads using chip-tool
...
qrcodetool behaves differently on macos and linux which breaks the
mfg_tool.py on linux. chip-tool has the facility to generate the
onboarding payloads.
Unique-id belongs to chip-factory namespace and it was present in
chip-config, fixed it.
2022-07-05 21:16:00 +05:30
Shu Chen
613f617a3a
Merge branch 'feature/optional_features_level_control' into 'main'
...
Features: Add optional features APIs for LevelControl cluster.
See merge request app-frameworks/esp-matter!154
2022-07-05 16:13:03 +08:00
Shu Chen
d96695ed52
button: use fixed button component version
2022-07-05 14:35:18 +08:00
WanqQixiang
a19f555c90
Features: Add optional features APIs for LevelControl cluster.
...
Bugfix: Add NULLABLE flag for start_up_on_off attribute.
2022-07-05 11:57:16 +08:00
Shu Chen
110a612f05
Merge branch 'bugfix/nonvolatile-attr' into 'main'
...
bugfix: Add nonvolatile attribute initializing for on_off cluster
See merge request app-frameworks/esp-matter!152
2022-07-01 17:59:40 +08:00
Shu Chen
0814221c02
Merge branch 'bugfix/start_up_event' into 'main'
...
Bugfix: Add HandleServerStarted function to record start_up event
See merge request app-frameworks/esp-matter!153
2022-07-01 17:56:37 +08:00
WanqQixiang
7a28bf784b
submodule: update connectedhomeip submodule to c1d5431
2022-07-01 14:17:02 +08:00
WanqQixiang
51c0032c50
bugfix: Add nonvolatile attribute initializing for on_off cluster
2022-07-01 11:27:35 +08:00
Shu Chen
27c37ce881
Merge branch 'feature/missing_features_color_control' into 'main'
...
Cluster: Add enhanced-hue and color-loop features to color-control cluster
See merge request app-frameworks/esp-matter!148
2022-06-30 18:57:43 +08:00
WanqQixiang
dea7c14236
Bugfix: Add HandleServerStarted function to record start_up event
2022-06-30 12:20:53 +08:00
WanqQixiang
c23555fcf7
Cluster: Add enhanced-hue and color-loop features to color-control cluster
2022-06-30 11:41:33 +08:00
Shu Chen
3b847fdbe4
Merge branch 'pre-sve-add-lacking-attributes' into 'main'
...
Pre sve add missing attributes and cmd
See merge request app-frameworks/esp-matter!150
2022-06-30 11:07:44 +08:00
liyashuai
a0adf7f926
esp-matter: add some missing attributes
2022-06-29 15:13:46 +08:00
Shu Chen
7a37450a61
Merge branch 'feature/update_chip_submodule_2ac3ee7' into 'main'
...
update the matter SDK to the commit c38e915
See merge request app-frameworks/esp-matter!151
2022-06-27 16:39:02 +08:00
jerry
b99169db24
submodule: update the matter SDK to the commit c38e915
2022-06-27 14:37:03 +08:00
Shu Chen
acfac29d91
Merge branch 'feature/identify_trigger_effect' into 'main'
...
Cluster: Add trigger effect for identify cluster
See merge request app-frameworks/esp-matter!149
2022-06-22 20:57:14 +08:00
WanqQixiang
10437e4cbe
Cluster: Add trigger effect for identify cluster
2022-06-20 20:42:19 +08:00
Shu Chen
03062214c3
Merge branch 'bugfix/using_namespace_out_header' into 'main'
...
Bugfix: Avoid using 'using namspace' in headers
See merge request app-frameworks/esp-matter!147
2022-06-17 20:26:09 +08:00
WanqQixiang
660cb42c4c
Bugfix: Avoid using 'using namspace' in headers
2022-06-17 16:14:23 +08:00
Hrishikesh Dhayagude
4048f6c672
Merge branch 'docs/readme_fixes' into 'main'
...
readme: Memory numbers update
See merge request app-frameworks/esp-matter!145
2022-06-17 14:03:27 +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
Hrishikesh Dhayagude
6a244a7b1e
Merge branch 'fix_links' into 'main'
...
Fix rendering of the links in README
See merge request app-frameworks/esp-matter!144
2022-06-16 11:38:22 +08:00
Hrishikesh Dhayagude
4707fd3dbd
Fix rendering of the links in README
2022-06-16 09:07:22 +05:30
Hrishikesh Dhayagude
5ff7d0d7fa
Merge branch 'remove_rainmaker' into 'main'
...
examples: Remove rainmaker_light
See merge request app-frameworks/esp-matter!143
2022-06-16 10:50:45 +08:00
Shubham Patil
421dddd203
examples: Remove rainmaker_light
2022-06-15 10:54:20 +05:30
Hrishikesh Dhayagude
501c08715a
Merge branch 'update_readme' into 'main'
...
Update the release notes and the top-level README.md
See merge request app-frameworks/esp-matter!142
2022-06-14 20:27:08 +08:00
Hrishikesh Dhayagude
74690bfc3f
Update the release notes and the top-level README.md
2022-06-14 14:58:00 +05:30
Hrishikesh Dhayagude
cdfeb3280f
Merge branch 'fix_level_control' into 'main'
...
examples/light: Fix the level control
See merge request app-frameworks/esp-matter!141
2022-06-14 02:00:12 +08:00
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
Hrishikesh Dhayagude
b7a6bd5be8
Merge branch 'docs_update' into 'main'
...
Update the Matter documentation
See merge request app-frameworks/esp-matter!132
2022-06-12 00:31:12 +08:00
Hrishikesh Dhayagude
6c8db6e2ac
Update the Matter documentation
2022-06-11 18:36:02 +05:30
Hrishikesh Dhayagude
f64458248b
Merge branch 'purge_s2' into 'main'
...
Remove S2 references and do not deinit ble on commissioning complete
See merge request app-frameworks/esp-matter!140
2022-06-09 23:46:02 +08:00
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