Skip to content

Commit 83acef8

Browse files
MarkusLassilarlubos
authored andcommitted
samples: keys: Add 9161 and 9151 support
Add support for nRF9161 and nRF9151. Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
1 parent e895510 commit 83acef8

File tree

8 files changed

+63
-7
lines changed

8 files changed

+63
-7
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ Gazell samples
566566
Keys samples
567567
------------
568568

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.
570570

571571
Matter samples
572572
--------------
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

samples/keys/hw_unique_key/sample.yaml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,27 @@ sample:
33
name: Random HW Unique Key
44
common:
55
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
1018
integration_platforms:
1119
- nrf5340dk/nrf5340/cpuapp
1220
- nrf5340dk/nrf5340/cpuapp/ns
1321
- nrf9160dk/nrf9160
1422
- nrf9160dk/nrf9160/ns
23+
- nrf9161dk/nrf9161
24+
- nrf9161dk/nrf9161/ns
25+
- nrf9151dk/nrf9151
26+
- nrf9151dk/nrf9151/ns
1527
- nrf52840dk/nrf52840
1628
- nrf21540dk/nrf52840
1729
- nrf54l15pdk/nrf54l15/cpuapp

samples/keys/identity_key_generation/sample.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ sample:
33
name: Identity Key Generate
44
common:
55
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
711
integration_platforms:
812
- nrf5340dk/nrf5340/cpuapp
913
- nrf9160dk/nrf9160
14+
- nrf9161dk/nrf9161
15+
- nrf9151dk/nrf9151
1016
harness: console
1117
harness_config:
1218
type: multi_line

samples/keys/identity_key_usage/sample.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ sample:
33
name: Identity Key Usage
44
common:
55
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
711
integration_platforms:
812
- nrf5340dk/nrf5340/cpuapp
913
- nrf9160dk/nrf9160
14+
- nrf9161dk/nrf9161
15+
- nrf9151dk/nrf9151
1016
harness: console
1117
harness_config:
1218
type: multi_line

0 commit comments

Comments
 (0)