File tree
Expand file treeCollapse file tree
15 files changed
+109
-222
lines changedFilter options
- .github
- scripts
- workflows
- idf_component_examples
- esp_matter_light
- main
- hello_world
- hw_cdc_hello_world
Expand file treeCollapse file tree
15 files changed
+109
-222
lines changed.github/scripts/on-push-idf.sh
Copy file name to clipboard+33Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
.github/scripts/sketch_utils.sh
Copy file name to clipboardExpand all lines: .github/scripts/sketch_utils.sh+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
|
+14-6Lines changed: 14 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
| ||
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
48 |
| - |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| ||
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
127 |
| - |
| 127 | + |
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
| ||
267 | 267 |
|
268 | 268 |
|
269 | 269 |
|
| 270 | + |
| 271 | + |
| 272 | + |
270 | 273 |
|
271 | 274 |
|
272 | 275 |
|
273 | 276 |
|
274 | 277 |
|
275 |
| - |
276 |
| - |
277 |
| - |
278 |
| - |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
279 | 287 |
|
280 | 288 |
|
281 | 289 |
|
|
idf_component_examples/.gitignore
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
idf_component_examples/esp_matter_light/CMakeLists.txt
Copy file name to clipboardExpand all lines: idf_component_examples/esp_matter_light/CMakeLists.txt+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
| ||
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
23 |
| - |
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
|
idf_component_examples/esp_matter_light/README.md
Copy file name to clipboardExpand all lines: idf_component_examples/esp_matter_light/README.md+16-5Lines changed: 16 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
63 | 66 |
|
64 | 67 |
|
65 | 68 |
|
66 |
| - |
| 69 | + |
| 70 | + |
| 71 | + |
67 | 72 |
|
68 | 73 |
|
69 | 74 |
|
70 |
| - |
| 75 | + |
| 76 | + |
| 77 | + |
71 | 78 |
|
72 | 79 |
|
73 | 80 |
|
| ||
95 | 102 |
|
96 | 103 |
|
97 | 104 |
|
98 |
| - |
| 105 | + |
| 106 | + |
| 107 | + |
99 | 108 |
|
100 | 109 |
|
101 | 110 |
|
102 |
| - |
| 111 | + |
| 112 | + |
| 113 | + |
103 | 114 |
|
104 | 115 |
|
105 | 116 |
|
|
idf_component_examples/esp_matter_light/ci.json
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
idf_component_examples/esp_matter_light/main/Kconfig.projbuild
Copy file name to clipboardExpand all lines: idf_component_examples/esp_matter_light/main/Kconfig.projbuild+18-78Lines changed: 18 additions & 78 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
12 |
| - |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
| 24 | + |
| 25 | + |
| 26 | + |
54 | 27 |
|
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
59 | 33 |
|
60 |
| - |
61 |
| - |
62 |
| - |
| 34 | + |
| 35 | + |
| 36 | + |
63 | 37 |
|
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
| 38 | + |
| 39 | + |
| 40 | + |
101 | 41 |
|
102 | 42 |
|
idf_component_examples/esp_matter_light/main/idf_component.yml
Copy file name to clipboardExpand all lines: idf_component_examples/esp_matter_light/main/idf_component.yml+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
|
idf_component_examples/esp_matter_light/sdkconfig.defaults.esp32c3 renamed to idf_component_examples/esp_matter_light/sdkconfig.defaults
Copy file name to clipboardExpand all lines: idf_component_examples/esp_matter_light/sdkconfig.defaults-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 | 1 |
|
4 | 2 |
|
5 | 3 |
|
|
idf_component_examples/esp_matter_light/sdkconfig.defaults.esp32c6
Copy file name to clipboardExpand all lines: idf_component_examples/esp_matter_light/sdkconfig.defaults.esp32c6-63Lines changed: 0 additions & 63 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 | 3 |
|
67 | 4 |
|
68 | 5 |
|
|
0 commit comments