Skip to content

Commit 78dd131

Browse files
[nrfconnect] Use nRF Connect SDK 2.0.2 (#21397)
* [nrfconnect] Use nRF Connect SDK 2.0.2 Use the newest SDK release to include the support for Thread 1.3. Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no> * Bump all docker images in workflows Co-authored-by: Justin Wood <woody@apple.com>
1 parent e9141e2 commit 78dd131

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+50
-75
lines changed

.github/workflows/bloat_check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131

3232
container:
33-
image: connectedhomeip/chip-build:0.5.89
33+
image: connectedhomeip/chip-build:0.5.91
3434

3535
steps:
3636
- uses: Wandalen/wretry.action@v1.0.15

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.actor != 'restyled-io[bot]'
3333

3434
container:
35-
image: connectedhomeip/chip-build:0.5.89
35+
image: connectedhomeip/chip-build:0.5.91
3636
volumes:
3737
- "/tmp/log_output:/tmp/test_logs"
3838
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -128,7 +128,7 @@ jobs:
128128
if: github.actor != 'restyled-io[bot]'
129129

130130
container:
131-
image: connectedhomeip/chip-build:0.5.89
131+
image: connectedhomeip/chip-build:0.5.91
132132
volumes:
133133
- "/tmp/log_output:/tmp/test_logs"
134134
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -279,7 +279,7 @@ jobs:
279279
if: github.actor != 'restyled-io[bot]'
280280

281281
container:
282-
image: connectedhomeip/chip-build:0.5.89
282+
image: connectedhomeip/chip-build:0.5.91
283283
volumes:
284284
- "/tmp/log_output:/tmp/test_logs"
285285
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0

.github/workflows/chef.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: github.actor != 'restyled-io[bot]'
3131

3232
container:
33-
image: connectedhomeip/chip-build:0.5.89
33+
image: connectedhomeip/chip-build:0.5.91
3434
options: --user root
3535

3636
steps:
@@ -58,7 +58,7 @@ jobs:
5858
if: github.actor != 'restyled-io[bot]'
5959

6060
container:
61-
image: connectedhomeip/chip-build-esp32:0.5.89
61+
image: connectedhomeip/chip-build-esp32:0.5.91
6262
options: --user root
6363

6464
steps:
@@ -86,7 +86,7 @@ jobs:
8686
if: github.actor != 'restyled-io[bot]'
8787

8888
container:
89-
image: connectedhomeip/chip-build-nrf-platform:0.5.89
89+
image: connectedhomeip/chip-build-nrf-platform:0.5.91
9090
options: --user root
9191

9292
steps:

.github/workflows/cirque.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# need to run with privilege, which isn't supported by job.XXX.contaner
3939
# https://github.com/actions/container-action/issues/2
4040
# container:
41-
# image: connectedhomeip/chip-build-cirque:0.5.89
41+
# image: connectedhomeip/chip-build-cirque:0.5.91
4242
# volumes:
4343
# - "/tmp:/tmp"
4444
# - "/dev/pts:/dev/pts"

.github/workflows/doxygen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
runs-on: ubuntu-20.04
8484
container:
85-
image: connectedhomeip/chip-build-doxygen:0.5.89
85+
image: connectedhomeip/chip-build-doxygen:0.5.91
8686

8787
if: github.actor != 'restyled-io[bot]'
8888

.github/workflows/examples-ameba.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.actor != 'restyled-io[bot]'
3333

3434
container:
35-
image: connectedhomeip/chip-build-ameba:0.5.89
35+
image: connectedhomeip/chip-build-ameba:0.5.91
3636
options: --user root
3737

3838
steps:

.github/workflows/examples-cc13x2x7_26x2x7.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build-ti:0.5.89
37+
image: connectedhomeip/chip-build-ti:0.5.91
3838
volumes:
3939
- "/tmp/bloat_reports:/tmp/bloat_reports"
4040
steps:

.github/workflows/examples-efr32.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: github.actor != 'restyled-io[bot]'
3636

3737
container:
38-
image: connectedhomeip/chip-build-efr32:0.5.89
38+
image: connectedhomeip/chip-build-efr32:0.5.91
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141
steps:

.github/workflows/examples-esp32.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.actor != 'restyled-io[bot]'
3333

3434
container:
35-
image: connectedhomeip/chip-build-esp32:0.5.89
35+
image: connectedhomeip/chip-build-esp32:0.5.91
3636
volumes:
3737
- "/tmp/bloat_reports:/tmp/bloat_reports"
3838

@@ -118,7 +118,7 @@ jobs:
118118
if: github.actor != 'restyled-io[bot]'
119119

120120
container:
121-
image: connectedhomeip/chip-build-esp32:0.5.89
121+
image: connectedhomeip/chip-build-esp32:0.5.91
122122
volumes:
123123
- "/tmp/bloat_reports:/tmp/bloat_reports"
124124

.github/workflows/examples-infineon.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.actor != 'restyled-io[bot]'
3333

3434
container:
35-
image: connectedhomeip/chip-build-infineon:0.5.89
35+
image: connectedhomeip/chip-build-infineon:0.5.91
3636

3737
steps:
3838
- uses: Wandalen/wretry.action@v1.0.15

.github/workflows/examples-linux-arm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: github.actor != 'restyled-io[bot]'
3232

3333
container:
34-
image: connectedhomeip/chip-build-crosscompile:0.5.89
34+
image: connectedhomeip/chip-build-crosscompile:0.5.91
3535
volumes:
3636
- "/tmp/bloat_reports:/tmp/bloat_reports"
3737

.github/workflows/examples-linux-standalone.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build:0.5.89
37+
image: connectedhomeip/chip-build:0.5.91
3838
volumes:
3939
- "/tmp/bloat_reports:/tmp/bloat_reports"
4040

.github/workflows/examples-mbed.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: connectedhomeip/chip-build-mbed-os:0.5.89
40+
image: connectedhomeip/chip-build-mbed-os:0.5.91
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343

.github/workflows/examples-mw320.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build:0.5.89
37+
image: connectedhomeip/chip-build:0.5.91
3838
volumes:
3939
- "/tmp/bloat_reports:/tmp/bloat_reports"
4040
steps:

.github/workflows/examples-nrfconnect.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build-nrf-platform:0.5.89
37+
image: connectedhomeip/chip-build-nrf-platform:0.5.91
3838
volumes:
3939
- "/tmp/bloat_reports:/tmp/bloat_reports"
4040

.github/workflows/examples-qpg.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build:0.5.89
37+
image: connectedhomeip/chip-build:0.5.91
3838
volumes:
3939
- "/tmp/bloat_reports:/tmp/bloat_reports"
4040
steps:

.github/workflows/examples-telink.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.actor != 'restyled-io[bot]'
3333

3434
container:
35-
image: connectedhomeip/chip-build-telink:0.5.89
35+
image: connectedhomeip/chip-build-telink:0.5.91
3636
volumes:
3737
- "/tmp/bloat_reports:/tmp/bloat_reports"
3838

.github/workflows/examples-tizen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.actor != 'restyled-io[bot]'
3333

3434
container:
35-
image: connectedhomeip/chip-build-tizen:0.5.89
35+
image: connectedhomeip/chip-build-tizen:0.5.91
3636
options: --user root
3737
volumes:
3838
- "/tmp/bloat_reports:/tmp/bloat_reports"

.github/workflows/full-android.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build-android:0.5.89
37+
image: connectedhomeip/chip-build-android:0.5.91
3838
volumes:
3939
- "/tmp/log_output:/tmp/test_logs"
4040

.github/workflows/fuzzing-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: github.actor != 'restyled-io[bot]'
3232

3333
container:
34-
image: connectedhomeip/chip-build:0.5.89
34+
image: connectedhomeip/chip-build:0.5.91
3535
volumes:
3636
- "/tmp/log_output:/tmp/test_logs"
3737

.github/workflows/qemu.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build-esp32-qemu:0.5.89
37+
image: connectedhomeip/chip-build-esp32-qemu:0.5.91
3838
volumes:
3939
- "/tmp/log_output:/tmp/test_logs"
4040

.github/workflows/release_artifacts.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
container:
32-
image: connectedhomeip/chip-build-esp32:0.5.89
32+
image: connectedhomeip/chip-build-esp32:0.5.91
3333

3434
steps:
3535
- uses: Wandalen/wretry.action@v1.0.15
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676

7777
container:
78-
image: connectedhomeip/chip-build-efr32:0.5.89
78+
image: connectedhomeip/chip-build-efr32:0.5.91
7979
steps:
8080
- uses: Wandalen/wretry.action@v1.0.15
8181
name: Checkout

.github/workflows/smoketest-android.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build-android:0.5.89
37+
image: connectedhomeip/chip-build-android:0.5.91
3838
volumes:
3939
- "/tmp/log_output:/tmp/test_logs"
4040

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444

4545
container:
46-
image: connectedhomeip/chip-build:0.5.89
46+
image: connectedhomeip/chip-build:0.5.91
4747
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
4848
net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"
4949

@@ -239,7 +239,7 @@ jobs:
239239
runs-on: ubuntu-latest
240240

241241
container:
242-
image: connectedhomeip/chip-build:0.5.89
242+
image: connectedhomeip/chip-build:0.5.91
243243
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
244244
net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"
245245

.github/workflows/unit_integration_test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838

3939
container:
40-
image: connectedhomeip/chip-build:0.5.89
40+
image: connectedhomeip/chip-build:0.5.91
4141
volumes:
4242
- "/tmp/log_output:/tmp/test_logs"
4343
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"

.github/workflows/zap_regeneration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
runs-on: ubuntu-20.04
3030
container:
31-
image: connectedhomeip/chip-build-zap:0.5.89
31+
image: connectedhomeip/chip-build-zap:0.5.91
3232
defaults:
3333
run:
3434
shell: sh

.github/workflows/zap_templates.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
runs-on: ubuntu-20.04
3131
container:
32-
image: connectedhomeip/chip-build-zap:0.5.89
32+
image: connectedhomeip/chip-build-zap:0.5.91
3333
defaults:
3434
run:
3535
shell: sh
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fd5905aa6b04febd99d00dba6c482ac25eb15222
1+
v2.0.2

config/nrfconnect/chip-module/Kconfig.defaults

+4
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ config NET_L2_OPENTHREAD
205205
bool
206206
default y
207207

208+
choice OPENTHREAD_STACK_VERSION
209+
default OPENTHREAD_THREAD_VERSION_1_3
210+
endchoice
211+
208212
# Enable mbedTLS from nrf_security library
209213

210214
choice OPENTHREAD_SECURITY

examples/all-clusters-app/nrfconnect/prj.conf

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CONFIG_STD_CPP14=y
2525
CONFIG_DK_LIBRARY=y
2626

2727
# OpenThread settings
28-
CONFIG_OPENTHREAD_THREAD_VERSION_1_2=y
2928
CONFIG_OPENTHREAD_NORDIC_LIBRARY_MTD=y
3029
CONFIG_OPENTHREAD_MTD=y
3130
CONFIG_OPENTHREAD_FTD=n

examples/all-clusters-app/nrfconnect/prj_dfu.conf

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CONFIG_STD_CPP14=y
2525
CONFIG_DK_LIBRARY=y
2626

2727
# OpenThread settings
28-
CONFIG_OPENTHREAD_THREAD_VERSION_1_2=y
2928
CONFIG_OPENTHREAD_NORDIC_LIBRARY_MTD=y
3029
CONFIG_OPENTHREAD_MTD=y
3130
CONFIG_OPENTHREAD_FTD=n

examples/all-clusters-app/nrfconnect/prj_release.conf

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CONFIG_STD_CPP14=y
2525
CONFIG_DK_LIBRARY=y
2626

2727
# OpenThread settings
28-
CONFIG_OPENTHREAD_THREAD_VERSION_1_2=y
2928
CONFIG_OPENTHREAD_NORDIC_LIBRARY_MTD=y
3029
CONFIG_OPENTHREAD_MTD=y
3130
CONFIG_OPENTHREAD_FTD=n

examples/all-clusters-minimal-app/nrfconnect/prj.conf

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CONFIG_STD_CPP14=y
2525
CONFIG_DK_LIBRARY=y
2626

2727
# OpenThread settings
28-
CONFIG_OPENTHREAD_THREAD_VERSION_1_2=y
2928
CONFIG_OPENTHREAD_NORDIC_LIBRARY_MTD=y
3029
CONFIG_OPENTHREAD_MTD=y
3130
CONFIG_OPENTHREAD_FTD=n

examples/all-clusters-minimal-app/nrfconnect/prj_dfu.conf

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CONFIG_STD_CPP14=y
2525
CONFIG_DK_LIBRARY=y
2626

2727
# OpenThread settings
28-
CONFIG_OPENTHREAD_THREAD_VERSION_1_2=y
2928
CONFIG_OPENTHREAD_NORDIC_LIBRARY_MTD=y
3029
CONFIG_OPENTHREAD_MTD=y
3130
CONFIG_OPENTHREAD_FTD=n

examples/all-clusters-minimal-app/nrfconnect/prj_release.conf

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CONFIG_STD_CPP14=y
2525
CONFIG_DK_LIBRARY=y
2626

2727
# OpenThread settings
28-
CONFIG_OPENTHREAD_THREAD_VERSION_1_2=y
2928
CONFIG_OPENTHREAD_NORDIC_LIBRARY_MTD=y
3029
CONFIG_OPENTHREAD_MTD=y
3130
CONFIG_OPENTHREAD_FTD=n

examples/chef/nrfconnect/prj.conf

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ CONFIG_DK_LIBRARY=y
2626
CONFIG_PWM=y
2727

2828
# OpenThread configs
29-
CONFIG_OPENTHREAD_THREAD_VERSION_1_2=y
3029
CONFIG_OPENTHREAD_NORDIC_LIBRARY_FTD=y
3130

3231
# Default OpenThread network settings

examples/light-switch-app/nrfconnect/prj.conf

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CONFIG_STD_CPP14=y
2525
CONFIG_DK_LIBRARY=y
2626

2727
# OpenThread configs
28-
CONFIG_OPENTHREAD_THREAD_VERSION_1_2=y
2928
CONFIG_OPENTHREAD_NORDIC_LIBRARY_MTD=y
3029
CONFIG_OPENTHREAD_MTD=y
3130
CONFIG_OPENTHREAD_FTD=n

examples/light-switch-app/nrfconnect/prj_no_dfu.conf

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CONFIG_STD_CPP14=y
2525
CONFIG_DK_LIBRARY=y
2626

2727
# OpenThread configs
28-
CONFIG_OPENTHREAD_THREAD_VERSION_1_2=y
2928
CONFIG_OPENTHREAD_NORDIC_LIBRARY_MTD=y
3029
CONFIG_OPENTHREAD_MTD=y
3130
CONFIG_OPENTHREAD_FTD=n

examples/light-switch-app/nrfconnect/prj_release.conf

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CONFIG_STD_CPP14=y
2525
CONFIG_DK_LIBRARY=y
2626

2727
# OpenThread configs
28-
CONFIG_OPENTHREAD_THREAD_VERSION_1_2=y
2928
CONFIG_OPENTHREAD_NORDIC_LIBRARY_MTD=y
3029
CONFIG_OPENTHREAD_MTD=y
3130
CONFIG_OPENTHREAD_FTD=n

0 commit comments

Comments
 (0)