Commit Graph

22 Commits

Author SHA1 Message Date
Shubham Patil a635162c2d ESP-IDF v4.4 is EOL, remove it from ci 2026-03-31 09:21:28 +05:30
Shu Chen 6456f3fbe2 Merge branch 'submodule/update_8f943388af' into 'main'
submodule: update connectedhomeip submodule to commit id 8f943388af

See merge request app-frameworks/esp-matter!1404
2026-01-26 07:45:05 +00:00
WanqQixiang baf5959df1 submodule: update connectedhomeip submodule to commit id 8f943388af 2026-01-19 08:37:19 +08:00
Shubham Patil e95cb76d6c install.sh: platform agnostics usage to get number of processing units
apparantly nproc is not Darwin native, so added a fallback for the nproc
for darwin and posix platforms and even if this fails it falls back to
1.

Fixes https://github.com/espressif/esp-matter/issues/1651
2026-01-12 11:33:49 +05:30
Shubham Patil 27dd31913a tools: optimize docker image and fix launchpad builds
- Earlier fixes removed .git which potentially failed building the
  examples as esp-idf does git describe during builds. Added them back
  anad build works now.
- Removed the dormant bits from the docker-image
- Added ninja-jobs option for better resource utilization during host
  tool builds
- Added back the linux installation as we do need ability to run
  chip-tool from the container.
2025-12-30 18:00:33 +05:30
Shubham Patil b4b7397b93 scripts: add option to install python testing environment
Defaults to false, it builds the python environment when --build-python option is provided
2025-04-30 15:06:28 +05:30
Shubham Patil d350b595bb setup: Add option to skip sourcing bootstrap script 2024-10-16 14:58:46 +05:30
Shubham Patil d5184ba9fe setup: Install python dependencies based on idf version 2024-08-26 10:44:25 +05:30
mahesh 061c38827d install.sh: updated install script to use --no-host-tool option 2024-07-09 14:33:15 +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
Rohit Jadhav 0fdb83184e Update CHIP submodule to 1.2.0.1 2023-11-06 12:56:53 +05:30
WanqQixiang fecdf8d68e ci: Only build the chip-cert and chip-tool 2023-08-07 20:27:01 +08:00
Shu Chen 33d00c5969 example: reduce the ot_storage size in examples partition table 2023-05-29 17:13:19 +08:00
Shu Chen 592e1358f3 build: use zap tool from connectedhomeip env folder 2023-05-08 19:52:16 +08:00
liyashuai d0d631bb23 update connecthomeip submodule to bd17b9f52 2023-03-29 22:30:01 +08:00
WanqQixiang c5be432999 scripts: Add check for zap download 2023-03-28 15:49:23 +08:00
WanqQixiang 7b2912a9e5 submodule: Update connectedhomeip submodule to bc8c9ece1 to support ESP32-C6 and ESP32-H2-MP
docs: Add details for esp32h2, esp32c2, and esp32c6
2023-03-23 21:10:37 +08:00
Shubham Patil 60a5db81f1 fix the ci for te1.1 2023-03-16 14:25:42 +08:00
WanqQixiang 350dc6ae8b scripts: Install the requirements for Matter 2023-01-06 10:35:26 +08:00
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
Shu Chen 53287bc3f1 tools: abort install steps on failure 2022-07-20 20:12:42 +08:00
Chirag Atal 76d45474f0 docs: Add matter docs 2022-05-28 07:39:41 +08:00