Commit Graph

494 Commits

Author SHA1 Message Date
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
Hrishikesh Dhayagude 25868211dc Merge branch 'update_dockerfile' into 'main'
docker: Update chip docker image to tag V1.0.0.1

See merge request app-frameworks/esp-matter!259
2023-01-04 14:57:55 +08:00
Shu Chen 8d3e66d303 Merge branch 'console/wifi-commands' into 'main'
console: Add wifi connect command

See merge request app-frameworks/esp-matter!257
2023-01-04 10:43:09 +08:00
Shubham Patil 8a62e0d1b4 docker: Update chip docker image to tag V1.0.0.1 2023-01-03 20:44:43 +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
Hrishikesh Dhayagude 2a4efc7c4e Merge branch 'console/include_line' into 'main'
esp_matter_console: fix the include path of ESP32Utils.h

See merge request app-frameworks/esp-matter!249
2022-12-29 18:25: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 524de7d697 Merge branch 'remove_trigger_effect' into 'main'
esp_matter: Remove the optional command trigger_effect of identify cluster

See merge request app-frameworks/esp-matter!253
2022-12-27 21:34:03 +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
WanqQixiang d4daf2165c esp_matter: Remove the optional command trigger_effect of identify cluster 2022-12-22 19:35:11 +08:00
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
Hrishikesh Dhayagude 70d682a548 Merge branch 'bugfix/window_covering' into 'main'
esp_matter_cluster: window_covering: set operational_status

See merge request app-frameworks/esp-matter!252
2022-12-22 18:10:08 +08:00
Diego Rodríguez Royo 4e0c0f3a4a Changed log levels at absolute_position feature 2022-12-21 11:03:51 +00:00
Hrishikesh Dhayagude 90b15888f4 Merge branch 'install_host_tools' into 'main'
Build host tools from connectedhomeip repository in install.sh

See merge request app-frameworks/esp-matter!248
2022-12-21 17:07:41 +08:00
WanqQixiang 9b7d0fb9b7 controller: Allows Hexadecimal and Decimal parameters input 2022-12-21 14:49:17 +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 113559b2d7 Build host tools from connectedhomeip repository in install.sh
Also installing python dependencies of mfg_tool
2022-12-20 19:24:56 +05:30
Hrishikesh Dhayagude a5bc063220 Merge branch 'remove_test_options' into 'main'
examples: Remove test options from light_switch

See merge request app-frameworks/esp-matter!250
2022-12-20 18:36:03 +08:00
Shubham Patil d5423917f6 Fix the links for generated binaries 2022-12-20 15:43:06 +05:30
Shubham Patil 5e5baeb72e examples: remove test passcode and discriminator config options 2022-12-20 15:30:43 +05:30
Hrishikesh Dhayagude 4a49e763cb Merge branch 'documentation' into 'main'
Documentation: esp_secure_cert

See merge request app-frameworks/esp-matter!242
2022-12-20 17:46:07 +08:00
Hrishikesh Dhayagude 208ffca11d Merge branch 'mfg_tool_encrypt' into 'main'
mfg_tool: Option to encrypt the factory partition

See merge request app-frameworks/esp-matter!243
2022-12-20 17:45:15 +08:00