Rohit Jadhav
fb37621b02
Fixes after reboot issues, INVALID attribute val type was set, failing to read
...
attribute. Commissioner was reading attribute val by stripping first
byte. Unable to update attribute val.
Closes : https://github.com/espressif/esp-matter/issues/148
2023-02-06 15:37:06 +05:30
Hrishikesh Dhayagude
e40e781183
Merge branch 'remove_unused_tags' into 'main'
...
Remove unused log TAG variables and move sourcing esp-idf/export.sh to getting esp-matter section
See merge request app-frameworks/esp-matter!285
2023-02-04 01:52:50 +08:00
Hrishikesh Dhayagude
299381421a
Merge branch 'pr_193' into 'main'
...
[GH_PR] mfg_tool: Added, updated README with custom factory - partition config,...
See merge request app-frameworks/esp-matter!286
2023-02-03 21:15:39 +08:00
Shubham Patil
b9fcdeb57b
Move sourcing esp-idf/export.sh to getting esp-matter section
2023-02-03 12:01:10 +05:30
dhairyashah1
9fc215451f
mfg_tool: Added, updated README with custom factory - partition config, flashing binary and device commissioning step
2023-02-03 01:51:48 +05:30
Hrishikesh Dhayagude
8b15338f76
Merge branch 'doc_fix' into 'main'
...
docs: Point all doc links to latest deployment
See merge request app-frameworks/esp-matter!283
2023-02-03 01:38:34 +08:00
Shubham Patil
b01907ac53
Remove unused log TAG variables
2023-02-02 18:22:55 +05:30
Hrishikesh Dhayagude
59cf2f7139
Merge branch 'bugfix/remap_inverse' into 'main'
...
bugfix: Fix remap inverse when the value is zero
See merge request app-frameworks/esp-matter!284
2023-02-02 18:17:51 +08:00
WanqQixiang
4cbdecf48e
bugfix: Fix remap inverse when the value is zero
2023-02-02 11:25:18 +08:00
Shubham Patil
4dcf8e95ef
docs: Point all doc links to latest deployment
...
This is the left over from !280
2023-02-01 14:54:27 +05:30
Hrishikesh Dhayagude
9b2012682e
Merge branch 'typo-fix' into 'main'
...
Fix typo in fan control device type
Closes CON-244
See merge request app-frameworks/esp-matter!282
2023-02-01 15:15:56 +08:00
PSONALl
674e419282
Fix typo in fan control device type
2023-02-01 02:35:58 +05:30
Hrishikesh Dhayagude
f065091dae
Merge branch 'gpio_update' into 'main'
...
Changed LED GPIO PIN to GPOI 5
See merge request app-frameworks/esp-matter!278
2023-01-31 21:08:13 +08:00
Hrishikesh Dhayagude
c265c0c2fb
Merge branch 'doc_fix' into 'main'
...
docs: README.md is now pointing to latest doc deployment and fixed a typo which will enable the target specific dropdown
See merge request app-frameworks/esp-matter!280
2023-01-31 20:34:41 +08:00
Shubham Patil
31570e6f28
docs: README.md is now pointing to latest doc deployment and fixed a
...
typo which will enable the target specific dropdown
2023-01-31 16:51:40 +05:30
Rohit Jadhav
fcd058c2e7
Changed LED GPIO PIN to GPOI 5
2023-01-30 15:22:45 +05:30
Hrishikesh Dhayagude
e5d7cac516
Merge branch 'feature/add-repository-integrations' into 'main'
...
Add repository integrations (by Create-project-tools)
See merge request app-frameworks/esp-matter!276
2023-01-30 11:50:09 +08:00
Shu Chen
faf11e9e69
Merge branch 'doc/matter_certification' into 'main'
...
doc: Add some tips for matter certification test
See merge request app-frameworks/esp-matter!258
2023-01-29 16:29:26 +08:00
WanqQixiang
c4862cd158
doc: Add some tips for matter certification test
2023-01-29 15:22:25 +08:00
Espressif BOT
abadddbb22
Add repository integrations (by Create-project-tools)
2023-01-27 18:42:51 +08:00
Hrishikesh Dhayagude
2c7125cbec
Merge branch 'bugfix/ble_disable' into 'main'
...
Fix compilation when Bluetooth is disabled
See merge request app-frameworks/esp-matter!275
2023-01-27 18:28:53 +08:00
Hrishikesh Dhayagude
b4820c33dd
Documentation: Update references to mention ESP-IDF v4.4.3
2023-01-27 12:37:03 +05:30
Hrishikesh Dhayagude
1fc1269aee
Fix compilation when Bluetooth is disabled
2023-01-27 10:40:44 +05:30
Hrishikesh Dhayagude
b3578183f3
Merge branch 'minor_docs' into 'main'
...
docs: Update docs with iOS app reference and added Github actions badges
See merge request app-frameworks/esp-matter!274
2023-01-23 18:38:10 +08:00
Shubham Patil
2a7abbb679
docs: Update docs with iOS app reference and added Github actions badges
...
Also, changed '. export.sh' to 'source export.sh' because people often
gets confused and executes the script which is supposed to be sourced.
2023-01-23 13:52:56 +05:30
Hrishikesh Dhayagude
2a7cf01fde
Merge branch 'bug/warning-fix' into 'main'
...
Removed warning from esp_matter_event.cpp.
See merge request app-frameworks/esp-matter!273
2023-01-18 20:16:40 +08:00
shripad621git
8eb282bd24
Removed warning from esp_matter_event.cpp.
...
Removed TAG as it is unused.
2023-01-18 16:07:18 +05:30
Shu Chen
5ad522e934
Merge branch 'mfg_tool/generate_summary' into 'main'
...
mfg_tool: Generate a summary csv file for all the generated factory binaries
See merge request app-frameworks/esp-matter!271
2023-01-18 17:54:03 +08:00
WanqQixiang
03d21455b7
mfg_tool: Generate a summary csv file for all the generated factory binaries
2023-01-18 12:14:26 +08:00
Shu Chen
c70010a70d
Merge branch 'controller/input_hex_dec' into 'main'
...
controller: Allows Hexadecimal and Decimal parameters input
See merge request app-frameworks/esp-matter!245
2023-01-18 10:18:36 +08:00
Shu Chen
1c1b8cb7ea
Merge branch 'client/add_mandatory_commands' into 'main'
...
client: Add mandatory commands suppport for client clusters
See merge request app-frameworks/esp-matter!264
2023-01-18 10:17:37 +08:00
Hrishikesh Dhayagude
716353fecb
Merge branch 'bugfix/get_attr_val' into 'main'
...
bugfix: Fix the errors for uint64 and bitmap32 value type in get_data_from_attr_val
See merge request app-frameworks/esp-matter!270
2023-01-16 16:48:48 +08:00
WanqQixiang
7cb3b306cb
bugfix: Fix the errors for uint64 and bitmap32 value type in get_data_from_attr_val
2023-01-12 16:48:26 +08:00
Hrishikesh Dhayagude
13468e8799
Merge branch 'fix_launchapd_workflow' into 'main'
...
Fix if check in the launchpad workflow
See merge request app-frameworks/esp-matter!269
2023-01-12 09:56:51 +08:00
Shubham Patil
693064b2fd
Fix if check in the launchpad workflow
2023-01-11 23:45:58 +05:30
Hrishikesh Dhayagude
6e6448f1cb
Merge branch 'matter_dev_docker' into 'main'
...
ESP Matter Developement docker image with IDF v4.4.3
See merge request app-frameworks/esp-matter!268
2023-01-12 00:47:26 +08:00
Hrishikesh Dhayagude
308e92babc
Merge branch 'fix_dac_provider' into 'main'
...
dac_provider: Fix buffer overflow and added length validations
See merge request app-frameworks/esp-matter!263
2023-01-11 16:07:30 +08:00
Shubham Patil
7927d3b351
docs: source idf export.sh before running matter install.sh
...
This is the reason people are seeing lark issue. Is is fixed in CI but
on development host, if we follow the steps mentioned in the doc then it
installs lark in our native python environment. By sourcing idf's
export.sh it will install lark in idf's environment.
2023-01-10 21:08:49 +05:30
Shubham Patil
6d22f13a3b
ESP Matter Developement docker image with IDF v4.4.3
...
Once docker image is ready, trigger the pages workflow to deploy built
binaries to launchpad.
2023-01-10 21:08:47 +05:30
WanqQixiang
6336a8648d
client: Add mandatory commands suppport for client clusters
2023-01-10 15:19:08 +08:00
Hrishikesh Dhayagude
82006dba91
Merge branch 'bugfix/readme_fix' into 'main'
...
Fixed commands in light_switch readme
See merge request app-frameworks/esp-matter!265
2023-01-10 15:10:37 +08:00
Rohit Jadhav
037820e002
Fixed commands in light_switch readme
2023-01-09 12:25:59 +05:30
Shubham Patil
958605104c
dac_provider: Fix buffer overflow and added length validations
2023-01-08 13:45:56 +05:30
Shu Chen
aa798e1b47
Merge branch 'esp32h2/change-to-iot-button' into 'main'
...
esp32h2: Change esp32h2 default to iot button
See merge request app-frameworks/esp-matter!262
2023-01-06 17:36:33 +08:00
Shu Chen
487d5d1454
Merge branch 'identify/trigger_effect' into 'main'
...
identify: Add the mandatory command TriggerEffect for some specific device types
See merge request app-frameworks/esp-matter!261
2023-01-06 17:32:50 +08:00
liyashuai
95983b01c3
change esp32h2 to iot button, update iot button version to 2.5.0
2023-01-06 16:06:56 +08:00
WanqQixiang
886c842d07
identify: Add the mandatory command TriggerEffect for some specific device types
2023-01-06 15:45:10 +08:00
Shu Chen
2137a03420
Merge branch 'install_requirements_idl' into 'main'
...
scripts: Install the requirements for matter building
See merge request app-frameworks/esp-matter!260
2023-01-06 15:22:12 +08:00
WanqQixiang
98391d901d
Submodule: Update submodule to v1.0.0.2
2023-01-06 10:35:26 +08:00
WanqQixiang
350dc6ae8b
scripts: Install the requirements for Matter
2023-01-06 10:35:26 +08:00