File tree 8 files changed +67
-10
lines changed
all-clusters-minimal-app/esp32
temperature-measurement-app/esp32
8 files changed +67
-10
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ CatalogVendorId
182
182
CBB
183
183
cbd
184
184
CBOR
185
+ Ccache
185
186
ccf
186
187
CCMP
187
188
CCS
Original file line number Diff line number Diff line change @@ -113,6 +113,14 @@ make sure the IDF_PATH has been exported(See the manual setup steps above).
113
113
$ source ./scripts/activate.sh
114
114
```
115
115
116
+ - Enable Ccache for faster IDF builds
117
+
118
+ It is recommended to have Ccache installed for faster builds
119
+
120
+ ```
121
+ $ export IDF_CCACHE_ENABLE=1
122
+ ```
123
+
116
124
- Target Set
117
125
118
126
To set IDF target, first:
@@ -278,8 +286,8 @@ the ESP32 all-clusters-app to commission it onto a Wi-Fi network:
278
286
279
287
Parameters:
280
288
281
- 1 . Discriminator: 3840 (configurable through menuconfig)
282
- 2 . Setup-pin-code: 20202021 (configurable through menuconfig)
289
+ 1. Discriminator: 3840
290
+ 2. Setup-pin-code: 20202021
283
291
3. Node-id: 12344321 (you can assign any node id)
284
292
285
293
### Cluster control
Original file line number Diff line number Diff line change @@ -113,6 +113,14 @@ make sure the IDF_PATH has been exported(See the manual setup steps above).
113
113
$ source ./scripts/activate.sh
114
114
```
115
115
116
+ - Enable Ccache for faster IDF builds
117
+
118
+ It is recommended to have Ccache installed for faster builds
119
+
120
+ ```
121
+ $ export IDF_CCACHE_ENABLE=1
122
+ ```
123
+
116
124
- Target Set
117
125
118
126
To set IDF target, first:
@@ -278,8 +286,8 @@ the ESP32 all-clusters-minimal-app to commission it onto a Wi-Fi network:
278
286
279
287
Parameters:
280
288
281
- 1 . Discriminator: 3840 (configurable through menuconfig)
282
- 2 . Setup-pin-code: 20202021 (configurable through menuconfig)
289
+ 1. Discriminator: 3840
290
+ 2. Setup-pin-code: 20202021
283
291
3. Node-id: 12344321 (you can assign any node id)
284
292
285
293
### Cluster control
Original file line number Diff line number Diff line change @@ -135,6 +135,14 @@ make sure the IDF_PATH has been exported(See the manual setup steps above).
135
135
ESP32 based device types, please refer
136
136
[ examples/all-clusters-app/esp32] ( https://github.com/project-chip/connectedhomeip/tree/master/examples/all-clusters-app/esp32 )
137
137
138
+ - Enable Ccache for faster IDF builds
139
+
140
+ It is recommended to have Ccache installed for faster builds
141
+
142
+ ```
143
+ $ export IDF_CCACHE_ENABLE=1
144
+ ```
145
+
138
146
- To build the demo application.
139
147
140
148
```
@@ -255,8 +263,8 @@ the ESP32 all-clusters-app to commission it onto a Wi-Fi network:
255
263
256
264
Parameters:
257
265
258
- 1 . Discriminator: 3840 (configurable through menuconfig)
259
- 2 . Setup-pin-code: 20202021 (configurable through menuconfig)
266
+ 1. Discriminator: 3840
267
+ 2. Setup-pin-code: 20202021
260
268
3. Node-id: 12344321 (you can assign any node id)
261
269
262
270
### Cluster control
Original file line number Diff line number Diff line change @@ -65,6 +65,14 @@ make sure the IDF_PATH has been exported(See the manual setup steps above).
65
65
66
66
$ source ./scripts/activate.sh
67
67
68
+ - Enable Ccache for faster IDF builds
69
+
70
+ It is recommended to have Ccache installed for faster builds
71
+
72
+ ```
73
+ $ export IDF_CCACHE_ENABLE=1
74
+ ```
75
+
68
76
- Target Set
69
77
70
78
$ idf.py set-target esp32
Original file line number Diff line number Diff line change @@ -75,6 +75,14 @@ make sure the IDF_PATH has been exported(See the manual setup steps above).
75
75
76
76
$ source ./scripts/activate.sh
77
77
78
+ - Enable Ccache for faster IDF builds
79
+
80
+ It is recommended to have Ccache installed for faster builds
81
+
82
+ ```
83
+ $ export IDF_CCACHE_ENABLE=1
84
+ ```
85
+
78
86
- Target Set
79
87
80
88
$ idf.py set-target esp32
Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ make sure the IDF_PATH has been exported(See the manual setup steps above).
57
57
58
58
$ source ./scripts/activate.sh
59
59
60
+ - Enable Ccache for faster IDF builds
61
+
62
+ It is recommended to have Ccache installed for faster builds
63
+
64
+ ```
65
+ $ export IDF_CCACHE_ENABLE=1
66
+ ```
67
+
60
68
- Target Set
61
69
62
70
$ idf.py set-target esp32(or esp32c3)
@@ -171,8 +179,8 @@ the ESP32 all-clusters-app to commission it onto a Wi-Fi network:
171
179
172
180
Parameters:
173
181
174
- 1 . Discriminator: 3840 (configurable through menuconfig)
175
- 2 . Setup-pin-code: 20202021 (configurable through menuconfig)
182
+ 1. Discriminator: 3840
183
+ 2. Setup-pin-code: 20202021
176
184
3. Node-id: 12344321 (you can assign any node id)
177
185
178
186
### Cluster control
Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ make sure the IDF_PATH has been exported(See the manual setup steps above).
57
57
58
58
$ source ./scripts/activate.sh
59
59
60
+ - Enable Ccache for faster IDF builds
61
+
62
+ It is recommended to have Ccache installed for faster builds
63
+
64
+ ```
65
+ $ export IDF_CCACHE_ENABLE=1
66
+ ```
67
+
60
68
- Target Select
61
69
62
70
$ idf.py set-target esp32(or esp32c3)
@@ -171,8 +179,8 @@ the ESP32 all-clusters-app to commission it onto a Wi-Fi network:
171
179
172
180
Parameters:
173
181
174
- 1 . Discriminator: 3840 (configurable through menuconfig)
175
- 2 . Setup-pin-code: 20202021 (configurable through menuconfig)
182
+ 1. Discriminator: 3840
183
+ 2. Setup-pin-code: 20202021
176
184
3. Node-id: 12344321 (you can assign any node id)
177
185
178
186
### Cluster control
You can’t perform that action at this time.
0 commit comments