File tree 16 files changed +224
-32
lines changed
air-quality-sensor-app/telink
all-clusters-minimal-app/telink
contact-sensor-app/telink
pump-controller-app/telink
smoke-co-alarm-app/telink
temperature-measurement-app/telink
16 files changed +224
-32
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,22 @@ The example supports building and running on the following devices:
19
19
1 . Run the Docker container:
20
20
21
21
``` bash
22
- $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' )
22
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' | head -n1 )
23
23
```
24
24
25
- You can find the compatible Docker image version in the file:
25
+ The default Docker container includes the recommended Zephyr version, as specified in:
26
+
27
+ ` ` ` bash
28
+ $ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
29
+ ` ` `
30
+
31
+ If you need to use Zephyr 3.3.0, use the following container instead:
32
+
33
+ ` ` ` bash
34
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: ' {print $NF}' )
35
+ ` ` `
36
+
37
+ You can check the compatible Docker image version in:
26
38
27
39
` ` ` bash
28
40
$ .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change @@ -21,10 +21,22 @@ The example supports building and running on the following devices:
21
21
1 . Run the Docker container:
22
22
23
23
``` bash
24
- $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' )
24
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' | head -n1 )
25
25
```
26
26
27
- You can find the compatible Docker image version in the file:
27
+ The default Docker container includes the recommended Zephyr version, as specified in:
28
+
29
+ ` ` ` bash
30
+ $ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
31
+ ` ` `
32
+
33
+ If you need to use Zephyr 3.3.0, use the following container instead:
34
+
35
+ ` ` ` bash
36
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: ' {print $NF}' )
37
+ ` ` `
38
+
39
+ You can check the compatible Docker image version in:
28
40
29
41
` ` ` bash
30
42
$ .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change @@ -21,10 +21,22 @@ The example supports building and running on the following devices:
21
21
1 . Run the Docker container:
22
22
23
23
``` bash
24
- $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' )
24
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' | head -n1 )
25
25
```
26
26
27
- You can find the compatible Docker image version in the file:
27
+ The default Docker container includes the recommended Zephyr version, as specified in:
28
+
29
+ ` ` ` bash
30
+ $ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
31
+ ` ` `
32
+
33
+ If you need to use Zephyr 3.3.0, use the following container instead:
34
+
35
+ ` ` ` bash
36
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: ' {print $NF}' )
37
+ ` ` `
38
+
39
+ You can check the compatible Docker image version in:
28
40
29
41
` ` ` bash
30
42
$ .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change @@ -98,10 +98,22 @@ The example supports building and running on the following devices:
98
98
1 . Run the Docker container:
99
99
100
100
``` bash
101
- $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' )
101
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' | head -n1 )
102
102
```
103
103
104
- You can find the compatible Docker image version in the file:
104
+ The default Docker container includes the recommended Zephyr version, as specified in:
105
+
106
+ ` ` ` bash
107
+ $ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
108
+ ` ` `
109
+
110
+ If you need to use Zephyr 3.3.0, use the following container instead:
111
+
112
+ ` ` ` bash
113
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: ' {print $NF}' )
114
+ ` ` `
115
+
116
+ You can check the compatible Docker image version in:
105
117
106
118
` ` ` bash
107
119
$ .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change @@ -19,10 +19,22 @@ The example supports building and running on the following devices:
19
19
1 . Run the Docker container:
20
20
21
21
``` bash
22
- $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' )
22
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' | head -n1 )
23
23
```
24
24
25
- You can find the compatible Docker image version in the file:
25
+ The default Docker container includes the recommended Zephyr version, as specified in:
26
+
27
+ ` ` ` bash
28
+ $ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
29
+ ` ` `
30
+
31
+ If you need to use Zephyr 3.3.0, use the following container instead:
32
+
33
+ ` ` ` bash
34
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: ' {print $NF}' )
35
+ ` ` `
36
+
37
+ You can check the compatible Docker image version in:
26
38
27
39
` ` ` bash
28
40
$ .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change @@ -24,10 +24,22 @@ The example supports building and running on the following devices:
24
24
1 . Run the Docker container:
25
25
26
26
``` bash
27
- $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' )
27
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' | head -n1 )
28
28
```
29
29
30
- You can find the compatible Docker image version in the file:
30
+ The default Docker container includes the recommended Zephyr version, as specified in:
31
+
32
+ ` ` ` bash
33
+ $ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
34
+ ` ` `
35
+
36
+ If you need to use Zephyr 3.3.0, use the following container instead:
37
+
38
+ ` ` ` bash
39
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: ' {print $NF}' )
40
+ ` ` `
41
+
42
+ You can check the compatible Docker image version in:
31
43
32
44
` ` ` bash
33
45
$ .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change @@ -22,10 +22,22 @@ The example supports building and running on the following devices:
22
22
1 . Run the Docker container:
23
23
24
24
``` bash
25
- $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' )
25
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' | head -n1 )
26
26
```
27
27
28
- You can find the compatible Docker image version in the file:
28
+ The default Docker container includes the recommended Zephyr version, as specified in:
29
+
30
+ ` ` ` bash
31
+ $ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
32
+ ` ` `
33
+
34
+ If you need to use Zephyr 3.3.0, use the following container instead:
35
+
36
+ ` ` ` bash
37
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: ' {print $NF}' )
38
+ ` ` `
39
+
40
+ You can check the compatible Docker image version in:
29
41
30
42
` ` ` bash
31
43
$ .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change @@ -22,10 +22,22 @@ The example supports building and running on the following devices:
22
22
1 . Run the Docker container:
23
23
24
24
``` bash
25
- $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' )
25
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' | head -n1 )
26
26
```
27
27
28
- You can find the compatible Docker image version in the file:
28
+ The default Docker container includes the recommended Zephyr version, as specified in:
29
+
30
+ ` ` ` bash
31
+ $ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
32
+ ` ` `
33
+
34
+ If you need to use Zephyr 3.3.0, use the following container instead:
35
+
36
+ ` ` ` bash
37
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: ' {print $NF}' )
38
+ ` ` `
39
+
40
+ You can check the compatible Docker image version in:
29
41
30
42
` ` ` bash
31
43
$ .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change @@ -15,10 +15,22 @@ The example supports building and running on the following devices:
15
15
1 . Run the Docker container:
16
16
17
17
``` bash
18
- $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' )
18
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' | head -n1 )
19
19
```
20
20
21
- You can find the compatible Docker image version in the file:
21
+ The default Docker container includes the recommended Zephyr version, as specified in:
22
+
23
+ ` ` ` bash
24
+ $ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
25
+ ` ` `
26
+
27
+ If you need to use Zephyr 3.3.0, use the following container instead:
28
+
29
+ ` ` ` bash
30
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: ' {print $NF}' )
31
+ ` ` `
32
+
33
+ You can check the compatible Docker image version in:
22
34
23
35
` ` ` bash
24
36
$ .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change @@ -23,10 +23,22 @@ The example supports building and running on the following devices:
23
23
1 . Run the Docker container:
24
24
25
25
``` bash
26
- $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' )
26
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' | head -n1 )
27
27
```
28
28
29
- You can find the compatible Docker image version in the file:
29
+ The default Docker container includes the recommended Zephyr version, as specified in:
30
+
31
+ ` ` ` bash
32
+ $ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
33
+ ` ` `
34
+
35
+ If you need to use Zephyr 3.3.0, use the following container instead:
36
+
37
+ ` ` ` bash
38
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: ' {print $NF}' )
39
+ ` ` `
40
+
41
+ You can check the compatible Docker image version in:
30
42
31
43
` ` ` bash
32
44
$ .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change @@ -24,10 +24,22 @@ The example supports building and running on the following devices:
24
24
1 . Run the Docker container:
25
25
26
26
``` bash
27
- $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' )
27
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' | head -n1 )
28
28
```
29
29
30
- You can find the compatible Docker image version in the file:
30
+ The default Docker container includes the recommended Zephyr version, as specified in:
31
+
32
+ ` ` ` bash
33
+ $ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
34
+ ` ` `
35
+
36
+ If you need to use Zephyr 3.3.0, use the following container instead:
37
+
38
+ ` ` ` bash
39
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: ' {print $NF}' )
40
+ ` ` `
41
+
42
+ You can check the compatible Docker image version in:
31
43
32
44
` ` ` bash
33
45
$ .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change @@ -19,10 +19,22 @@ The example supports building and running on the following devices:
19
19
1 . Run the Docker container:
20
20
21
21
``` bash
22
- $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' )
22
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' | head -n1 )
23
23
```
24
24
25
- You can find the compatible Docker image version in the file:
25
+ The default Docker container includes the recommended Zephyr version, as specified in:
26
+
27
+ ` ` ` bash
28
+ $ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
29
+ ` ` `
30
+
31
+ If you need to use Zephyr 3.3.0, use the following container instead:
32
+
33
+ ` ` ` bash
34
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: ' {print $NF}' )
35
+ ` ` `
36
+
37
+ You can check the compatible Docker image version in:
26
38
27
39
` ` ` bash
28
40
$ .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change @@ -19,10 +19,22 @@ The example supports building and running on the following devices:
19
19
1 . Run the Docker container:
20
20
21
21
``` bash
22
- $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' )
22
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink | awk -F: ' {print $NF}' | head -n1 )
23
23
```
24
24
25
- You can find the compatible Docker image version in the file:
25
+ The default Docker container includes the recommended Zephyr version, as specified in:
26
+
27
+ ` ` ` bash
28
+ $ integrations/docker/images/stage-2/chip-build-telink/Dockerfile
29
+ ` ` `
30
+
31
+ If you need to use Zephyr 3.3.0, use the following container instead:
32
+
33
+ ` ` ` bash
34
+ $ docker run -it --rm -v $PWD :/host -w /host ghcr.io/project-chip/chip-build-telink-zephyr_3_3:$( wget -q -O - https://raw.githubusercontent.com/project-chip/connectedhomeip/master/.github/workflows/examples-telink.yaml 2> /dev/null | grep chip-build-telink-zephyr_3_3 | awk -F: ' {print $NF}' )
35
+ ` ` `
36
+
37
+ You can check the compatible Docker image version in:
26
38
27
39
` ` ` bash
28
40
$ .github/workflows/examples-telink.yaml
You can’t perform that action at this time.
0 commit comments