shripad621git
9ec04c4a87
.gitlab-ci.yml: Post heap memory numbers in the MR description.
...
- Added a parser script to parse heap memory numbers from pytests.
- Added provision to post the heap memory numbers in MR description.
2025-04-28 08:41:59 +05:30
shripad621git
4164f8ddaf
tools/docker: Fixed the docker build for idf path export issue
2025-04-18 17:37:12 +05:30
Hrishikesh Dhayagude
a960281013
Merge branch 'jenkins/s3_support' into 'main'
...
tools/jenkins: Added support for esp32s3 build in jenkins
See merge request app-frameworks/esp-matter!1035
2025-03-04 16:39:01 +08:00
shripad621git
27fc964f86
tools/ci : Moved static memory numbers from MR comments to description.
...
- Made a provision to post the static memory numbers for c3, c2 and
h2 in the MR description instead of repititive comments.
- Edits the memory numbers in place for the chip for subsequent
pipeline runs.
2025-02-14 00:17:47 +05:30
shripad621git
9ddbcec739
tools/jenkins: Added support for esp32s3 build in jenkins
2025-02-10 14:46:01 +05:30
shripad621git
420dd62918
.gitlab-ci.yml: Post the memory numbers with esp32c3
2025-01-27 14:09:54 +05:30
Shu Chen
7caf91ae9c
Merge branch 'submodule/update_f8d457a446' into 'main'
...
esp-matter: update connectedhomeip submodule to 9b8fffe0bb
See merge request app-frameworks/esp-matter!1008
2025-01-24 14:39:14 +08:00
shripad621git
f87ba0a497
tools/Dockerfile: Added the python certification tests Dockerfile changes
2025-01-17 17:33:18 +08:00
shripad621git
f8b1d24380
.gitlab-ci.yml: Post the build numbers on gitlab MR
...
- Added the map file as an artefact for non-pytests.
- Post the memory number difference w.r.to the base commit
before applying the MR changes.
2025-01-10 14:20:09 +05:30
Shu Chen
b2d92fdb13
Merge branch 'ci_build/few_examples' into 'main'
...
tools/ci: Reduced the number of no pytest examples in CI.
See merge request app-frameworks/esp-matter!972
2024-12-06 18:28:01 +08:00
esp
159993d32a
tools/ci: Reduced the number of no pytest examples in CI.
...
- Modified the build_apps script to build specific no pytest apps in CI
on each build.
- Made a provision to build the remaining apps on manual basis in CI.
2024-12-06 10:20:17 +05:30
Abhishek Singh
cb78b8809b
jenkins: Make changes for PN Jenkins server migration
2024-12-05 14:05:40 +05:30
shripad621git
566f787abf
tools/jenkins: Clean up matter environment in jenkins for arbitary setup failures
...
- Added the cleanup code in jenkins for arbitary failures.
- Updated the submodule commit in README.
2024-11-22 11:38:07 +05:30
Shubham Patil
e09e20b693
connectedhomeip: update submodule to 3c3672992c
...
- fixes the builds with Python 3.13
- fixes the typo for including Span.h
- install dbus and bluez to fix the pytests
2024-11-21 21:21:55 +05:30
Shubham Patil
5f71ccafce
docker: pin chip-build docker tag to 67 for matter_builds
...
earlier tag uses the Ubuntu 22.04 and Python 3.9 which breaks
certain things like python testing framework on v1.4-branch.
Use the chip-build's tag 67 which is the latest update for ESP32
platform. It uses Ubuntu 24.04 and Python 3.11 for setting up the
esp-matter.
2024-11-19 15:09:37 +05:30
Shubham Patil
c9b8537a75
launchpad: added esp-rainmaker android app url
2024-11-15 17:09:21 +05:30
YuanMingFu
d96280a5cc
idf: update version to v5.2.3
2024-11-11 20:53:36 +08:00
shripad621git
6096386cdb
tools/jenkins: Added the PAA cert used for attestation to tmp directory
...
- Add the PAA cert to tmp directory to address the automation attestation failure due
to relatively longer PAA trust store path specified.
2024-09-30 15:16:03 +05:30
shripad621git
b19d0b44b1
toos/ci : Fix the CI failure due to build_apps version upgrade
2024-09-26 21:34:51 +05:30
Shubham Patil
fe85d76f46
ci: Allow building docker image if setup related files are changed
2024-08-27 08:42:58 +05:30
Rohit Jadhav
7e80758817
CHIP-submodule: Update connectedhomeip submodule to commit 0460715589413cb32e32f1626e43ad8000b84f2d
2024-08-13 19:49:57 +08:00
shripad621git
868fe19e78
Changes to support OTA in esp-matter automation tests.
2024-07-23 14:20:40 +05:30
shripad621git
19b0d1c36c
Some code refactoring around jenkins file
2024-07-23 14:20:40 +05:30
shripad621git
9950bd1da4
ci/docker_build : Fixed the esp-idf install issue with 4.4.3
2024-07-01 15:45:42 +05:30
Shubham Patil
48b0f873c5
tools/docker: Fix building docker image and dir restructuring
2024-06-21 11:41:42 +05:30
Shubham Patil
e6d74cc2e7
Removed mfg_tool, related cleanups, and documentation update
...
`tools/mfg_tool` is moved to esp-matter-tools repo: https://github.com/espressif/esp-matter-tools/tree/main/mfg_tool .
It is released on pypi: https://pypi.org/project/esp-matter-mfg-tool and can be installed by running `pip install esp-matter-mfg-tool`
2024-06-07 19:11:35 +08:00
Shubham Patil
b367003be3
docker: install tree in esp-matter image and not in chip image
2024-05-23 10:00:36 +05:30
Shubham Patil
9a72f4fc9b
gh-actions: Few improvements to launchpad workflow
...
- use newer action versions
- Don't run upload-component workflow in forks
- Lets build the rainmaker matter example as well
- made provision to specify the prefix for application name and
sdkconfig to build example with
- install tree in docker image
- use tree to generate an index.html to display the content of the
deplyoed directory
2024-05-17 18:26:23 +05:30
Shripad Deshpande
0123d1ed2e
esp-matter-ci : Changes to fix the arbitary failures in esp-matter CI test cases by using symlink approach.
2024-04-30 13:55:05 +08:00
liyashuai
190af4c3f3
add esp32c2 pytest
2024-04-24 10:31:06 +08:00
Shu Chen
9703555506
Merge branch 'dynamic_passcode' into 'main'
...
example: Add dynamic passcode commissionable data provider for light-switch app
See merge request app-frameworks/esp-matter!555
2024-01-25 11:53:31 +08:00
shripad621git
4558569e10
tools/ci: Added the fix for build_apps in build_apps.py
2024-01-11 20:59:52 +05:30
liyashuai
1299e6ce98
fix an issue about use existing dac cert and key
2023-12-25 10:33:25 +08:00
Hrishikesh Dhayagude
72b0f26326
Merge branch 'task/jenkins_job' into 'main'
...
feature/jenkins : Added the the support of jenkins in esp_matter.
See merge request app-frameworks/esp-matter!569
2023-12-11 14:36:37 +08:00
WanqQixiang
f83d896e2a
example: Add dynamic passcode commissionable data provider for light-switch app
2023-12-01 18:38:33 +08:00
shripad621git
df19c46efe
tools/jenkins: Added the the support of jenkins in esp_matter
...
- Added the jenkins related code for building esp-matter examples in Jenkins environment.
- Added few config options to the sdkconfig to build the firware with those config options.
- Generated the required artefacts and the tools required for automation purpose.
2023-12-01 12:42:28 +05:30
Shubham Patil
07e1d3662c
mfg_tool: do not add dac keys to nvs if dac is stored in secure cert partititon
2023-11-29 21:10:59 +05:30
Shubham Patil
0e75ba2cc7
launchpad: readme support for displaying qrcode and ability to manually
...
trigger the workflow
2023-11-01 15:58:05 +05:30
Hrishikesh Dhayagude
04c4676e1b
Merge branch 'bugfix/mfg_tool' into 'main'
...
bugfix: mfg_tool don't support existing dac cert
See merge request app-frameworks/esp-matter!507
2023-10-25 11:15:02 +08:00
InfiniteYuan
67916ad59e
bugfix: mfg_tool don't support existing dac cert
2023-10-09 20:40:10 +08:00
Shubham Patil
54a8903f32
Few documentation fixes
...
- Added some docs for attribute and identify callback
- mfg_tool: Add the sourcing of esp-idf's export.sh script
- Added the link for getting the repository in top level README.md
- Table for Matter specification version and release branches
- FAQ for stuck at "Solving dependencies requirements"
- Change the link and doc in rainmaker example
2023-10-05 12:47:35 +05:30
Shubham Patil
6cbc342c7d
launchpad: display app specific qrcode
2023-09-11 14:19:19 +05:30
Shubham Patil
873c69f609
Minor docker image, launchpad, and documentation changes
...
- GITHUB_REF_NAME does not work so using github.ref_name in workflow
file
- Building light and ligh-switch for target H2 and C6 in launchpad and
fixed the RainMaker iOS application link
- Using the prod ready Matter qrcode in documentation
2023-08-28 16:12:05 +05:30
J. Diego Rodríguez Royo
3cef104381
Docker image improvements
2023-08-25 10:51:33 +00:00
Shu Chen
c68477901a
ci: fix the CI failure caused by bitarray dependency
2023-08-08 19:23:56 +08:00
Shubham Patil
b27c5fff93
mfg_tool: Fix a typo
2023-08-02 14:13:43 +05:30
Rohit Jadhav
3a75dabe27
Allowing empty semantic tags list in SupportedModes attribute of ModeSelect. Fixes https://github.com/espressif/esp-matter/issues/529
2023-07-31 17:11:56 +05:30
Sayon Deep
4ebc133745
fixed the requirements for mfg_tool
...
Fixes https://github.com/espressif/esp-matter/issues/528
2023-07-24 15:24:00 +05:30
sanket.wadekar
f0a0760dfa
mfg_tool: added an option to store DAC in either secure cert or nvs factory partition.
2023-07-14 17:12:42 +05:30
sanket.wadekar
5cedec54a3
mfg_tool: generate secure_cert partition and csv for registering device certificates to rainmaker cloud.
2023-07-14 16:28:18 +05:30