File tree Expand file tree Collapse file tree 8 files changed +63
-7
lines changed
doc/nrf/releases_and_maturity/releases Expand file tree Collapse file tree 8 files changed +63
-7
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ Gazell samples
566
566
Keys samples
567
567
------------
568
568
569
- | no_changes_yet_note |
569
+ * Added support for the :ref: ` zephyr:nrf9151dk_nrf9151 ` and the :ref: ` nRF9161 DK < ug_nrf9161 >` boards for all keys samples.
570
570
571
571
Matter samples
572
572
--------------
Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright (c) 2024 Nordic Semiconductor ASA
3
+ #
4
+ # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ #
6
+
7
+ CONFIG_MBEDTLS_PSA_CRYPTO_C=y
8
+ CONFIG_MAIN_STACK_SIZE=4096
9
+ CONFIG_MBEDTLS_ENABLE_HEAP=y
Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright (c) 2024 Nordic Semiconductor ASA
3
+ #
4
+ # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ #
6
+
7
+ CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright (c) 2024 Nordic Semiconductor ASA
3
+ #
4
+ # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ #
6
+
7
+ CONFIG_MBEDTLS_PSA_CRYPTO_C=y
8
+ CONFIG_MAIN_STACK_SIZE=4096
9
+ CONFIG_MBEDTLS_ENABLE_HEAP=y
Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright (c) 2024 Nordic Semiconductor ASA
3
+ #
4
+ # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ #
6
+
7
+ CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
Original file line number Diff line number Diff line change @@ -3,15 +3,27 @@ sample:
3
3
name : Random HW Unique Key
4
4
common :
5
5
tags : huk
6
- platform_allow : >
7
- nrf5340dk/nrf5340/cpuapp nrf5340dk/nrf5340/cpuapp/ns nrf9160dk/nrf9160
8
- nrf9160dk/nrf9160/ns nrf52840dk/nrf52840 nrf21540dk/nrf52840
9
- nrf54l15pdk/nrf54l15/cpuapp
6
+ platform_allow :
7
+ - nrf5340dk/nrf5340/cpuapp
8
+ - nrf5340dk/nrf5340/cpuapp/ns
9
+ - nrf9160dk/nrf9160
10
+ - nrf9160dk/nrf9160/ns
11
+ - nrf9161dk/nrf9161
12
+ - nrf9161dk/nrf9161/ns
13
+ - nrf9151dk/nrf9151
14
+ - nrf9151dk/nrf9151/ns
15
+ - nrf52840dk/nrf52840
16
+ - nrf21540dk/nrf52840
17
+ - nrf54l15pdk/nrf54l15/cpuapp
10
18
integration_platforms :
11
19
- nrf5340dk/nrf5340/cpuapp
12
20
- nrf5340dk/nrf5340/cpuapp/ns
13
21
- nrf9160dk/nrf9160
14
22
- nrf9160dk/nrf9160/ns
23
+ - nrf9161dk/nrf9161
24
+ - nrf9161dk/nrf9161/ns
25
+ - nrf9151dk/nrf9151
26
+ - nrf9151dk/nrf9151/ns
15
27
- nrf52840dk/nrf52840
16
28
- nrf21540dk/nrf52840
17
29
- nrf54l15pdk/nrf54l15/cpuapp
Original file line number Diff line number Diff line change @@ -3,10 +3,16 @@ sample:
3
3
name : Identity Key Generate
4
4
common :
5
5
tags : keys
6
- platform_allow : nrf5340dk/nrf5340/cpuapp nrf9160dk/nrf9160
6
+ platform_allow :
7
+ - nrf5340dk/nrf5340/cpuapp
8
+ - nrf9160dk/nrf9160
9
+ - nrf9161dk/nrf9161
10
+ - nrf9151dk/nrf9151
7
11
integration_platforms :
8
12
- nrf5340dk/nrf5340/cpuapp
9
13
- nrf9160dk/nrf9160
14
+ - nrf9161dk/nrf9161
15
+ - nrf9151dk/nrf9151
10
16
harness : console
11
17
harness_config :
12
18
type : multi_line
Original file line number Diff line number Diff line change @@ -3,10 +3,16 @@ sample:
3
3
name : Identity Key Usage
4
4
common :
5
5
tags : keys
6
- platform_allow : nrf5340dk/nrf5340/cpuapp nrf9160dk/nrf9160
6
+ platform_allow :
7
+ - nrf5340dk/nrf5340/cpuapp
8
+ - nrf9160dk/nrf9160
9
+ - nrf9161dk/nrf9161
10
+ - nrf9151dk/nrf9151
7
11
integration_platforms :
8
12
- nrf5340dk/nrf5340/cpuapp
9
13
- nrf9160dk/nrf9160
14
+ - nrf9161dk/nrf9161
15
+ - nrf9151dk/nrf9151
10
16
harness : console
11
17
harness_config :
12
18
type : multi_line
You can’t perform that action at this time.
0 commit comments