You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pipeline.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ If `gn` is missing, pipeline runs Matter bootstrap automatically.
52
52
53
53
If nested submodules are missing, pipeline initializes them automatically.
54
54
55
+
If you run with `--skip-build`, pipeline can use `provisioning-support/connectedhomeip` from the release bundle instead of a live `esp-matter/` checkout.
56
+
55
57
## Build Output Path
56
58
57
59
Default build dir:
@@ -75,6 +77,10 @@ When flashing, pipeline:
75
77
4. optionally erases flash first
76
78
5. flashes selected device
77
79
80
+
Plain flashing from a released build works without submodules.
81
+
82
+
`erase-flash` and `idf.py monitor` still need the upstream example checkout.
83
+
78
84
## Labels
79
85
80
86
Unless `--skip-labels` is passed, pipeline also creates:
0 commit comments